static void CopyData(Args _args)
{
InventTable inventTable;
CopyInventTable copyInventTable ;
while select inventTable
{
buf2Buf(inventTable ,copyInventTable );
copyInventTable .insert();
}
info("Done");
}
Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...
No comments:
Post a Comment