- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2023 11:59 PM
Hello. Please help me.
I want a survey to pop up automatically when I resolve an incident.
Is there a good way?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 08:06 AM
window.open(link,'popup','toolbar=0,menubar=0,width=600,height=600');
use this:
and Plz mark my Solution As Accept, if you got help from it.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 12:51 AM
Hi Shingo,
You can write a OnChange BR, When the State is closed complete, you can run a script,
action.setRedirectURL('url of survey');
Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regard,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 06:05 AM
Hi Shingo,
can you pls mark my solution as accept, as you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 06:05 AM
Hi Samaksh
Thank you for comment.
I was able to trigger onchange in the business rule and redirect to the survey page.
Ideally, the browser will pop up and display a survey page. Is that possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 06:12 AM
g_navigation.openPopup('url'). : Use this.
and Plz mark my Solution As Accept, if you got help from it.
Regards,
Samaksh