12 February 2014

Release products using X++ code in AX 2012


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

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

5 comments:

  1. How to I release using AIF XML?

    ReplyDelete
  2. Interesting blog about release products using x-code which attracted me more.Spend a worthful time.keep updating more.
    SEO Company in India

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Positive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include.
    Atlanta title loans

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete

Give me the commetns and solutions

Ledger Voucher creation Framework and x++ code to create ledger voucher

 Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...