- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 11:09 AM
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
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2019 01:11 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 08:53 AM
Hello Bro,
Can I get More Explanation on this regarding what code should I use
Thanks and Regards,
Upendhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 10:28 AM
Blank widget is exactly what widget do i need to use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 10:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 12:23 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 12:27 PM
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?