RE: how to attach AX32Serv.exe for debugging Batch Server tasks
You need to launch Visual Studio with Run as administrator, and check the 'Show processes from all users' checkbox at the bottom of the Attach to process dialog box.
View Articlehow to attach AX32Serv.exe for debugging Batch Server tasks
HI,I have a task that runs through batch process. Batch is throwing an error on a table. To figure out for debugging, I have to attach AX32Serv.exe (server) to Visual Studio\Debug\Attach to process....
View ArticleRE: How to create/write "canSubmitToWorkflow" method on table extension in D365
Hi Sheikh,If you read my reply carefully you would have noticed that I wrote about a form and not a table.:)
View ArticleRE: Hooking into the account code priority of PriceDiscAgreements
Hi RustemThank you for your response. Yes I am getting the price from the DB correctly.I think my first knowledge gap is to do with the "customer group code". I was under the impression that when...
View ArticleReturn Order Creation Using AIF, but fails!
Hello,I am trying to create a return order in AX using AIF, but it fails with the below error. The Version is AX 2012 FPK."The request failed with the following error: The message with Action...
View ArticleRE: Hooking into the account code priority of PriceDiscAgreements
Thanks YohannI am only dealing with Price agreements. My understanding is...Find Next ticked = Will get the best price independent of the account codeFind Next not ticked = Will get a price in order of...
View ArticleHooking into the account code priority of PriceDiscAgreements
I have an external application where I am reporting customer prices from Dynamics Ax 2012 R2I know that if a customer has multiple agreements but with different account codes then the order of priority...
View ArticleRE: How to create/write "canSubmitToWorkflow" method on table extension in D365
Hi Evaldas LandauskasYou can override the method on custom form only. If you are working on standard form and method not already implemented so COC will not work for you.
View ArticleRE: How to create/write "canSubmitToWorkflow" method on table extension in D365
Looks like you are right. I have implemented this on a form that had this method therefore I was able to CoC it.Stupid me...
View ArticleRE: Hooking into the account code priority of PriceDiscAgreements
This is price agreement journal's lines in AX:and this is the same from SQL DBIf AccountCode's value is Table then AccountRelation must be filled by customer account code.If AccountCode's value is...
View ArticleRE: how to attach AX32Serv.exe for debugging Batch Server tasks
Thanks Jay. I was able to attach the process and toggle breakpoints.But while debugging, when I clicked F11 to go into the method, its opening a tab "help not found" rather than going to that...
View ArticleRE: Implementing journal 'copy' functionality
Hi!I've create a job just to check. And journal's header and lines was created successful.static void Job175(Args _args) { LedgerJournalTable ledgerJournalTableinsert; LedgerJournalTrans...
View ArticleRE: Create custom Number Sequence for customer group
First create a new Extended Data Type (EDT). Open AOT→ Data Dictionary → Extended Data TypesRight Click on Extended Data Types and create a new EDT ‘MyNumSeq’ of type StringNow go to AOT → Classes and...
View ArticleRE: how get the Logistics Electronic Address Table Description Field Based On...
Hi Palak,The contact information could have multiple records? Which type do you need? (email, phone,...) and for what exact purpose? Note that the locator field usually has the information about phone,...
View ArticleRE: inventory management> on-hand
Hi pooh,I started with a review this week at a customer and found also customizations where new fields were added on the on-hand form. I can understand why people would like to see it, but also try to...
View Articleinventory management> on-hand
In inventory management> on-hand form, we can confirm inventory situation by checking fields on dimensions display . I need advice of if we would like to add batch number manufacturing date ,it will...
View ArticleAre budget reports only found in the Budgeting module?
I am new to budgets in AX.Are there budget reports found anywhere else in AX apart from the reports in the Budgeting Module?Also, I notice in the budgeting module that for the Amount Type in the budget...
View ArticleRE: What is the use of "XppPrePostArgs" in event handler in D365FO
Take a look at this blog posthttps://daxmusings.codecrib.com/2011/07/ax-2012-models-events-part2-events.html
View Article