I have created one record producer for creating incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:31 AM
Hi Community,
I have created one record producer for creating incident and created same kind of fields in incident form as well.
here my question is how to show only user entered values fields on incident form, don't visible empty fields from record producer
Please suggest?
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:55 AM
Hi @Srinivasu2,
You need to configure the view to show specific fields on incident form.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 07:57 AM
Hi @Srinivasu2
When you say only entered value , to whom you want to show and where? bcz an ITIL user need all information to work in incident.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 08:37 AM
@Srinivasu2 You can create an onLoad client script to hide empty fields on the form. Here is the link to one of the posts where the empty fields have been hidden via client script https://www.servicenow.com/community/developer-forum/hide-all-empty-field-from-a-form/m-p/1642890
Hope this helps.