- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-19-2022 09:07 PM
My Requirement is in SP portals
In ServiceCatalog-->can you help me--> create a New Enhancemet.
there I need to Add link , which should redirect to the KB Article,
how to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-20-2022 10:07 AM
More than likely it's how the link was constructed and where it's pointing to.
Remember the url is going to be different if the user is in the "back_end" or the Platform UI than it is if they are viewing from the Portal side.
If you need it to work in both environments then the simple solution is to create two variables with the order the same. Use a UI Policy or an onload Client Script to hide the one that shouldn't show depending upon the point of access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-19-2022 10:00 PM
Create another variable for the Catalog item or Record Producer which ever one you're using.
Make the type Rich Text Label.
In the rich text editor click on the hyperlink icon.
Populate the url field with the link to the article.
Populate the Display Text field with the text you want the link to display as.
Click "Save" on the popup
Give the variable an order that is right after the short description
Click "Save" on for the variable.
New Variable:
Hyperlink popup
End result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-20-2022 06:33 AM - edited ā10-20-2022 06:39 AM
how to do this same process for backend?
because the rich text is not working in backend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-20-2022 09:22 AM
What does "not working in backend" mean in this context?
Does it mean that the link doesn't show?
Does it mean nothing happens when the link is clicked?
Or does it mean when clicking the link an error occurs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-20-2022 10:07 AM
More than likely it's how the link was constructed and where it's pointing to.
Remember the url is going to be different if the user is in the "back_end" or the Platform UI than it is if they are viewing from the Portal side.
If you need it to work in both environments then the simple solution is to create two variables with the order the same. Use a UI Policy or an onload Client Script to hide the one that shouldn't show depending upon the point of access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-20-2022 08:59 PM - edited ā10-21-2022 08:34 AM
On the Backend On clicking the Richtext , i Receiving an Error " you are either not authorized or the cart item is invalid"