D365FO copy inventory dimensions

private InventDim copyInventDim(InventDim _inventDim)
{
    InventDim inventDimLocal;
        
    inventDimLocal.InventDimFieldsMap::initAllDimensionsFrom(_inventDim);
    inventDimLocal = InventDim::findOrCreate(inventDimLocal);
    return inventDimLocal;
}

 

Search

About

DaxOnline.org is free platform that allows you to quickly store and reuse snippets, notes, articles related to Dynamics AX.

Authors are allowed to set their own AdSense units.
Join us.

Blog Tags