How do I automatically pop up a survey when I resolve an incident?

shingo osaka1
Tera Contributor

Hello. Please help me.

I want a survey to pop up automatically when I resolve an incident.
Is there a good way?

1 ACCEPTED SOLUTION

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

 

 

View solution in original post

7 REPLIES 7

Samaksh Wani
Giga Sage
Giga Sage

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

Hi Shingo,

 

can you pls mark my solution as accept, as you find it helpful.

 

Regards,

Samaksh

shingo osaka1
Tera Contributor

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?

g_navigation.openPopup('url'). : Use this.

 

and Plz mark my Solution As Accept, if you got help from it.

 

Regards,

Samaksh