Why is "email" not available as a data type when creating a new field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 06:40 AM
Why is "email" not available as a data type when creating a new field?
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 07:19 AM
Hi,
Email type is not available. Because Different email formats are present in market.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2018 02:20 PM
Perhaps my question was not clear. There are certain out-of-box fields such as sys_user.email that have a type of "email". These fields actually hold an email address. They present a different icon on the form.
If I create a custom field which holds an email address, why is it not possible for me to select "email" as the field type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2018 05:09 PM
Hi,
There are certain field types like "email" which are not enabled by default( I am not sure on the exact reason for this why this has been disabled). If you need to enable these field types please follow the below steps:
1) Navigate to Field Classes Table by typing "sys_glide_object.LIST" from Application Navigator search.
2) Search the Email Field Type as Name=email as shown in the below screenshot:
If you see the "Visible" column in the above screenshot, the Visible column is marked as false because of which the field type is not available for selection while creating new field type.
3) By Default the form is Read only for everyone including the Admin Users. To enable the write access for the form you need to modify the below ACL first and then mark the Visible checkbox on the form as True.
Replace the word "instance" with your instance name and simply check the Admin Override checkbox as True for admin users only as shown below:
5) Once the ACL has been modified, Navigate back to the Email form as mentioned in step 2 and mark the Visible checkbox as True as shown below:
6) Post saving you will be able to select Email as field Type.
Cheers,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2018 05:20 PM
In the sys_glide_object, the email record has marked visible as false. and it is not editable.
So you will have to update this ACL to allow yourself to edit the record in sys_glide_object and revert the ACL back after editing.
Please mark this response as correct or helpful if it assisted you with your question.