static void CopyData(Args _args)
{
InventTable inventTable;
CopyInventTable copyInventTable ;
while select inventTable
{
buf2Buf(inventTable ,copyInventTable );
copyInventTable .insert();
}
info("Done");
}
When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...
No comments:
Post a Comment