In AX 2012 R3 CU12, after disabling Trade > Warehouse and Transportation Management the Warehouse Management II license cannot be enabled in License information. “You can not add this license
In AX 2012 R3 CU12, after disabling Trade > Warehouse and Transportation Management the Warehouse Management II license cannot be enabled in License information. “You can not add this license
// Unreserves inventory static void unreserveInventTrans(Args _args) { InventTrans inventTrans; InventDim inventDim; InventDimParm inventDimParm; ; setPrefix(funcName()); select firstOnly inventTrans where inventTrans.StatusIssue == StatusIssue::ReservPhysical join inventDim where inventDim.inventDimId ==… Continue
In the previous post of the financial structure series, Financial Dimensions has been been thoroughly illustrated along the three primary types. In this post, we will shed a light on
Many times there is a situation where the workflow does not kick in, no matter what. It does not give any error but it does not progress either. In such
Traditional legacy systems used to have chart of account segmentation in order to report on the different business levels for financial purposes, which imposes limitations on the business to expand






