Function SetupTenancyMyExtras
Sets up cache for tenancy extra information.
SetupTenancyMyExtras([EVENT_REF]) Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | EVENT_REF | The 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
| Field | Type | Description | Usage |
|---|---|---|---|
| AGREEFEE | decimal | The agreed fee. | You can access this using {{Get("AGREEFEE")}} |
| DEPOSITH | decimal | The holding deposit. | You can access this using {{Get("DEPOSITH")}} |
| MINPERIOD | integer | The minimum period. | You can access this using {{Get("MINPERIOD")}} |
| TENSDATE | date | The tenancy start date. | You can access this using {{Get("TENSDATE")}} |
| TENEDATE | date | The tenancy end date. | You can access this using {{Get("TENEDATE")}} |
| TOTALDEPO | decimal | The total deposit. | You can access this using {{Get("TOTALDEPO")}} |
| TOTALRENT | decimal | The total rent. | You can access this using {{Get("TOTALRENT")}} |
