Function DisplayPhone
Outputs phone numbers for display
DisplayPhone([MOBILE],[WORK],[HOME],[WORK_FAX],[HOME_FAX],[SMS],[NO_CONTACT_PHONE],[NO_CONTACT_SMS],[STYLE],[DELIMITER])
Parameters
# | Type | Passing | Default | Name | Description/Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | string | optional | n/a | MOBILE | The mobile number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | string | optional | n/a | WORK | The work number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | string | optional | n/a | HOME | The home number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | string | optional | n/a | WORK_FAX | The work fax number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | string | optional | n/a | HOME_FAX | The home fax number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | string | optional | n/a | SMS | The sms number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | boolean | optional | false | NO_CONTACT_PHONE | Whether contact by phone is not allowed (true will prevent phoning) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8 | boolean | optional | false | NO_CONTACT_SMS | Whether contact by sms is not allowed (true will prevent sms) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
9 | integer | optional | 0 | STYLE | The style where:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10 | string | optional | comma | DELIMITER | The delimiter between each number |
Returns
The display phone numbers
Examples
Example of displaying phone numbers
{{DisplayPhone(ALIAS.MOBILE,ALIAS.PHONEW,ALIAS.PHONEH,ALIAS.FACIMILEW,ALIAS.FACIMILEH,ALIAS.PAGER)}}