- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 05:07 AM
Hi Everyone,
As an end user, over the CSM portal when "Business Phone" is empty then i am able to edit it. After that is becoming un-editable field.
Any idea why?
Thanks in Advance!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 08:06 AM
Hi Vartika,
Since end users are editing from CSM portal and not directly from ServiceNow profile, please check the ACL in the contact(customer_contact) table where the Business phone is inserted.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumbs up.
Best regards,
Tharun Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 08:06 AM
Hi Vartika,
Since end users are editing from CSM portal and not directly from ServiceNow profile, please check the ACL in the contact(customer_contact) table where the Business phone is inserted.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumbs up.
Best regards,
Tharun Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 09:39 PM
@tharun_kumar_m , Thank you for giving an idea. So the correct solution is, there is an ACL on contact table with write condition. Giving access to user edit business phone only when it is empty. ACL Sys ID: 65f6acc60b770300c9c86c9037673a82.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 08:48 AM
Hi @vartika ,
There are 4 ways we can make any field readonly
1. UI Policies
2. ACL
3. Client Script
4. Dictionary definition
Did you checked all the 4 ways? There are may be something is stopping you to editing the field.
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 09:16 AM