I am not able to update the ready-only field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 01:00 AM
Hi,
I have a field called vendor rejection count (Read-only) on VIT, i want to update this field when the VIT is rejected by inbound call.
count is updating in log but not updating on the field.
I'm not sure where I'm goin wrong. Can anyone help me on that?
thanks,
Naidile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 02:01 AM
GlideRecordSecure will evaluate ACL and won't allow update if some ACL is blocking
You can try to use GlideRecord if you wish and it will allow to update.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2025 03:28 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 02:09 AM
Hi @NAIDILE S ,
GlideRecordSecure takes Access Control Lists (ACL) into account. Could you please check if the account used for updating the field has the appropriate write ACL?
Should my response be helpful, kindly mark it as correct and close the thread to facilitate future reference for others.
Best regards,
Medi
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 02:11 AM
Thanks for the quick response, ill check on that and get back again