W063: Check if broker is in use
Returns whether any customer or SO references the given broker. Used by the UI before exposing the delete action (W062).
Steps
- Check usage. Call
Customers.isBrokerInUse.
Returns
{ inUse: boolean, customerCount: number, soCount: number }.
Business rules
None.
Errors
None.