Link to incident from Knolwede portal if user click NO button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 03:15 AM
We have received a requirment to direct the user to raise an incident if the user select the NO button in the knowledge portal view.
right now there two options for helpful such as YES or NO. Here if user selects NO we should redirect the user to incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 03:20 AM
Hello @Black Coder
You can create a UI Action Button for NO.
there you can use the script for redirection.
action.setRedirectURL('url of incident new record').
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 03:45 AM
We cant create UI action for portal view right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:19 AM
Hello @Black Coder
Check its HTML code,
You can add href tag to those button for redirecting the url.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh