Previous Topic: Stored ProceduresNext Topic: Bind Operations to Stored Procedures


Scripts

Scripts are located in the Connector Xpress project file and are written using JavaScript. As with stored procedures, CA IAM CS can invoke a script before, after, or instead of any CA IdentityMinder operation.

You can create global scripts or individual scripts. A global script contains JavaScript functions that any number of operation bindings can invoke. Global scripts are an excellent way to store and reuse common functions.

An individual script is a piece of JavaScript code that is only used by a single operation binding. You would typically use an individual script for a simple specialization of the operation. If you want to bind several functions within a global script, you can create an individual script that invokes selected functions.

More Information:

Bind Operations to Scripts