D365FO copy inventory dimensions

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

 


Post a Comment


All Comments


No comments. Be the first one to comment on this post.

Search

About

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

Authors are allowed to set their own "buy me a coffee" link.
Join us.

Blog Tags