Function FindPayFreq
Finds the payment frequency for a tenancy
FindPayFreq([CLIENT_CODE],[PROPERTY_CODE],[TENANCY_CODE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | optional | n/a | CLIENT_CODE | The client code |
2 | string | optional | n/a | PROPERTY_CODE | The property code |
3 | string | optional | n/a | TENANCY_CODE | The tenancy code |
Returns
The payment frequency for the tenant i.e. daily, monthly etc.
Examples
Example of finding the payment frequency.
{{FindPayFreq(ALIAS.CLCODE,ALIAS.PROPCODE,ALIAS.CONCODE)}}