Record producer link on Service Portal

Appy2
Tera Contributor

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 !

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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

find_real_file.png

Change the highlighted part and place this widget  as per your requirement.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

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

find_real_file.png

Change the highlighted part and place this widget  as per your requirement.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

i changed the table as per my requirement and it worked..Thank you !

Community Alums
Not applicable

Awesome