Category: dynamics ax
how to make details form
- Jul 08, 2020
just like Journal Transfer forms, you click lines and show lines onlythis is how to make it “override init method on lines form, and do like source below for example” public void init() { HpTbStBarcJour _jour; super(); _jour = element.args().record(); HpTbStBarcUpload_ds.query().dataSourceTable(tableNum(HpTbStBarcUpload)) .addRange(fieldNum(HpTbStBarcUpload, HpTpStBarcodeId)) .value(_jour.HpTpStBarcodeId); }
Read Morehow to consume partial picking on production order and recreating the reminding partial picking journal go to view > picking list validate remove all the log posted
Read MoreScenario user can Access to ALL MTL warehouse user can Access to ALL TJP warehouse exclude to “Finished Goods Warehouse TJP” warehouse MTL, TJP is Entity I put the XPO on the end of this article How to do it manually Goto Dynamics Ax, and Open AOT we will need, 1 Security Policy, 2 Tables, […]
Read Moreax client crash wWinMainCRTStartup
- Sep 27, 2019
septday septday, we got an error, we got crash app ax .. that was I thought when I see this errors Application: Ax32.exe Framework Version: v4.0.30319 Description: The Process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException at <Module>.NavigationPaneHost.LoadMenuW(NavigationPaneHost*) at <Module>._wWinMainCRTStartup() why this is happen: It would happen when you have a developer […]
Read Morewe got error while confirm purchase order Function AccountingEventProcessor.createAccountingEvent has been incorrectly called this error occured because the accounting distribution raised an error calculation solution: edit the purchase order select the purchase line select financials > accounting > distribute amounts click reset button, and try to confirm again, if this not work, click correct and […]
Read MoreHow to integrate c# projects into dynamics ax 2012 i put the tutorial on the youtube links here for the source code AxRTCSharp
Read MoreError: Removing then adding a type with the same name can cause a name duplication error in the .NET Framework assembly that is generated from the AOT. A full regeneration of Microsoft .NET CIL is required to fix the issue The CIL generator found errors and could not save the new assembly. Solution: Full […]
Read More[ax 2012] tips and tricks
- Sep 26, 2018
last update 20180926-1655 Tips and Tricks on AX: My Object in Forms is missing, right click on the forms -> personalize -> reset I suddenly hide FactBoxes File -> View -> FactBoxes Error While Compiling or Generate Incremental CIL Restart AOS, Generate Full CIL Error Dynamics AX AOS not started contact your administrator for start […]
Read MoreWe received an request from our user, an error, this morning while user wants to cancel the sales order, the error was: The quantity cannot be reduced. The number of inventory transactions on order is too low because the quantity or part of it is referenced by an output order or a production order or […]
Read More[ax 2012] inventsum recalculation
- Jun 04, 2018
in ax, during your customization, sometimes you have do the custom wrong for example, in ax, in inventory system, sometimes we do creating a inventtrans transaction that might be forget to using Update() syntax (and we using DoUpdate() syntax) we forget to deactivate allow negative stock, and we force it to active allow negative stock […]
Read More