For the complete documentation index, see llms.txt. This page is also available as Markdown.

_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