Quantcast
Channel: Dynamics AX
Viewing all articles
Browse latest Browse all 550

Release products using X++ code in AX 2012

$
0
0

static void ReleaseProducts(Args _args)
{
EcoResProduct ecoResProduct;
;

select firstOnly ecoResProduct where EcoResProduct.DisplayProductNumber == "7042"; //Audio system
EcoResProductReleaseManagerBase::releaseProduct(ecoResProduct.RecId,
CompanyInfo::findDataArea('CEE').RecId);
}

Viewing all articles
Browse latest Browse all 550

Trending Articles