RetailStatementLine::totalDifferenceAmount Method
Calculates the sum of all the differenceAmountStore values of the RetailStatementLine table with specified statement ID value.
Syntax
client server public static Amount totalDifferenceAmount(RetailStatementId _statementId)
Run On
Called
Parameters
- _statementId
Type: RetailStatementId Extended Data Type
The statement ID value of the statement lines to be filtered.
Return Value
Type: Amount Extended Data Type
The total difference amount value.