Skip to main content

Posts

Showing posts with the label Android

Technical dive into the Mobile Platform in Update 10

With the recent Platform update 10 they introduced server side coding and made some enhancements to the mobile platform. This brings a lot of flexibility and capabilities. Below I will focus on just the Expense Management Mobile workspace. For one, the Mobile workspaces are now embedded in the AOT as a resource file. Notice how it says “In metadata”. This indicates that it has loaded from the AOT. I think this is a good move. Its all about ALM. This is also great to keep the server side and client side in sync. The nice thing is that the Expense Mobile solution is in its own model. Makes it easy for us to track and learn from. The main entry is the workspace resource file xml. Notice the guid, this is important for doing some server side coding. Now lets take a look at the workspace class. You will notice the same guid is used for the class attribute. in one of my prior posts, I mentioned that the currency field wasn’t being defaulted when entering a new expense. Now with server side c...

Daxeam Mobile Solution Released on Apple App Store and Google Play Store

I am very happy to say Daxeam Mobile is now available on Apple App store and Google Play Store. Daxeam Mobile fully working on both Dynamics 2012 and Dynamics 365 for Finance and Operations, Enterprise Edition. Daxeam is an Enterprise Asset Management (EAM) solution available exclusively for Microsoft Dynamics AX 2012 and Dynamics 365 for Finance and Operations, Enterprise Edition. The Daxeam solution extends the functionality of AX, delivering integration to EAM across Projects, Inventory, Finance and Fixed Assets. Some key items to note about the Mobile solution: Daxeam Mobile is an application built from the ground up to work with the Daxeam Login is managed security via Azure Active Directory Works for both AX2012 and D365O Offline capable – has sophisticated sync capabilities to download your data locally and syncs back up when connection is available Features available Asset hierarchy Asset management such as meter updates, view attributes, structures and related history Work ord...

Web Api App for AX 2012 to Azure–Intro

Last year I did a plug for a colleague who had developed this super nice solution which you can use to expose your AIF SOAP services as RESTful services. http://dynamicsnavax.blogspot.com.au/2016/04/expose-ax-2012-aif-services-soap-as.html Fabio has done a great job in sharing a great piece of work and also documenting it really well. What is missing is to take it to the next level. So, in a series of posts, I will show how to deploy this to Azure via Azure Api App and communicate with your on premise AOS. There are many benefits to this solution in the cloud Integration with Azure Logic Apps – this uses swagger and Logic Apps will work really nicely Expose for 3rd parties to securely integrate with your AX solution No need setting up complicated IIS/Firewalls/DMZ servers etc. Use Azure Authentication without a need to build anything Scale easily with the cloud Allows you to build mobile apps

Dynamics 365 for Operations Expenses Mobile App

In this post we will have a quick look at the Expenses workspace on the Dynamics 365 for Operations Mobile application. I used a really small mobile to do my screen capture and some of the UI doesn’t look great. First screen will give you an option to Capture a receipt (image) or go straight into the Quick expense entry form. Allows you to take a picture or choose from your device. Next screen will allow you select a category. Next screen is the actual form where you enter the details. Errors and warnings show at the top. It is early stages and I am sure there is more features to come.

What’s new Dynamics 365 for Operations mobile app

This link shows the mobile workspaces that have been released. https://docs.microsoft.com/en-us/dynamics365/operations/dev-itpro/mobile-apps/mobile-workspaces-released However, I haven’t found the recent changes on the mobile app side. So, I decided to take a look my self. A few new features have been added to the mobile app since the last update. Now you can change company and sync history has been renamed to Notifications. Shows the list of companies. Stops if you there are unsynced changes. Regarding the notifications (previously sync history), it is now a lot more user friendly. You can drill through to show the record in question. Swipe to expose the delete button. Next time I will show a bit of the expense app.

PowerApp with Dynamics 365 for Operations #D365O

Recently, I spent I bit of time on PowerApps. Below is a walk through of my findings. Go to https://powerapps.microsoft.com and log in. This will take you through to the PowerApps dashboard. Here you can define your connection. This step requires that you authenticate to your D365O. Based on your email it will list all the D365O you have on your tenant. You can then create a new Application now. Click on Get started under the Create an app menu. First thing it comes up with is the connection. Select D365O and the Odata services will be listed. I chose to select the InventorySitesOnHand. Wizard will default 3 pages. List Details Edit You can change the layout and the fields easily. Just click on the page to change the layout. Click on the field to select or change the field. You can save your application. If you run it, it will give you a preview. Download the App on your mobile Now this below is from my personal android phone. PowerApps will list all the apps you...

Inventory on-hand mobile workspace for Microsoft Dynamics 365 for Operations app

Over the last couple of months I posted about the Dynamics 365 for Operations mobile platform. Part 1 – Logging in Part 2 – Basic configuration Part 3 – Advanced configuration Part 4 – Export/Import I intentionally say platform and not app. This is because it is somewhat a generic in nature. You can record a series of forms and actions to use as an app. The App behaves similar to the full browser application by focusing on workspace concept. You click on a workspace and drill through to menu items. Search for a KB 3215650 that will allow you to deploy 4 recorded apps done by Microsoft. This hotfix includes the workspaces for Supply Chain Management listed below. More information on the wiki links below. Cost object overview - https://ax.help.dynamics.com/en/wiki/cost-controlling-mobile-workspace/ Inventory on-hand - https://ax.help.dynamics.com/en/wiki/inventory-on-hand-mobile-workspace/ Sales orders - https://ax.help.dynamics.com/en/wiki/sales-orders-mobile-workspace/ ...

Dynamics 365 for Operations mobile platform–Part 4

In this post, I will show how the export/import experience works. From the currently application release, it is an export/import task that has to be done manually. You can export the workspace and it will dump an xml file. See below screenshot of the xml file. On the left you see the Export workspace button. To import click on the … and Import button. Then just publish.

Dynamics 365 for Operations mobile platform–Part 3

This post I will explain how actions work. How to create a new sales order via Actions. On the sales order click on Actions. Then add an action. Click on the new sales order button and start recording your screen. I selected a few fields that I wanted to add. Go to the mobile and refresh. Lookups have to be linked too. This can be done by clicking on the field and then hit the properties. Notice how you have to have an existing page. I ended up creating a customer page and linked the fields. Date look up appear like so This will sync the action back to the system. If there are any sync issues, just navigate to the Sync history. You don’t get a detailed error message. You get sync failed due to an error. That is why I have to emphasis keep it simple.