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,

You can simply use VS Code with IDN Extension to do this.


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

UPDATED ON 2026.05.14
Connector Rules can be directly edited in VS Code now