RE: Error in Importing Products with DIXF
Hi Wasim,I tried to look into this. The method DmfProductMasterEntityClass.generateEcoResProdMastModelingPolicy should create the record during data import. It uses the record ID of the product which...
View ArticleError in Importing Products with DIXF
I'm trying to import the products to AX 2012 R3 with data import export framware.I get this errorCannot create a record in Product modeling policy (EcoResProductMasterModelingPolicy). Reference: 0,...
View ArticleRE: Version control through Job
msdn.microsoft.com/.../aa587890(v=ax.50).aspxmsdn.microsoft.com/.../aa887895(v=ax.50).aspxamazingax.wordpress.com/.../finding-aot-object-path-using-treenode-in-ax-2012I saw what is treenode and how to...
View ArticleRE: AOT Query - Adding a 'case' Statement
James, a Moment please.@Sohaib: My comment was based on using Switch Case. I have good working examples of using Switch case blocks in AOT query methods.I'm a bit puzzled with your comment. Would you...
View ArticleRE: Management Reporter Scheduling.Message Table
Which exact version of AX and Management Reporter are you using? MR has seen big changes in the last 2-3 years so it matters.
View ArticleRE: Export and import sales tax codes
Hello Hans, If this does not work, have you tried using the standard Excel Addin?It is not that comfortable as the data management but it should also do the job. Best regards, Ludwig
View ArticleRE: Change status of Value mode on Fixed assets from Acquired back to Open
Hi LudwigIt is in CZ
View ArticleRE: Security entry point permissions: not seeing transactions
Hi AndreYou got it! Again... :-)When I went into the Global Address Book Parameters, the parameter under security policy options were set to "Secure by address book", while no teams were assigned....
View ArticleSecurity entry point permissions: not seeing transactions
HiIn the menu option Organisation Administration --> Setup --> Security Entry Point Permissions, when I run "Open the security test workspace", I don't see any transactions, although there are...
View ArticleRE: Export and import sales tax codes
But how do I get then also the values and the report setup?
View ArticleRE: Displaying Form
Hi Vilmos,i should add the 1 table in the datasource of the 2 form?
View ArticleRE: Fixed Asset Balance report
I actually figured out something better. Instead of running the Fixed asset balance report, I run the Fixed asset Movement report. It gives me the exact same thing but I am able to enter the date I...
View ArticleFixed Asset Balance report
I want to run a Fixed asset balance report as at Oct 28, 2017. I am able to do this in Report, Periodic, Fixed Asset balance. The only issue I have is that I am not able to enter the date. When I...
View ArticleRE: Fixed assets Depreciation book error
Dear Andre,I have checked in deprecation book there no records are available still i am facing this issue
View ArticleFixed assets Depreciation book error
Dear AX forum Experts,While creating new depreciation book getting error as show in below image.
View ArticleRE: AOT Query - Adding a 'case' Statement
I have a SQL statement like the below, that i want to incorporate into a Grid FORM:SELECTT.ITEMID AS [PRODUCT ID], T.NAMEALIAS AS [SEARCH NAME], T1.NAME AS [PRODUCT NAME], CASE WHEN L.WMSLOCATIONID IN...
View ArticleRE: Budget Register Entries
Dear Ludwig,I know we can use upload data import function for budget register entries.but client require view in ax horizontal view. there are showing the nav as example.
View ArticleRE: AOT Query - Adding a 'case' Statement
I am afraid of performance reasons for doing anything like row based operations. I am not sure how efficient it can be to work with init() But with pre-built views its always fast.For examples, we can...
View ArticleRE: AOT Query - Adding a 'case' Statement
Please ignore my earlier comment. I misunderstood your TSql CASE Statement to Switch Case in AX.I agree with Sohaib's Suggestion to use Views with computed column.An easier way is to put in hard-coded...
View ArticleRE: Displaying Form
Having the same tables on the two forms, or tables that have a correct relation between them, then setting the Datasource property on the menu item button for opening the child form could automatically...
View Article