PurchTableForm::isCalledFromPurchTableListPageProject Method [AX 2012]
Determines whether the caller is a purchase project order list page form.
client server private static container isCalledFromPurchTableListPageProject(Args _args)
Run On
CalledParameters
- _args
- Type: Args Class
The caller arguments.
Return Value
Type: containertrue if the caller is a purchase project order list page form; otherwise, false.
Show: