How to update the Service Portal Ticket form to show more fields for Change Request?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 03:47 AM
Hi would like to personalize the ticket view for Change Request in the Service Portal.
I would like to add the "Close Code" field.
I cloned the "Ticket Fields" widget and changed this instruction by adding close_code and close_notes:
var fields = $sp.getFields(gr, 'number,state,assignment_group,priority,sys_created_on,close_code,close_notes');
But in the ServicePortal the two fields are not visible.
What am I doing wrong?
Thank you
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 03:55 AM
Hi @sabrinavilla Refer this KB Article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0745129
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 04:02 AM
I read the article before writing this post and did exactly the same thing, at least I think, but it does not work