How to add a URL link to a Pop Up/Alert in FAFR ?

How to add a URL link to a Pop Up/Alert in FAFR ?

Please use the below script as mentioned. Replace the link with the desired link.

alert ("please check below link");




Refer below link for FAFR config if required,


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Custom Script to Trigger an Alert if there is no email address associated with Requester (using FAFR)

                        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 ...
                      • 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.
                      • How to open a link using FAFR

                        Based on the condition, the below script can be used to open a new link Open the link in the same tab window.location.href = "link";   Open the link in a new tab window.open("link here"); 
                      • Script to set fields from CSV using FAFR.

                        Works in 10604 Requirement: Load Data from CSV depending on the value selected in an additional field. Usecase: Assume there are 3 additional fields for a request template, namely, "Reference number", "Payment type and "Vendor". "Reference number" is ...
                      • Invalid URL - Task API is not working - 14001

                        API response - throws invalid URL error apprUrl = url + "/api/v3/changes/changeid/tasks" Reason - 14001 · Support for older version of V3 API for Tasks and Worklogs is deprecated. To use the latest format of the API, add the accept header ...