Scripts
The Connector for ACF2 functions (described in this book) are designed to meet fundamental Managed System requirements.
In addition to the basic requirements, site‑specific requirements may exist in established Managed System, and Managed System may have changing needs. Therefore, Connector for ACF2 enables customization of the functions. You can customize any Connector for ACF2 function by writing scripts.
A script is a group of statements that perform one or more actions and that manipulate standard SailPoint and Managed System‑specific fields. A script may include conditions that determine when actions should be performed. For example, cleanup activities should be run if the Connector for ACF2 function does not execute successfully.
Scripts can also be used to automate any required actions that are currently performed manually.
The Connector for ACF2 has the ability to call a script before and after executing a Connector for ACF2 function. Parameters may be received from and returned to Connector for ACF2 functions by including script commands in the scripts.