Function SetupTenancyMyExtras

Function SetupTenancyMyExtras

Sets up cache for tenancy extra information.

SetupTenancyMyExtras([EVENT_REF])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aEVENT_REFThe offer reference

Returns

n/a


Examples

Example to setup tenancy my extras information

{{SetupTenancyMyExtras(ALIAS.CONREF)}}

Once setup the folowing information can be retrieved from the cache

FieldTypeDescriptionUsage
AGREEFEEdecimalThe agreed fee.You can access this using {{Get("AGREEFEE")}}
DEPOSITHdecimalThe holding deposit.You can access this using {{Get("DEPOSITH")}}
MINPERIODintegerThe minimum period.You can access this using {{Get("MINPERIOD")}}
TENSDATEdateThe tenancy start date.You can access this using {{Get("TENSDATE")}}
TENEDATEdateThe tenancy end date.You can access this using {{Get("TENEDATE")}}
TOTALDEPOdecimalThe total deposit.You can access this using {{Get("TOTALDEPO")}}
TOTALRENTdecimalThe total rent.You can access this using {{Get("TOTALRENT")}}