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

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...