Below x++ code used to copy document from table to table or from record to another table
Multiple SSRS installs 1) Get your first instance of Dynamics AX with SSRS up and running. 2) Install an additional SSRS instance. In the SQL…
modify method runprintmgmt in SalesInvoiceController if(formLetterReport.moveNextPrintSetting()) { printSettingDetail = formLetterReport.getCurrentPrintSetting(); …
This post will guid you to get all security roles with it related privileges duties permissions with related paths of menu item Run this job…
Recently I faced this error when generating incremental IL “CIL generation: The given key was not present in the dictionary.”The quick way to fix this is…
The Batch Job can be created in Different manners. I am explaining one way for it.Steps: Create a class for the logic what you want…
Get all related security roles for usersbelow is a job and you can create query and form for visual view static voidFT_UserRoleInquiry(Args _args) { …
Public display Description Department(){ Name dimensionAttributeName; RecId DepartmentAttribute; DefaultDimensionView dimensionView; DimensionAttribute dimensionAttribute; DimensionAttribute dimAttribute; dimensionAttributeName = “Department”; DepartmentAttribute = DimensionAttribute::findByName(‘Department’).RecId; select firstOnly dimensionView where dimensionView.DefaultDimension…
For those who doesn’t know yet, this class makes it possible to share existing temporary data between an AX object and the SSRS. Your report…
in addition to parameters specified in data contracts, reports can also use queries. It’s very handy, because users can specify filters and sorting in exactly…