Today I have small tip. Let me share a scenario. Suppose you have to display Customer group as report level group and customer at detail level who did purchased products from your organization in given period of time. Serial number on detail level can be achieved by RowNumber("Scope Name") But serial number shown on Group level is tricky because RowNumber not works there. … [Read more...] about Serial Number in Report Group SSRS Dynamics Ax 2012 R3.
Dynamics Ax 2012 development 2
Exploring Dynamics Ax function that convert Numeric value into words
During exploring the question posted on Microsoft community AX fourm, I found about a global method, which converters numeric values into words. static void Job_AmountInWords(Args _args) { info(numeralsToTxt(420.420)); } … [Read more...] about Exploring Dynamics Ax function that convert Numeric value into words
Dynamics Ax View :You are not authorized to access table. Contact your system administrator.
Yesterday, I got error when I run the view which created on "" table in Dynamics Ax 2012 “You are not authorized to access table ‘VBankLCImport’ (VBankLCImport). Contact your system administrator”. Error was misleading because in development environment User have full access rights. And this error is not appear while running any view. I also reset the license key, … [Read more...] about Dynamics Ax View :You are not authorized to access table. Contact your system administrator.
Microsoft dynamics ax 2012 development introduction part 2/3
Microsoft dynamics ax 2012 development introduction part 2/3 from Ali Raza Zaidi … [Read more...] about Microsoft dynamics ax 2012 development introduction part 2/3