RE: How to change the billing address in Purchase order
Hi Nagendra,Are you sure you are talking about the billing address? I do think you are referring to the delivery address.
View ArticleConsolidate sales picking using WMS
Hi everyoneI have this business scenario and I seem not to be able to configure Dynamics AX 2012 R3 to handle the need to pick quantities in TOTAL BY ITEM CODE. The case is as follows: I have 2 sales...
View ArticleRE: How to passing the the form control value from child form to parent form
Now it's clearer to me. I was not completely aware that SalesAvailableDlvDates is merely a dialog for SalesCalcAvailableDlvDates_SalesLine class. Thank you so much for this Martin Dráb! Also thank you...
View ArticlePermission insufficient for export excel
User getting permission error while exporting report directly to excel (xls). However you have also tried to export ax report to csv file and could able to perform successfully.
View ArticleRE: WMS vs WMS Advanced for Transportation Management.
You cannot just install and reinstall. All of your items need to have been setup with elements of WMS to allow this to happen, the dimension groups, the warehouses etc. that need to be setup. If items...
View ArticleWMS vs WMS Advanced for Transportation Management.
Hello,When our company first installed Dynamics AX 2012 R3 we only implemented WMS I as it was determined that the Advanced WMS for Transportation Management was not in our scope. We have come to...
View ArticleRE: How can we import party relationships
Hi Andre and Vilmos,Thanks for reply.I did check this entity and tested a sample import too. Import result is showing that records are updated but nothing is showing at table and form level. Whereas I...
View ArticleRE: How to refresh a form in dynamics ax7/365?
Hi Miguel Zuniga ,You can get formRun from sender then args from formRun and args would have a caller. Caller should be FormA and you can refresh it.
View ArticleChange Color of Action Pane Button
Hi,I need to change the colour of an Action Pane button based on some condition through Interaction Class but even if I change the colour properties statically it doesn't seem to be changing colour....
View ArticleRE: AOS is getting crashed while clinging on import button
Is that happening only when you are clicking on import or is it happening in other events as well? You can try by resetting your usage data and deleting . AUC file.
View ArticleRE: Mathematical Expression
Hi Sohaib,You probably can do the same using CSharpCodeProvider blogs.msdn.microsoft.com/.../c-3-0-and-codedom
View ArticleRE: Mathematical Expression
I've never see a ternary operator in mathematics.Also, relational operators (such as <) returns true or false (that's why you can use them in the condition of the ternary operator), therefore you...
View ArticleMathematical Expression
In 2012 for mathematical expression we used XppCompiler which is deprecated in Dynamics 365 .In Dynamics 365 "ProdMathEvaluator::evaluate" and...
View ArticleRE: How to refresh a form in dynamics ax7/365?
Hi ievgen Miroshnikov,my issue is that the formRun() in my formB does not return a FormRun object. Error:"Unable to cast object of type 'Dynamics.AX.Application.SalesCalcAvailableDlvDates_SalesLine' to...
View ArticleRE: How to change the billing address in Purchase order
HI Andre,Your understanding is right, was referring to delivery address.ThanksNagendra Varma K
View ArticleProject Management and Accounting Remaining Budget Cost To Complete Method
Hi,I am trying to test the Remaining budget cost to complete method , after entering and approving the project budget the completed percentage is not calculated at creation of the estimate.Does anyone...
View ArticleRE: How to refresh a form in dynamics ax7/365?
We already had this discussion in How to passing the the form control value from child form to parent form.
View ArticleRE: How to refresh a form in dynamics ax7/365?
Hi Martin.Yes we did but that is about passing a value to a form. This is about refreshing a form. Is that just the same?(i just made a new thread for a different question)
View ArticleHow to refresh a form in dynamics ax7/365?
I have two forms FormA (SalesTable) and FormB (SalesAvailableDlvDates).From FormA, I will click a button to open up FormB. Then I will click another button in FormB which will bring me back to...
View ArticleRE: How to refresh a form in dynamics ax7/365?
Form control usually belongs to a form and formRun() usually returns a form as well. Could you please share your code ?
View Article