RE: Customer Advance Payment in Projects posting to WIP Billing Accounts
Please see below screen shot for Project group Set Up .
View ArticleRE: How to disable close(X) in Dialog
First of all fix the tags on your post please. Current version means Dynamics 365 for Operations, which behaves completely different from AX 2012 which is on your screenshots, so we could give you the...
View ArticleRE: Application version upgrade process from 1611 to July 2017 update
It should be the same process as with previous platform updates, you may refer to the...
View ArticleRE: Argument 'value' is incompatible with the required type in Clicked button...
You are trying to pass in a field value of a table record (purchTable.PurchId) as parameter to the record() method of the Args class, which is an incompatible type assignment as the error message says....
View ArticleRE: Tables and Classes Related to GST
Hi Vilmos,Very good to see your reply.Yes i already started searching by name Tax.._IN.But the form which is opened is TaxDocumentUI.in that Datasource is TmpTaxDocument.(Temp Table).i am unable to...
View ArticleActivation of MPOS and CPOS, data is not syncing with DB Dynamics 365
Dear all,I had done all the configuration at back office and had check all the prerequisites which i mentioned below, but data is not syncing with DB, in download session its showing available...
View ArticleRE: Validation on Form
Your approach is incorrect. If I would have to implement this only for the SalesTable form, I would override the init() method on the form, and based on your date criteria range, just disable editing...
View ArticleRE: Customer Group showing wrong in sales order
Hi Ludwig,If you can tell me, From which table, SO Line Financial Dimension Data is coming?Regards,Work
View ArticleRE: Application version upgrade process from 1611 to July 2017 update
Thanks Vilmos for quick response.As per the given documentation we need to create new Dev/Test environment to upgrade to latest Application and we have to move custom code to new environment. Is that...
View ArticleRE: i want to learn for 3 module in microsoft dynamic AX 2012
The MSDN documentation available online is very detailed, and you could also find blogs which explain major functionalities:lmgtfy.comlmgtfy.comlmgtfy.comAlso you could find a lot of books, narrow it...
View Articlei want to learn for 3 module in microsoft dynamic AX 2012
hi everyoneCould you please share me link tutorial of below 3 module 1. Production Control Module ,2. Product information management3. Project management
View ArticleRE: Tables and Classes Related to GST
If you are talking about the Indian GST localization, which you did not mention in your original post, why don't you just create a project from the AX Model used for that hotfix, within the Tools >...
View ArticleRE: Application version upgrade process from 1611 to July 2017 update
If that is what the documentation says, that is what you need to do indeed. You would need a deployable package in the end which you could apply on top of your environment.
View ArticleRE: Tables and Classes Related to GST
Hi Vilmos,Yes i am talking about India GST .Thanks for correction."why don't you just create a project from the AX Model used for that hotfix, within the Tools > Model management in the AX developer...
View ArticleRE: How to disable close(X) in Dialog
Thanks for reply,Sorry, i am using Dynamics ax 2012 R3. The above my code under onclicked() method. Which is applied on SalesTable form menu button.Is there any alternative solution means by X++ code...
View ArticleRE: Dynamics AX Automatic Bank Reconciliation Matching rules
Thanks Ludwig.Just want to confirm, I have multiple transactions posted with same amount and reference number. So when I run the rule, it doesn't pick that line even though the details match exactly....
View ArticleRE: Delegates in forms
Yes, as I said it works for me. Wasn't the thread about no support in AX 2012?I created a new form for the test - there was no reason pollute my test unrelated code. I suggest you test in isolation...
View ArticleDelegates in forms
I have created a delegate in a form (not a datasource) and call it from a form method. I have created a new class that subscribes to the delegate. I have used this in classes without any problem but...
View ArticleRE: Dynamics AX Automatic Bank Reconciliation Matching rules
By the way, please don't prefix titles of your threads with "Dynamics AX" or "Microsoft Dynamics AX". All questions in this thread are about Dynamics AX, therefore repeating it in title doesn't provide...
View Article