- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 11:37 PM
Hi,
we have a requirement to give a record producer link on service portal custom header through scripting as there are already menu items created in the header through scripting.
If anyone has idea kindly share here.
Thank you !
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 11:43 PM
Hi Appy,
You need to create a new widget and paste it in HTML section
Script
<h4><a style="color:#000000; font-size:20px;" href="../sp?id=sc_cat_item&sys_id=2edc7977db9f4b005adefe9b0c96198c">Can't find what you're looking for? <span class="m-t text-a-c" style="color:#000000; font-size:15px;"><u> Click here to submit a generic service request</u></span></a></h4>
View - it will look like below img
Change the highlighted part and place this widget as per your requirement.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 11:43 PM
Hi Appy,
You need to create a new widget and paste it in HTML section
Script
<h4><a style="color:#000000; font-size:20px;" href="../sp?id=sc_cat_item&sys_id=2edc7977db9f4b005adefe9b0c96198c">Can't find what you're looking for? <span class="m-t text-a-c" style="color:#000000; font-size:15px;"><u> Click here to submit a generic service request</u></span></a></h4>
View - it will look like below img
Change the highlighted part and place this widget as per your requirement.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 12:45 AM
i changed the table as per my requirement and it worked..Thank you !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 12:50 AM
Awesome