addFee
Adds a single fee fcode to the record, from the fee schedule fsched with fee period fperiod and quantity of fqty.
Version
1.3
Parameters
Parameter | Type | Description |
---|---|---|
fcode | string | Fee code to add. |
fsched | string | Fee schedule of the fee to add. |
fperiod | string | Fee period to use. |
fqty | integer | Quantity to enter. |
finvoice | string | Flag for invoicing (“Y” or “N”). |
capID (optional) | CapIDModel | Record to add fee to. |
Returns
The fee period fperiod must be a valid fee period for fcode in fsched, or this function throws an error.
Notes
If finvoice is Y, the function invoices the fee. If finvoice is N, the function assesses the fee but does not invoice the fee.
If you use the capID optional parameter, the function updates record capID. If you do not use the capID parameter, the function updates the current record.
getApplication( ), getParent( ), createChild() functions each returns a record ID object that you can use in the capID parameter.
See Also
addAllFees