Hi All,
May I know where can I get / generate value for num while calling purchFormLetter.update(purchTable, num) for purchase order confirmation? And where the num parameter save to?
Below is my code:
static void Job1(Args _args)
{
PurchFormLetter purchFormLetter;
PurchTable purchTable;
;
purchTable = PurchTable::find("000080");
purchFormLetter = purchFormLetter::construct(DocumentStatus::PurchaseOrder);
purchFormLetter.update(purchTable, num, today());
}
Thank you.
*This post is locked for comments
I have the same question (0)