PurchParmTable_PaymentDisbursement::getSumOfAllocationPercentage Method

Gets the sum of the AllocationPercentage field values in the PurchParmTable_PaymentDisbursement table.

Syntax

client server public static Percent getSumOfAllocationPercentage(ParmId _parmId, TradeLineRefId _tableRefId)

Run On

Called

Parameters

  • _parmId
    Type: ParmId Extended Data Type
    The parmId of the PurchParmTable table that is used to retrieve the sum of the PurchParmTable_PaymentDisbursement table records.
  • _tableRefId
    Type: TradeLineRefId Extended Data Type
    The tableRefID of the PurchParmTable table that is used to retrieve the sum of PurchParmTable_PaymentDisbursement table records.

Return Value

Type: Percent Extended Data Type
A sum of the PurchParmTable_PaymentDisbursement table; otherwise, zero.

See Also

Reference

PurchParmTable_PaymentDisbursement Table