- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 04:49 AM
Hello,
Currently, the opened by user cannot see the standard ticket header in the portal.
It shows for the opened for user but not opened by.
we need to amend this so opened by can also see this standard ticket header
currently showing like this..
but should display like this:
I have had a look at the standard ticket configuration table but I'm not sure which table this bereavement record producer sits under and which one needs editing and how.
Can someone help me with this please.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 09:43 AM
ended up not using the widget and instead unticked the advanced box below and used the info fields.
worked exactly the same way!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 05:07 AM
Hi,
on the Tab Configuration form:
Visible | Conditions for the tab visibility. This is not displayed if the Advanced check box is selected. |
Please refer to this doc and the configuration steps :https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/build/service-portal/task/confi...
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 06:33 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 08:34 AM
Hi,
Please check the script include sn_hr_sp.hr_StTabVisibilty and function hasTodo(). It must be returning true or false. If you want to show this section always then you can remove remove that condition.
But before doing that please check logic of Script include function and see if you can change that condition.
Thanks,
Anil Lande
Thanks
Anil Lande