Function FindPayFreq

Finds the payment frequency for a tenancy

FindPayFreq([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 payment frequency for the tenant i.e. daily, monthly etc.


Examples

Example of finding the payment frequency.

{{FindPayFreq(ALIAS.CLCODE,ALIAS.PROPCODE,ALIAS.CONCODE)}}