Function LandlordEmails

Obtains the landlord emails

LandlordEmails([ID],[TYPE],[OPTION],[DELIMITER],[DATE])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aIDThe identifier of the record to use
2integeroptional1SOURCEThe source record where 1=Property, 2=Contract, 3=Client, 4=Landlord
3integeroptional1OPTIONThe filter option where 1=Landlords, 2=Lead Landlord
4stringoptional;DELIMITERThe delimiter to use in between each item found
5datetimeoptionalnullDATEFilters against records where the date lies within the tenancy


Example

The following example shows how to get all landlord emails from the current tenancy for a property

{{LandlordEmails(ALIAS.PROPCODE,1,1,"|")}}