- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:21 AM
Hi Developers,
I have a requirement to make 4 fields mandatory on a certain view(ECC View) of rm_story table
Below fields to be made mandatory additionally for ECC View.
1. Product
2. Theme
3. Assignment group
4. Assigned to
Please suggest.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:32 AM
create onLoad ui policy and make those 4 fields mandatory
To ensure it runs only for your view; Uncheck Global checkbox and select the View name on UI policy
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
04-28-2023 04:32 AM
create onLoad ui policy and make those 4 fields mandatory
To ensure it runs only for your view; Uncheck Global checkbox and select the View name on UI policy
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
04-28-2023 04:48 AM
View is a string variable for me.
I just tried to make Product mandatory but no luck.
Did I miss something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:50 AM
type in the exact view name
you should find that view name in URL in sysparm_view
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 04:37 AM
write onload client script on that table