RE: How to add additional tokens in Hierarchy assignment?
Hi Aarvi,Did you find any solution for this?
View ArticleHow to add additional tokens in Hierarchy assignment?
Hai Friends,I need your valuable guidance for which I seek a solution in Workflow. In workflow editor, I am configuring for a bonus workflow. On selecting Step > Properties > Assignment >...
View ArticleRE: SSRS formatting problems with locales
That's unfortunate, on what SQL version are you?I was sure it was working before our migration to SQL 2016, but I'm not so sure now.
View ArticleSSRS formatting problems with locales
I have a weird problem on my invoices.If the N2 format is set on the textbox directly, it uses the report's locale correctly (commas).If the Format N2 is used in an expression, it uses default server...
View ArticleRE: Create Relation with AgreementLine table in a staging table
That is not my question. Let me explain my problem by taking DMFSaleslineEntity table as an example.DMFsaleslineentity has two fields salesid and LineNum. So in DMFSaleslineEntity Table\Relations, a...
View ArticleRE: Change language of SSRS report D365
I've tried with SalesInvoiceContract and the method is not there.salesInvoiceContract = controller.parmReportContract().parmRdpContract();salesInvoiceContract.parmLabelLanguageId("en-us"); // method...
View ArticleChange language of SSRS report D365
I want to change the language of a report. I found this :https://community.dynamics.com/ax/f/33/t/113115controllerobj.parmReportContract().parmRdlCOntract().parmLanguageID('Language ID you want ')That...
View ArticleRE: Create Relation with AgreementLine table in a staging table
can you create a method to do the relation in DMF process?? you have a table between this two tables, can not create a direct relation, or you can add some code to insert the PurchAgreementID in the...
View ArticleCreate Relation with AgreementLine table in a staging table
Hi,I am creating a staging table to migrate purch agreement lines from legacy system to DAX 2012 R3 CU11.so we have PurchagreementId from legacy system but in Agreementline table, there is...
View ArticleRE: Retail download 1040 job dublicate index error
Hi Haris,Hope your solution lies here:community.dynamics.com/.../165768Regards,SM
View ArticleRetail download 1040 job dublicate index error
Dear All,I am getting the below error on running download job 1040 on a particular store, the job is running fine.Please suggest a solution, its critical and urgent, your co-ordinations will be highly...
View ArticleD365FO Update 4 - From extension class, referencing base enums that share a...
In a fresh U4 instance I get a compiler error in an extension class when referencing enums that have the same name as non-public members in the extended class.Can recreate this from scratch by creating...
View ArticleRE: MS Dynamics POS error "Index was outside the bounds of Array"
Hi Mohsin,To get a clue please check event viewer logs as suggested by Oksana.Additionally, 1. Restart SQL once and see if it works.2. It seems that cache needs to be cleared,...
View ArticleMS Dynamics POS error "Index was outside the bounds of Array"
Hello,Please help me with this issue, when i try to close the shift on POS ; it has the error that says ""Index was outside the bounds of Array" and so i cannot close the shift . PLease suggest a...
View ArticleRE: Default Sales Order Hold AX 2012 R3
Aha... not really useful setting in my situation. Thank you for explanation!
View ArticleDefault Sales Order Hold AX 2012 R3
Hi All!On the Sales and Marketing > Setup > Sales Orders > Order hold codes you can setup an order hold with Default for Sales Order check-box ticked.But when then I create a new SO, this hold...
View ArticleChecks - Print by Vendor #
Hello -Our checks are printing by vendor account #. We need them to print alphabetically by vendor name. Can you please let me know how to set this up?Thank you, Sarah
View ArticleRE: Separating code into its own method doesn't work, why? AX 2012 R3
Hi djim,What is the current behavior? Is it just doing nothing or do you get errors? I do think it's the first option. You have called the method in the init() method. The method is overriding...
View ArticleSeparating code into its own method doesn't work, why? AX 2012 R3
So I have this block of code that I want to separate from element.enableIncludeModelAndResource_env():After separating the code into its own element.enableTLMLocation_env() -- it doesn't work -- but...
View Article