RE: how can i filter latest data through x++ query
thanks for reply mr.vilmosactually i have other requirement to understand that i have explained above scenario if i open a form i have those data but i should filter those data according to date...
View ArticleRE: Some difference in stock value between Trial Balance and Inventory value...
Hi Ludwig,You mentioned hat you looped some settings. What does that mean? ==> in item groups>inventory >Account type (Issue, Loss ...), the main accounts are not setuped as well as it should...
View ArticleSome difference in stock value between Trial Balance and Inventory value report
HiI have some difference in stock value between Trial Balance and Inventory value report.Before doing this comparison, i started stock recalculation but no changes !What I can check please ?Thanks.
View ArticleMultilevel Master Planning or Project management
I have a requirement for production industry that they want to planned and maintain the costing for their finished product according to their sales.After creating sales order required production and...
View ArticleRE: Electronic Document Signature
Could be multiple reasons.The best way to find out, is to debug the table method SysDataBaseLog.insert() Check why the 'doc' variable is not getting set. If you resolve this, your problem is resolved.
View ArticleRE: extract data from report
Did you manage to replicate the idea from the example LedgerTrialBalanceListPageTmp.constructBalances() ?
View Articleextract data from report
hi,I need to extract information from a report to use it in a job, can I get it from temporary table?I need data that are surrounded with red.thnks.
View ArticleWarehouse and Inventory
Based on various criteria, orders need to allocate and pick stock from specific segregated and/or dedicated stocks. Is it possible to override this default to pick from a different warehouse and stock...
View ArticleRE: Trouble with date object in while select statement
Your first statement selects record in DB without any where clause, second statement has oneopenRequestVw.HUB_NAME == hubName You told us that there is only one record in DB, so does HUB_NAME equal to...
View ArticleRE: Is Continuous Integration by VSTS on the D365 Operations related code...
Hi Sagnik Majumder,You can refer this blog post for build setup on local VM axforce.wordpress.com/.../ax7-continuos-build-test-automation-on-a-local-vm-pt1
View ArticleRE: AXDSalesOrder doesn't exist in namespace
Yes, you're missing a few things...Anyway, now when you (hopefully) understand why your code is wrong and can't ever even compile, stop copying random pieces of code and start thinking about what you...
View ArticleRE: how can i filter latest data through x++ query
Hi karthik143,You can group by "Cust Account" and show max of Date, please refer to this msdn article msdn.microsoft.com/.../hh745337.aspx it explains how to use group by and aggregation like count in...
View ArticleRE: Some difference in stock value between Trial Balance and Inventory value...
Hi JauB, Changing the accounts in the inventory posting matrix won't help you after Transactions are already recorded. Also an inventory close won't fix that. Best regards, Ludwig
View ArticleIntegration between Operations and Sales App
Hi All,How can obtain details of the integration between D365 Operations and Sales App?BR,Michalis
View ArticleMaintain Released Products without dependency on global products list
I have a requirement to maintain the released products for each legal entity as A standalone product lists without connecting to the global products list. We currently have multiple legal entities,...
View ArticleRE: Applying binary updates to Build environment fails with version mismatch
That's the procedure I was following. Microsoft has replied and the error is actually that LCS should not have been listing 200+ binary updates as being required after applying Platform Update 8. I...
View ArticleApplying binary updates to Build environment fails with version mismatch
Last week I applied update 8 ("Dynamics 365 Unified Operations Platform Update 8" to our build environment.Today (6th July) the details page showed there are 200 binary updates outstanding, so I...
View ArticleRE: Return Orders - SCRAP
Hi LudwigI tried a demo AX2012 R3 CU9 system (Contoso) and see that there is the 'scrap' checkbox on the invoice line that is not automatically checked.. When it is not checked, the system puts the...
View ArticleRE: VCS sync: TreeNode not initialized
Hello,I had the same problem and I found that in method fromFile of class SysTreeNodeVSItem treeNode variable is going to be null when we SysTreeNodeVSItem::importFromFile(_filename, vsItemNode);So I...
View ArticleVCS sync: TreeNode not initialized
I just want to sync VAR layer. I got the error as below. Does anyone know how to fix this problem? Any hint will be appreciated.Error executing code: TreeNode object not initialized. Stack trace...
View Article