Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the amount for gifts not itemized to individual gift recipients.
Syntax
public TrvGiftAmountRemaining parmRemainingGiftAmount(
CompanyId _companyId,
TableId _tableId,
RecId _recId)
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
The company ID of the record.
- _tableId
Type: TableId Extended Data Type
The TrvExpTrans table ID.
- _recId
Type: RecId Extended Data Type
The record ID of the expense line record in the TrvExpTrans table.
Return Value
Type: TrvGiftAmountRemaining Extended Data Type
The amount of the gift less the amount assigned to specific gift recipients.
Remarks
This method is not used.