Blog Post: UTC DateTime Null Value in Ax
Some times we need to pass or check null value in UTCDateTime field.so here is the logic to pass null value in UTCDateTime, just try utcdatetimenull() function in your code, it will return the same...
View ArticleBlog Post: Microsoft Dynamics AX Approvals Applications Preview
Get a sneak peek at some of the exciting new features we’re working on for Microsoft Dynamics AX. This brief tutorial focuses on how we are creating more in-depth workflows to enable effective
View ArticleBlog Post: Microsoft Dynamics AX Timesheet Mobile Applications Preview
Get a sneak peek at some of the exciting new features we’re working on for Microsoft Dynamics AX. This brief tutorial focuses on the mobile applications for Timesheet Capture via the Dynamics AX “Will...
View ArticleBlog Post: Microsoft Dynamics AX Expense Management Mobile Applications Preview
Get a sneak peek at some of the exciting new features we’re working on for Microsoft Dynamics AX. This brief tutorial focuses on the mobile applications for Expense Management via the Dynamics .
View ArticleForum Post: RE: Increase the size of ProjId in Ax2012
Hi Andre',Yes, I know Num extended datatype is used as base for many extended data types, but if you increased the size of projId alone you will face many errors, and you will have to changes salesId,...
View ArticleBlog Post: Using Phonetics for Duplication Checking
When it comes to adding new entities within Dynamics (whether they’re names, addresses, product-masters or project-files) you want to ensure that your operators don’t end up adding the same or similar...
View ArticleForum Post: RE: AX 2012 R2 - startup blank (empty) application workspace
I saw this problem as well after upgrading from RTM to R2. I never spent time trying to find out why though, but it went away after having the in place upgrade check list completed, if I remember...
View ArticleForum Post: RE: error when selecting customer account in payment Journal
the issue was a wrong import of the screen from FP version into R2, we deleted the imported screen and issue solved thank you all
View ArticleForum Post: RE: AX 3.0 logon window
Long time ago for me, but I do remenber that unified logon was possible within the client. From version 4.0 the Active Directory became mandatory.
View ArticleForum Post: RE: AX2012 PO Receipt Standard Report
It's a standard report. In our AX2012 R2 and AX2012 R2 with CU1 environments this report is available as Sachin mentioned.Do you have any security roles applies or customizations which can hide this...
View ArticleForum Post: RE: Data with comma using CSV in DMF
Did you also check all options in your Source data formats? You can set delimiters for: Row, Column, Multi value and Chart of Accounts (Dimensions). Are these values unique or do some fields have the...
View ArticleForum Post: RE: AX 2009 Change inventory valuation method from weighted...
First check if it is allowed to change and what rules applies to do this.This answer is just a suggestion, so first test in a separate environment before messing up!It is possible change the inventory...
View ArticleForum Post: RE: A certificate chain could not be built to a trusted root...
Have you read AX for Retail 2012 R2: Troubleshooting the Real-time Service by Shane Erstad?Shane details this scenario in the post and I have resolved the same issue using the method he...
View ArticleForum Post: RE: No DNS entries exist for host ax2012r2a
You will need to configure the Commerce Data Exchange: Real-time Service (Previously known as the Transaction Service) on the server and you will need to update the Real-time Service profile that is...
View ArticleForum Post: RE: AX Retail replication problems
Is the distribution location pointing to a store/channel that has data for that company? If you go to Distribution Locations and find the location you are using, the Channel should point to the store...
View ArticleForum Post: RE: Report in batch, date dialog
initialize the date value in the dialog method, right after the dialog =super(_dialog); statementpublic Object dialog(Object _dialog){; dialog =super(_dialog); statement toDate = systemDateGet() -7;...
View ArticleForum Post: RE: Creating new workers in AX 2012 Beta
Hello, we create the workers and set them as retail POS users, so does there has license about POS users limited ?that seems POS users under retail module also the AX users, so confused about it....
View ArticleForum Post: AX 2009 - Year End Close
I have finished the Year end close process and also trnasferred opening balances procedure. How can I check whether all balances is correct or not ?
View ArticleForum Post: The combination 213.1100... is not valid for the account...
Hi All,When I post Invoice in purchase order i got the error message"The combination 213.1100... is not valid for the account structure Account B/S",I set the business unit not allow null, this is our...
View ArticleForum Post: RE: Model Store Deployment Best Practices
Keep the questions coming, Simon. I am sure more people are asking the same questions. :-)Unless you're a magic worker, you will have logical bugs waiting to be discovered as soon as you test your code...
View Article