PhoneNumber data type |
The data type PhoneNumber represents phone number data.
Note |
---|
This data type contains subfields. For more information about working with subfields, see Accessing subfields. |
The PhoneNumber data type contains the following subfields:
When you use the optional [Script] section to insert your own JavaScript functions, PhoneNumber data maps to a custom PhoneNumber object:
new PhoneNumber({Type: "Business", Contact:"Bob Acme", Number:"855-895-1480"})
You can access these PhoneNumber elements as fields:
.Type
.Contact
.Number