- 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 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-17-2024 08:56 PM
Yeah i have find there is one client script is running background to clear the assigned to field value,
Thank you