I want to create a pop up to the concern team , once they login for the p1 incident raised for them

Arjun Kumar Le1
Tera Contributor

I want to create a pop up to the concern team , once they login for the p1 incident raised for them, can any please help me how to achive this.

 

 

Thanks.

1 REPLY 1

Sonam Tiwari
Tera Guru

@Arjun Kumar Le1 

Do you mean you want to put a alert ?

 

In that case you can have something like below

var priority = g_form.getValue('priority');
if (priority == 1)
return confirm(getMessage('Press OK if you want to create a P1 ticket'));
}

If you want to notify them, you can create a notification to the concerned group.