Rule template . How to deploy the connector rule template mentioned in https://developer.sailpoint.com/idn/docs/rules/connector-rules/before-and-after-rule-operations#rule-template

Hi,
The doc is not clear about how the connector rule template should be deployed. (Before and After Operations on Source Account Rule | SailPoint Developer Community)
Question

  1. Should the rule template (e;g: SampleSource BeforeCreate ) been transformed to be created using the Connector Rules Beta API
  2. Shall I save the rule in an IQ server folder and add the path in the source (Active directory)-> additional setting - > Provsioning settings → Native rule

Thanks,

1 Like

You can simply use VS Code with IDN Extension to do this.
image
Click on + sign


Enter the name of the rule and

Select the type of the rule
This will create a new file in VS Code.

Copy/paste your escaped version of your rule in place of // source code and save the file. This will deploy the rule to your tenant.

You can use this online tool to escape the code inside your rule

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.