Tuesday, 22 February 2022

Copy data from one buffer to another buffer

static void CopyData(Args _args)

{

    InventTable inventTable;

    CopyInventTable copyInventTable ;

    while select inventTable

    {

         buf2Buf(inventTable ,copyInventTable );

         copyInventTable .insert();

    }

    info("Done");

}

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...