Forum Post: RE: AX 2012 R3: Need Suggestion on Moving to Cloud
Hi Zeeshan In order to be supported by Microsoft, you have to use LCS to Deploy your VM in Azure. About connection, you can use Terminal Server ( better Remote App ). I suggest to setup a VPN and...
View ArticleForum Post: RE: Any2Date and any2int64 conversions behave differently when...
Hi As Dauvis said, the Batch process running in CIL, so .NET Language. As per my esperience, it's always suggest to use the .NET methods in order to avoid different behaviour between CIL or not. So, in...
View ArticleForum Post: RE: How to configure CDX for Retail Store (MPOS) to switch...
Hi I've made this assumption based on information from tech.net: technet.microsoft.com/.../dn741454.aspx - see figure 3 and also direct mpos connectivity setup is discribed here:...
View ArticleForum Post: RE: Issue in getting the latest version of an SSRS Report on...
With the TEST AOS stopped, first stop the SSRS service and the DEV AOS service. Then clean the auc and kti files you have in your user profile. Restart the services. Second, open Dynamics AX...
View ArticleForum Post: RE: Getting error as Failed to initialize Business connector
It looks like you are trying to use the default configuration that would be loaded by the .Net BC from registry with this call. Open the Microsoft Dynamics Ax Configuration Utility, select in the...
View ArticleForum Post: Sales Order lines become uneditable when creating a sales order
Dear While i am creating a sales order , i sometimes try to add a item but the lines become disabled and uneditable , i close AX and open it again , then it goes back to normal what is this behaviour ?
View ArticleForum Post: RE: Cross Company in EP
I have not tested thoroughly cross-company in EP, but what happens is that the company is basically sent in the URL besides the ID of the current entity. Now, when you open a job from a different...
View ArticleBlog Post: Why you can’t reverse a purchase registration in WHS in AX 2012 R3
The new Advanced Warehousing processes in Dynamics AX 2012 R3 use the warehouse mobile client purchase order receipt process to ‘register’ the product receipt. I’ve created (and confirmed) a purchase...
View ArticleForum Post: RE: Sales Order lines become uneditable when creating a sales order
Are you exiting Edit mode by any chance? Can you track better what is it you are exactly doing when this happens?
View ArticleForum Post: RE: Any2Date and any2int64 conversions behave differently when...
The any2date function is actually very strict on the format of the string it takes as an input, as well as it's value. If the string is not proper formatted in X++ it will throw an error. However, the...
View ArticleForum Post: RE: Unable to perform "Close Shift" because transactions are...
HI...... Can you Suggest me how you resolve this problem ? I am facing same
View ArticleForum Post: RE: Split the work items quantities using mobile portal.
You can use the option FULL. Click on FULL. New screen will appear, you can put the new/partial qty to pick. click OK. you will be redirected to picking screen again with the qty you gave. To get the...
View ArticleForum Post: security for combination of dimension in general journal
i Need to specify worker dimension for a specific user and prevent other from use
View ArticleForum Post: RE: Any2Date and any2int64 conversions behave differently when...
Looked further more. The CIL code actually uses a str2date conversion as well, in case a string is passed, and the format of the date should be 321 (year-month-day). I believe you are getting a...
View ArticleForum Post: RE: AX 2012 - Printing issues with old AOT reports
How would I be able to tell? Those method seem ok and they run ok on the client side (to the screen).
View ArticleForum Post: RE: One of those weird problem when updating
It is not required to use the forUpdate query hint. You can also tell the buffer directly, i.e. salesTable.selectForUpdate(true); and it will also work. The code sample I suggested would tell us that....
View ArticleForum Post: RE: Inventory Cost / Reports and Tables
My pleasure. Please mark as Answered if your issue is resolved or you think this information might help others in the future. Thanks!
View ArticleForum Post: GL Account Analysis
Is there an easy way to view the detailed transactions in a GL Account for a specified time period for normal account analysis?
View ArticleForum Post: RE: AX 2012 - Printing issues with old AOT reports
The pack and unpack methods serve a dual purpose. They are used to save your class parameters into persistent storage, i.e. SysLastValue or the Batch tables, and they are used to serialize the state of...
View Article