always check the check box
Hi I am using contract class and a dp class for my audit report.In the parameter box i have to make the check box always ticked.Please see below the field exceptions only.Is it possible to modify it in...
View ArticleRE: Generate document PDF/A in Dynamics AX.
Hi Vilmos,I deleted the post.Sorry, you're right.Regard
View ArticleRE: always check the check box
Looks like the variable names are incorrect.It should be: mAuditContract.parmExceptionsonly(1);instead of:AuditContract.parmExceptionsonly(1);
View ArticleRE: Calculate Site Weighted average cost of an Item regardless to the...
It is enought with:select #inventSumFields from inventSum group by ItemId where inventSum.ItemId == itemId;
View ArticleRE: AX users unable to login when run ssrs report
'... system admin on dynamics ax folder in reporting server ... ' This merely isn't enough.You have to give the rights to 'Generate, view reports'.
View ArticleRE: Product receipt button greyed out on a confirmed PO
There are multiple causes for this.The quickest way to find out your exact cause is debug the class method PurchTableForm.enableUpdateJournalButtons()
View ArticleProduct receipt button greyed out on a confirmed PO
Good DayI have a confirmed PO that has 3 line items.2 of the line items have been receipted and invoiced.When we try to receipt the last line item, the option is greyed out.Please assist
View ArticleRE: PO has missing line items when I try to Product receipt
Hi Angel,Check PO product receipts. See if the lines haven't been fully received by mistake or delivery reminder removed from purchase order lines.Regards,V
View ArticlePO has missing line items when I try to Product receipt
Good DayWe have a PO with a number of line items. Each month we receipt a quantity of one from each line item.We tried to product receipt but we noticed that there are line items missing 5,6,7 and 8
View ArticleRE: How to Use Multi data source AOT query in RDP/X++
Hi,May be you can refer to this similar thread on how to use AOT query in X++:community.dynamics.com/.../66715Kind Regards,István
View ArticleRE: Insert () method on table
If you have a similar thing, then the index will pop an error when you try to insert data. If you have further questions, share details with screenshots of your index.
View ArticleRE: How to Use Multi data source AOT query in RDP/X++
Hi,your ProcessReport() is not showing what your AOT query is showing both are totally different . Can you please bit clear what you want to do?
View ArticleHow to Use Multi data source AOT query in RDP/X++
Hi Everyone,Due to new in development i am unable to use AOT query and its datasources in my RDP class.Can someone tell that how do i use attached AOT query in RDP class(and also where necessary) : My...
View ArticleD365FO: Hierarchical Grid Common in form ProjWorkBreakdownStructure / extension?
Hi,I was unable to find any proper documentation of the Hierachical Grid Common control which is used e.g. in form ProjWorkBreakdownStructure (Project management and accounting -> All projects...
View ArticleRE: Full compilation of Dynamics 365 for Operations
Dynamics 365 for operationHow to compile D365 Compilation on Test environment, after we apply customisation , D365 is showing Sql Scripts on product upload , how to solve this
View ArticleFull compilation of Dynamics 365 for Operations
Hi,Anyone have a description (step-by-step or similar) on how to do a full compilation in Dynamics 365?
View ArticleRE: Calculate Site Weighted average cost of an Item regardless to the...
Hello Mariano,Thank you so much for your help.
View ArticleRE: How to Use Multi data source AOT query in RDP/X++
Thanks for you Reply Visvash.You assumed it correctly.My requirement is that on selecting AssetId from first parameter and Worker(by Code) from 2nd parameter the report should display the selected...
View ArticleRE: Reporting extension Installation crashed with SQL 2016
HI,I got the same problem in AX 2012 R3 CU12 with SQL 2016 and it is solved by following the process Rik Claeys suggested.Regards,Wajahat
View Article