Function DisplayInternetLinkProperty
The display for internet links for the property
DisplayInternetLinkProperty([PROPERTY_CODE],[TYPE],[CODE])Parameters
| # | Type | Name | Passing | Default | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | PROPERTY_CODE | required | n/a | The property code |
| 2 | integer | TYPE | required | 1 | The type where 0/1 = Setting code to use, 2 = CODE contains the actual content |
| 3 | string | CODE | required | n/a | Either the system setting flag or the actual link depending on the TYPE parameter |
Returns
The internet link string
Example(s)
Example to get the Checkboard internet link
{{DisplayInternetLinkProperty(ALIAS.PROPCODE,1,"INTERNETLINKXCL1")}}
