Provisioning Service > Creating Custom Provisioning Operations

Creating Custom Provisioning Operations

For users comfortable with SQL, it is possible to harness the power of the Provisioning Service to perform simple or complex bulk operations in WorkSite for one-off or repeated jobs. These custom operations can then be made available to Milan users either through the Ad Hoc Operations tab in Report Center or the Scheduled Operations button on the Provisioning Service tab in Service Center.

Creating a Custom Provisioning Service Job

To create your own custom Provisioning Service jobs, you must:

  1. Write an SQL script to insert Provisioning Service jobs into the Milan.WorkspaceQueue and Milan.WorkspaceDetailQueue tables
  2. Install the script as a stored procedure in the Milan database
  3. Configure the custom operations dialog for inputting parameter values in the Milan web client

For detailed information on how to create a custom operation script, refer to Creating Provisioning Jobs Through the SQL API.