How to generate a Pop Up for certain action in requests ?
How to generate a Pop Up for certain action in requests ?
You can add a rule under Admin->Incident Templates->Edit template->Field and Form rules as shown below. Note you can choose the criteria as per your requirement.
Please use the below script as mentioned. Replace the link with the desired link. alert ("please check below link"); window.open("https://www.manageengine.com/products/service-desk-msp/readme.html"); Refer below link for FAFR config if required, ...
Working on Builds: 14500 too Scenario: Request should not be created if there is no email address associated with the requester. Instead it should prompt and alert stating there is no email address associated with the requester. The above requirement ...
Make use of the Request timer action feature present in our application Navigate to : Admin >> Request Timer Action Create a new timer action as the below configuration Select After Rules and configure as below Under Actions . Please configure as ...
Tested in builds 14000, 14200 and 14201 (Global FAFR): Step 1: In Global FAFR, on form load, configure an FAFR and execute the below script under Action as shown below, try{ $req.form.destroyForm(undefined, false); }catch(err){} ...
There are scenarios where if the end-user is not responding for a specified period of time they need to be reminded of the same. This can be achieved using a script. Use case: Reminder emails should be triggered to requester when the request is ...