Field value not visible on form but can be seen in the History audit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am using a transform map to update data on cmn_location field. All field values are updating except product and comments. I have put logs in the script and everything seems to be fine. While I went to the history of record I can see the field value changes there but the same value is not seen on form and XML. This is weird behaviour and I am not able to debug this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Is this value blank in list view as well?
If you see in list view then this could be due to an UI Policy of Client script that clears this value
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Most likely issue is a client/UI level override (UI policies, client scripts, form onLoad/afterLoad logic) or a read ACL that suppresses those fields, so I’d disable or isolate UI policies / client scripts temporarily, run g_form.getValue('product') (or equivalent) to see raw data, verify ACLs allow read access, and inspect any business rules or form scripts that might reset those fields after the transform.....
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
