License Plate already exist in another location
Hi All,I got the error message "License Plate already exist in another location" when I scan Sales Picking. I did check Work order to reverse but all lines there are closed already. The status of work...
View ArticleRE: Missing Vendor Transaction History Report in AX AP Reports Menu
select the user in system administration and open the screen as you are assigning roles. i.e. detailed view of user by clicking edit on user. next to that, select the security role which is assigned to...
View ArticleMissing Vendor Transaction History Report in AX AP Reports Menu
Hello - I'm trying to figure out why a report is missing from the Accounts Payable reports menu. The report is under AP > Reports > Transactions > Vendor > History by Transaction. I have...
View ArticleRE: How to fetch SQL query from AOT Objects
you may not get 100% pure sql syntax but very close picture can be taken by some x++ jobs. have a look at next post
View ArticleRE: How to fetch SQL query from AOT Objects
Thanks for the reply. Can you tell me where to write the following code.static void ExecuteAOTQueryCust_1SMC(Args _args) { QueryRun queryRun; ; queryRun = new...
View ArticleRE: How to fetch SQL query from AOT Objects
Its a job, x++ job. Create a new job in AOT and paste the code there.Then read the code and change query name from CustTable to your needed query name such as smmSalesCustItemStatistics
View ArticleHow to fetch SQL query from AOT Objects
Hi, I am trying to extract the SQL query from AOT Object(smmSalesCustItemStatistics) in MS Dynamic AX 2012 R3.Please help me by providing step by step guidance to extract it. I am new starter for...
View ArticleRE: Flushing Principles
So the inventory amount for that item would be the same after the production order as it was before?
View ArticleRE: Flushing Principles
For example, I would have a BOM with two BOM lines. One line would have an item that is consumed in production, the other line would have an item that isn't consumed. If I were to do the procedure you...
View ArticleRE: How to fetch SQL query from AOT Objects
I am getting the following error when I am running the following jobstatic void ExecuteAOTQueryCust_5MSC(Args _args) { QueryRun queryRun; ; queryRun = new QueryRun(queryStr(CustTable));...
View ArticleRE: Warning "insufficient rights for user Adam"
Hi Edselv Evert, Is this a typing error 'Adam' vs. 'Admin'?If it is not a typing error, can you share the roles that you have assigned to your user and what this role contains in regards to the user...
View ArticleRE: Costing sheet : subtype setup for surcharge node type
Hi Yohann Rolland, After saving to 'total', have you saved and closed your costing sheet? Have you tried deleting the surcharge node and setting it up newly again?Best regards, Ludwig
View ArticleCosting sheet : subtype setup for surcharge node type
Hi there,Does anyone has ever used that setup on D365FO ?My BOM is : FG1 composed by RAW-MAT1 (cost group A) , RAW-MAT2 (cost group B) , FG2 (cost group A) FG2 is composed by RAW-MAT3 (cost group A)...
View ArticleRE: Set a
Hi Mark Powell, Can you fix the title of your thread? It just says 'Set a', which makes it difficult for people to identify what you are asking for. Thanks, Ludwig
View ArticleRE: How to fetch SQL query from AOT Objects
Thanks a lot Sohaib. I figured out what was my mistake. Really appreciate your help here.
View ArticleRE: Missing Vendor Transaction History Report in AX AP Reports Menu
Hi KyleE, If your question has been answered, it would be great if you could verify the answer. Many thanks, Ludwig
View ArticleRE: Warning "insufficient rights for user Adam"
Hi Ludwig,Not Admin.It's a user name.I will create custamized role name as "Investigations".This role belongs to one form.In that form have one date field. I will create rule for that date field.Here i...
View ArticleRE: Why display method is not returning Image ?
Vilmos thanks for comments. But I need some solution or work around, I don't want to convert the query datasource to RDP because I have to change whole structure for the report. If you some work around...
View ArticleRE: How do you set a trade agreement for items to be 25% above cost for a...
Done. Thanks for pointing that out!
View Article