MCRBrokerAccrual.hasDeduction_BySalesID Method
Determines if any broker accruals related to the sales order with a sales ID equal to _salesID have a deduction.
Syntax
private AmountMST hasDeduction_BySalesID(SalesId _salesId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales ID to use to find related broker accruals.
Return Value
Type: AmountMST Extended Data Type
true if deductions exist; otherwise, false.