Function FindRent

Finds the rent for a tenancy

FindRent([CLIENT_CODE],[PROPERTY_CODE],[TENANCY_CODE])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringoptionaln/aCLIENT_CODEThe client code
2stringoptionaln/aPROPERTY_CODEThe property code
3stringoptionaln/aTENANCY_CODEThe 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))}}