RE: Inventory Item Card
What Dynamics Application or Product are you using so we can move your question to the appropriate forum?
View ArticleI need to know a work order is generated by which Intercompany demand? When...
As a developer, I need to build a quey which will return intercompany ordre number when passing WO. As a whole, I need to know originating SOs in other company for the WO. I have to build a form which...
View ArticleInventory Item Card
Can anybody tell me how to change Header fields of inventory item card report from Russian language to English?
View ArticleRE: Importing Ledger Balance Entity: Financial dimension value does not exist
Ok, in my case, tha AccountType was wrong...Bye
View ArticleRE: Select that returns a maxof and sum of the same field.
No, it's not possible. AX returns a table buffer; its fields are defined at design time and not at runtime. There is just one RealConsump field.You need a different approach, such as two queries.By the...
View ArticleSelect that returns a maxof and sum of the same field.
I am querying thru the business connector and I need to get the maxof and sum of the same field. Since there is no way to alias in AX is this possible?Here is my querySelect KEY1, maxof(REALCONSUMP),...
View ArticleRE: DataEntity Extension Metadata
What do you mean "evaluating"?Are you aware of the new metadata API ()?
View ArticleDataEntity Extension Metadata
Hey,any input on "How to get Metadata for DataEntityViewExtensions" would be appreciated.Facing the need of evaluating AxDataEntityViewExtensions to achive a Technical Reference Report lookalike.
View ArticleHow to Join Main account and General ledger tables
Hi,I have zero knowledge on AX, but I got DynamicsAX DB for reporting purpose. I am trying to prepare report with Accountid, Name, Accoutype, account category, Sum(Amount) ,I can get Amount from...
View ArticleRE: DataEntity Extension Metadata
Evaluating in the context of analyzing. I‘ve been using the Metadata API for DataEntities, their fields, mappings and datasource relations. It works like a charm, but I could not recieve a list of...
View ArticleRE: Select that returns a maxof and sum of the same field.
LOL! Good question. I got so caught up in the aggregates I didn't notice I still had that in the group by. Thanks for the answer.
View ArticleWhat is the best practice to get the working capital from AX 2012 R3 ?
Hi ,I need to know What is the best practice to get the working capital from AX 2012 R3 ?and what if i want to apply financial dimension on some of Balance sheet accounts to get working capital...
View ArticleRE: Difference in Purchase Expenditure Un-invoiced Account.
Hello i uploaded it and it will give you all required details.
View ArticleRE: What is the best practice to get the working capital from AX 2012 R3 ?
Hi, The easiest way to get the working capital calculated is creating a specific Management Reporter report. Simply list the accounts that are included in current assets and liabilities and calculate...
View ArticleWhat is the best practice to get the working capital from AX 2012 R3 ?
Hi ,I need to know What is the best practice to get the working capital from AX 2012 R3 ?and what if i want to apply financial dimension on some of Balance sheet accounts to get working capital...
View ArticleRE: Difference in Purchase Expenditure Un-invoiced Account.
Hi, Can you share the vouchers that have been created when the packingslip / invoice transactions were posted/corrected?Do you see a difference in the vendor balance and the GL balance or the inventory...
View ArticleDifference in Purchase Expenditure Un-invoiced Account.
Hello,I got Difference in Purchase Expenditure Un-invoiced Account.Below Picture showing what the users recorded.
View ArticleRE: How to Join Main account and General ledger tables
Hi,Why don't you use the Management Reporter for that purpose?For details, please see: https://blogs.msdn.microsoft.com/dynamics_financial_reporting/Best regards, Ludwig
View Article