- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 10:00 PM
Hello every one,
I have facing one issue. in incident form i am just entering the assigned to field when the assignment group is empty, the user name not appearing in assigned to field value but it's visible in the list view, i was checking the client script, BR and UI policy, ACL all those everything is seems good. Any one help on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 11:23 PM
ideally there should be some script which is clearing that on form
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 01:57 AM
Did you check on UI policies as well? Because if you see it on the list, it is as Ankur says: it's in the DB. When you open the record and it isn't there, there is UI side logic clearing it (like a UI policy or client script that empties the value because the assignment group is empty).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 10:23 PM
it's present in list view means the value is present in database. you can confirm this in XML of that record as well
On form definitely some script is clearing that
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
‎12-16-2024 10:33 PM
Yeah i have checked the XML of the record the value is not present in that. If any possible to check which script (Br,SIor cilent script) remove the fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 11:09 PM
you are saying it's there in list view so it means value is there in database
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 11:18 PM
Hi @Ankur Bawiskar ,
So how can we bring the same value into assigned to field? it's is bit of confusion here