Annotation With HTML Link In service Portal

upendhar reddy
Kilo Explorer

Hello All,

By Configuring Form Layout I have added an annotation and It's working fine in Native Platform.. But the same Is not working in Service Portal(as shown in attached screenshot below).. I have a requirement to add annotation with HTML Link in Service Portal.. I have tried In service now community but didn't find any answer

Can some one Help me regarding this issue

1 ACCEPTED SOLUTION

Conner M
Tera Guru

If you are in the portal you could also just make your own custom annotation. A little HTML and you'd be all set.

<div class="alert alert-primary" role="alert">
  To view the Request Information, please <a href="#" class="alert-link">click here</a>.
</div>

Just using some bootstrap alerts and some bootstrap calls, you can just put your link in the a tag and be all set.

View solution in original post

12 REPLIES 12

Hello Bro,

Can I get More Explanation on this regarding what code should I use

Thanks and Regards,

Upendhar

Blank widget is exactly what widget do i need to use

So in service portal, create a new widget. Name it whatever you want. On that widget, put that html code in the html code block of the editor. Then, go back to your portal page, and add that widget you created to your page.

Hello Bro,

Everything is working fine After i created a HTML widget and added above code

but, One issue is that HTML Link is showing for all the tables

My requirement is to show for only one table

what condition do i need to add in script for achieving this?

 

So you only want it for one table but it is showing for each table? Or just that it is showing for the whole page? Can you attach a screenshot please?