Connect users from ServiceNow to Company Portal via share link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Dear community
I'm faicing some isues to add a company portal link into a content item description to be able to let the user move into the company portal to directly install a software.
We've tried to do it in a flow step directly but nothing happens. We also tried to hardcoded in a simple HTML href and the same...
I'll paste the code we are using here:
p> </p>
<p>VLC Test</p>
<p> </p>
<p>Link to the company portal</p>
<p> </p>
<p>"<a href="companyportal:ApplicationId=.-..." target="_blank" rel="noopener noreferrer nofollow">TEST"</a></p>
<p> </p>
This is the first point because the v2 needs to be coded into a flow step to let the user create a content item for each software.
Please let me know how to do it because I'm a bit concerned about how to do it as seems to be a simple thing
Thank you.
