how to assign email field type to a field in table ?

RK36
Kilo Explorer

field types

1 ACCEPTED SOLUTION

Sanket Khabiya
Kilo Sage

Hi,

Please try with below solution:


You can make your email field visible/Active by :

Enter sys_glide_object.list in your Application Navigator
Enter email in Name search box and hit Enter
Right Click on form header > Configure > Table
Under Access Controls tab, there are 4 OOTB aaccess controls
Open the record with Write operation, there will be only maint role (users with maint role can write/make fields visible)
To edit the roles that can write, elevate to security_admin role from upper right(profile) corner.
Add your role, say admin and save the form.
Now navigate back to your email field and make it visible(check visible field to true), you can use email type now while creating a new field of type email.

Regards,

Sanket

View solution in original post

3 REPLIES 3

Allen Andreas
Administrator
Administrator

Hi,

Can you give more information?

Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Sanket Khabiya
Kilo Sage

Hi,

Please try with below solution:


You can make your email field visible/Active by :

Enter sys_glide_object.list in your Application Navigator
Enter email in Name search box and hit Enter
Right Click on form header > Configure > Table
Under Access Controls tab, there are 4 OOTB aaccess controls
Open the record with Write operation, there will be only maint role (users with maint role can write/make fields visible)
To edit the roles that can write, elevate to security_admin role from upper right(profile) corner.
Add your role, say admin and save the form.
Now navigate back to your email field and make it visible(check visible field to true), you can use email type now while creating a new field of type email.

Regards,

Sanket

RK36
Kilo Explorer
Thanku👍🏻