Function FindRent
Finds the rent for a tenancy
FindRent([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 rent amount for the tenant
Examples
Example of finding the rent amount.
{{FindRent(ALIAS.CLCODE,ALIAS.PROPCODE,ALIAS.CONCODE)}}Example of displaying the rent amount.
{{DisplayPrice(FindRent(ALIAS.CLCODE,ALIAS.PROPCODE,ALIAS.CONCODE))}}
