Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 for Finance and Operations/AX User Group
Dynamics NAVAX
Forums
Blogs
More
Cancel
New
Dynamics 365 for Finance and Operations/AX User Group requires membership for participation - click to join (it's free)
Dynamics NAVAX
All things Dynamics AX
Home
Contact author
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
November 2020
(1)
October 2020
(1)
September 2020
(1)
June 2020
(2)
May 2020
(1)
April 2020
(1)
January 2020
(1)
October 2019
(1)
September 2019
(1)
July 2019
(2)
June 2019
(1)
April 2019
(3)
February 2019
(1)
January 2019
(2)
November 2018
(1)
October 2018
(3)
September 2018
(5)
August 2018
(1)
July 2018
(1)
June 2018
(2)
May 2018
(2)
April 2018
(3)
March 2018
(1)
January 2018
(4)
December 2017
(3)
November 2017
(1)
October 2017
(2)
September 2017
(2)
August 2017
(2)
July 2017
(5)
June 2017
(2)
May 2017
(1)
April 2017
(1)
March 2017
(2)
February 2017
(1)
January 2017
(3)
December 2016
(2)
November 2016
(6)
October 2016
(6)
September 2016
(4)
August 2016
(1)
July 2016
(1)
June 2016
(2)
May 2016
(1)
April 2016
(4)
July 2012
(1)
June 2012
(4)
May 2012
(2)
April 2012
(4)
March 2012
(6)
February 2012
(4)
January 2012
(5)
November 2011
(1)
July 2011
(2)
June 2011
(5)
May 2011
(1)
Related
Related Tags
Android
ApiApp
AX
AX X++
AX2012
AX2012R3
ax7
Azure
D365O
Development
Dyn365FO
Dynamics 365 For Operations
Flow
General
Integration
iPhone
Mobile
MSDyn365FO
Restful
SOAPUI
Tip
WebServices
Workflow
X++
Xpp
Blog post list
Tags
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Dynamics 365 for Operations mobile platform–Part 3
munib
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…
2016-11-25
Original post
Mobile
iPhone
ax7
Dynamics 365 For Operations
Android
106 views
0 comments
over 4 years ago
More
Cancel
Dynamics 365 for Operations mobile platform–Part 2
munib
In the previous post , I showed my first experience with downloading the application. In this post, I will give some examples of setting it up. First enter the url with &mode=mobile https://myfakeaos.cloudax.dynamics.com/?cmp=usmf&mi=DefaultDashboard&mode=mobile On the top right menu you will see Mobile app. This will slide through the configurations pane. Click on Add and create your first workspace. I navigated to the form I want to record. I went into the On-hand inventory form. Clicked on Select fields button and these orange + signs came up. Select the fields you want to display on the mobile…
2016-11-23
Original post
Mobile
ax7
Dynamics 365 For Operations
Android
87 views
0 comments
over 4 years ago
More
Cancel
Dynamics 365 for Operations mobile platform–Part 1
munib
This is my first attempt at the mobile solution. Here are some findings. I downloaded the Android version which you can download from the Play Store . Have a read of the wiki site. It is well written. https://ax.help.dynamics.com/en/wiki/mobile-development-handbook/ First thing you will get is the sign in screen. Enter the URL for Dynamics 365 for Operations. Enter the company code. The application is company specific. Accept the terms and conditions. You will be navigated to the login screen. Allow access to your media on your device. You will be presented with a blank workspace and some menu…
2016-11-22
Original post
Mobile
ax7
Dynamics 365 For Operations
Android
86 views
0 comments
over 4 years ago
More
Cancel
Part 1–Create an Azure IoT Hub and Device
munib
This is not AX but this was a nice experience. I worked through some labs to interact with Azure IoT Hub. There is a lot of information out there on the web. So, I will focus on the the IoT Hub only here. On later dates, I may get into the other features of the IoT services in Azure. Below are the steps to create a device in IoT Hub to get you started. After you have created your device, you can interact with the device in multiple ways. Go to Azure and Create a new IoT Hub App. Enter the required information. Now you can Add Devices manually through the Azure Portal. Otherwise, you can use the…
2016-11-15
Original post
IoT
HowTo
Azure
85 views
0 comments
over 4 years ago
More
Cancel
AX 7 Working with Version control
munib
This is the landing page for setting up your development environment with version control. https://ax.help.dynamics.com/en/wiki/using-development-tools-in-ax7/ This is relatively easy and setting up a new solution/project works without a problem. In this post,I want to highlight a little gotcha. If you open up a solution and notice the project isn’t bound to version control. i.e. No padlock icon, not able to check out Then it looks like you may have to bind the solution. Open up the solution using source control explorer. You should get this message asking you to bind it. Click on Yes and follow…
2016-11-11
Original post
ax7
Tip
87 views
0 comments
over 4 years ago
More
Cancel
Right click context in AX7
munib
In previous versions we had the ability to override showContextMenu to achieve right click in various controls.. This used have pop the menu and wait for a user response to continue. This concept of waiting for a response doesn’t exist in AX7. So, it has been split into two methods: getContextMenuOptions selectedMenuOption Do a search in the AOT for code examples it’s relatively straightforward.
2016-11-11
Original post
ax7
Tip
24 views
0 comments
over 4 years ago
More
Cancel