Forum Post: RE: Calling Parent Form Public method in child Form
Could you please try the below codeIn the Parent formvoid parentMethod(){ //some code here}In the child form, you can do this void callParentMethod(){ FormRun callerForm = element.args().caller();...
View ArticleForum Post: RE: AX 2012 R2 - VAT registration number on legal entity adress
Hello Sjoerd,If I let the VAT number empty in the legal entity, then tax exempt number appears empty in reports (Ex : purchase order invoice) even if a VAT number is defined at delivery level..Thanks...
View ArticleForum Post: RE: AX2012R2 Data import/export framework (aka: DMF) import...
Hi,Ok, thx, this worked for me ! :-)Next steps gave me the right resolution:Step1: Create relation from staging to target:Step2: Import data from staging to target:Step3: Check target table in...
View ArticleForum Post: RE: AX2012 - Financial dimensions security issue
OK. I found it. All users gets the role System User and the one they really need to perform their daily tasks. Within the role System User update access is granted on the dimension tables. I still have...
View ArticleForum Post: RE: How to restore AIF service in AX 2012 after running the...
Thanks a lot Martin. It worked like a charm!
View ArticleForum Post: RE: AX Videos
As Sivananth told you, it's awesome the documents, videos and Ppts in Information Source. You can download several information really interesting for your projects.Regards,
View ArticleForum Post: RE: Quick question on localisation - Client-Server (Dax 2009)
The clients will see Dynamics AX in the language that is specified in their user options in AX. The local culture does not really matter. If you have a license for French, users will be able to select...
View ArticleForum Post: RE: AP Customer Aging Invoice No
Hi Dolee,Thanks for your reply, I've been working in SSRS for a while now so I understand what I need to do it's just doing it within AX that's causing me the issues.I can't seem to work out exactly...
View ArticleForum Post: RE: Vendor Retention in Dynamics AX 2012
Suresh,Thanks again but things are still not behaving.The vendor invoice that I'm creating is for a PO that has retention terms but all the ordered quantities have been received and invoiced. The...
View ArticleForum Post: RE: SSRS invoice totals
Please check if the table has any filters at table level or group level. In that case some of the data is not shown in the table based on the filter condition. Hence less amount is shown in table,...
View ArticleForum Post: RE: Merging SSRS Reports In Dynamics AX 2012
The only way we found to "merge" reports is to create some kind of detailed changelog and recreate all customizations in the new version... At least until some applicable tool is provided for merging...
View ArticleForum Post: RE: Invoice posting error in Dynamics Ax2009 '1.00 cannot be...
I had run again inventory closing process including recalculation, but the problem is still exist.
View ArticleForum Post: Setting the time and date on reports for multiple time zones...
Can anyone share their experience with how to set the time and date of a report in AX 2012 to the time zone that the report was generated in, given that multiple locations are running from the same...
View ArticleForum Post: RE: Sand Mining company
You would be better off asking that in the Dynamics GP forum, not the Dynamics AX forum
View ArticleForum Post: RE: Workflow Action Bar Is Missing
Thank you for the response. I assume you were referring to the Form in Home; AreaPage? This form is great I have never used it before. Though i cannot locate the few journals in question. Any other...
View ArticleForum Post: RE: Merging SSRS Reports In Dynamics AX 2012
One way to view the differences is to export the RDL from VAR and SYP and compare them using WinDiff or some other textual comparison tool (Notepad++ has one as AddOn). These RDLs are XML-based and...
View ArticleBlog Post: Microsoft Dynamics Partner Roundup: Retail BI for AX 2012; CRM,...
In this week's Microsoft Dynamics partner news roundup: EdgeAX releases Retail BI for Dynamics AX 2012; XEC Taps Cincom for Dynamics CRM; Liberty Wines Selects TVision for Dynamics NAV;Yoodle Now...
View ArticleForum Post: RE: Workflow stopped : User ID must be set error
Once I saw a error like this where the workflow owner within the workflow definition was removed. They deleted the user from the system.
View ArticleForum Post: RE: Test Report Data Provider in AX2012
Hi AXT, I come accross a scenario I can debug into ssrsController class, but I cannot debug into ssrsDP class. Do you have any thoughts on this?
View ArticleForum Post: RE: AP Customer Aging Invoice No
Hi Tom,Adding field(s) to the data source involve working with the RDP classes and a (usually) temporary table object in X++, and I assume you already did that before as you said you worked with SSRS...
View Article