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:
ValueMobileWorkHomeWork FaxHome FaxSmsNo Contact Replacement
0#1#2#3#4#5#6
2#1#2#3
3#3#1#2
10#1#2#3#4#5#6Y
11#1#2#3Y
12#1Y
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)}}