_listAttention

Returns a list of all potential entries (departments, people, etc.) to be notified about a Purchase Order

Example

FM_api('PurchaseOrders_listAttention');

Result

[
    {"attention":"Ben McFlynn"},
    {"attention":"Mark Rodgers"},
    {"attention":"Dylan Simons"}
]

Last updated