- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 12:36 PM
I would like users to be able to have a way to press on a phone number (or an icon) and have it automatically call the phone number. I have set up the E.164 phone number field, but on pressing the field the system reacts as if the user is editing the field. Does anyone have any suggestions? Thanks for any advice!
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 12:45 PM
You can probably create a UI action and use a "tel" tag.
<a href="tel:1-408-555-5555">1-408-555-5555</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 04:53 PM
NOt sure if this gets you closer; but if you look at the following: Setting the glide.phone_number_e164.strict system property to false or adding the pn_strict dictionary attribute allows the phone number input box to display a green line underneath numbers that do not match the territory format listed for the selected territory. In this case, a user can save a phone number in an invalid format, but the field continues to display a warning until the phone number matches the format required by the territory. You can use the Other / Unknown territory to store otherwise invalid phone numbers.
Reference: Using Phone Number Fields - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2016 12:39 PM
Appreciate the feedback Christopher, but attempts to incorporate the 'strict' system property and then the pn_strict dictionary attribute did not change the mobile behavior on an e.164 phone number field. I'm still stumped on finding a way to provide press-to-dial on the mobile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2016 02:28 PM
Update: So far I have been able to determine that if you use the field type "Phone Number" (as opposed to Phone Number E.164) the system will display an icon next to the phone number field which, when pressed, send the number to your dialing function. This can be seen on sys_user phone fields: Business Phone, Home Phone, Mobile Phone fields. Problem is that "Phone Number" field is not available for selection.