preloader-matrix

Alfasith

Release the product using X++

Hi,

static void AlfasithReleaseProducts(Args _args)
{
EcoResProductReleaseManagerBase::releaseProduct(
                EcoResProduct::findByProductNumber(‘1022214’).recId,
           CompanyInfo::findDataArea(‘CEU’).RecId);
    info(“Product released”);
    // here Product name and item name & Product ID and Item Id will be same…
}

Regards,

Leave a Reply

Your email address will not be published. Required fields are marked *