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

Called

Parameters

_args
Type: Args Class
The caller arguments.

Return Value

Type: container
true if the caller is a purchase project order list page form; otherwise, false.
Show: