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

validate offsetLedgerDimension in d365 FO

 /// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...