- 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
12-14-2023 11:56 AM
Thank you this was exactly what I needed. Works perfectly.