DocuRef table field
Hi All,I want to extract details from the notes field of DocuRef table,for eg: NotesTAKEN IN ERROR NO RESTOCK RETURN VIA UPS GROUND COLLECT...
View ArticleRE: error in Query with adding a link between tables
Your table names are different. The Id which you get back from VendPackingSlipTrans.ItemId matches the Id of VendPackingSlipJour.DeliveryDate most likely.
View ArticleRE: How to move customizations from local VHD to the cloud?
By the way, I strongly recommend that you or somebody else from your team learn at least basics of TFS/VSTS. Trying to learn such a critical system by trial and error isn't the best strategy; you risk...
View ArticleRE: error in Query with adding a link between tables
HiThx for the reply but how can I do this?Here the complete query:q = new Query(); qbdPackingSlipTrans = q.addDataSource(tableNum(VendPackingSlipTrans));...
View ArticleRE: IFRS exhange rate differenced and Ax
Hello,According to IFRS it is not per currency that should present the exchange rate differences, it is per balance sheet account (main account) So putting it per currency would not help. We need to be...
View ArticleRE: IFRS exhange rate differenced and Ax
Yes, we are now thinking of taking this to Microsoft. I think it i simportant to know how Dyanmcis Ax can support IFRS in this matter.
View ArticleIFRS exhange rate differenced and Ax
Hello,My customer says that paragraph IAS 21 forces them to post exhange rate differences for large financial propety into specific accounts in the P&L. This is becuase they need to put them ina...
View ArticleRE: error in Query with adding a link between tables
That's the correct behavior. The first argument of addLink() is a field number from the parent table, which seems ti be VendPackingSlipJour in this case.The last line of your code says: "Add a link for...
View ArticleRE: error in Query with adding a link between tables
You cannot make a link between leafs on the same level. If you would try to build this as an AOT query, you would notice that it is not possible. If you want information from the PurchLine to be used...
View ArticleRE: "there is no data available" Dimension Statement Report
Dear Ludwig Reinhard,I did full CIL compile, restarted Report services, Deployed CU12 Reports , Cleared .AUC files and user usage data , Dimension set balances updated, compared with production server...
View Article"there is no data available" Dimension Statement Report
I am facing very strange problem after completed the upgrade from cu7 to cu12 in Ax 2012 r3 when i trying to open the Report from General ledger/Area page/Report /Reconciliation/Transactions/Dimension...
View ArticleRE: Costing sheet : subtype setup for surcharge node type
Hello Ludwig, this KB applies on Dyn Ax 2012 R3 if I'm correct ?blogs.technet.microsoft.com/.../february-release-dynamics-ax-2012-r3Anyway, I've upgraded the environnement to the Platform Update 7...
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: error in Query with adding a link between tables
There are several other interesting things in your query. For example, notice that the whole link via PurchId is not needed, because PurchId is fixed to _purchId. You could replace the link with a...
View ArticleRE: AX 2012 R3 Data Import Export Frameowork Service Crash
I just reinstalled DIXF service but then it started throwing below error--------------------ON DIXF EXECUTION HISTORY-------------------------------------Error adding OLEDB connection manager-No such...
View ArticleAX 2012 R3 Data Import Export Frameowork Service Crash
HiI am having a very stange issue while using the Microsoft Dynamics AX 2012 R3 Data Import Export Framework. Here is the description of issue.Environment Details.I have seprate AOS and database server...
View ArticleRE: Inventory transaction: How to change Value Open from YES to NO
Hi nglehang, the message says that the transactions have not fully been settled and might consequently been (partially) settled once again at the time you run the next inventory recalculation/close....
View ArticleInventory transaction: How to change Value Open from YES to NO
Dear All,There are some transactions from old period (2014) in my system that have Value Open set to YES, so when I do Recalculation I got error message"Unit cost Price xxxx can be wrong as the...
View ArticleRE: error in Query with adding a link between tables
Have a look at \AOT\Queries\VendPackingSlipTransExpanded. You can use AOT queries to create a new query, that one should most likely satisfy what you need. You can add your own range based on the fixed...
View ArticleRE: IFRS exhange rate differenced and Ax
Hi AnnGrev, There is some Basic Information available here: mbs.microsoft.com/.../MSDAXIFRSIASB (requires Login to partnersource)Yet, there is not much (nothing) stated about the functionality you are...
View Article