- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We have a group that would like to have there own incident form rather than using the default incident form. They have a different set of questions and process which is the reason for the 'Ask'.
I understand that best practice is for everyone to use a single incident form but I am looking for options on how we can accomplish this use-case if we choose to do it.
1. Has anyone had a use-case for more than one indent form?
2. How can I use multiple incident forms and have the data populate the same default 'Incident' table?
3. What are some of the concerns we should be aware of?
Any insight will be appreciated.
Thanks
Garfield
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GChanner It’s better to create different views for different teams or roles while keeping a common table. In each view, you can add as many fields as needed—whether they are unique to that view or shared with others. This approach is preferable to creating separate custom tables and processes for each team.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GChanner
Create separate views for each group/individual and define view rules accordingly.
Each view will have different set of questions and process.
Within the view rule, you can write a script to check the assignment group and return the appropriate view name based on that group.
Using View rule,
- You can use a script in the View Rule to check if the logged-in user is a member of that specific group and then force the form to display your custom view. or logged-in user is intended user as per your requirement
- Advanced Script Example: Use ( gs.getUser().isMemberOf('Group Name') ) to return the name of your custom view .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GChanner It’s better to create different views for different teams or roles while keeping a common table. In each view, you can add as many fields as needed—whether they are unique to that view or shared with others. This approach is preferable to creating separate custom tables and processes for each team.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GChanner
Create separate views for each group/individual and define view rules accordingly.
Each view will have different set of questions and process.
Within the view rule, you can write a script to check the assignment group and return the appropriate view name based on that group.
Using View rule,
- You can use a script in the View Rule to check if the logged-in user is a member of that specific group and then force the form to display your custom view. or logged-in user is intended user as per your requirement
- Advanced Script Example: Use ( gs.getUser().isMemberOf('Group Name') ) to return the name of your custom view .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GChanner
For sure you can have multiple incidents form - basically it’s just a record producer inserting a record… this is much more process stewardship and UX alignment. The real question is, what differs between what is current and what they want, and how will you ensure users utilizing the right form.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
