Can we use after provisioning rule in integerationconfig for any application

Which IIQ version are you inquiring about?

[Replace this text with your version of IIQ. The more specific you can be (7.1, 8.3, 8.X), the more people can help. If you do not know, put Unsure.]

version 8

hi @vicky217SP

Yes, but with conditions . The use of an after provisioning rule in the IntegrationConfig is supported only for applications that use the IntegrationConfig framework , such as Web Services , Delimited File , Database , and custom connector-based applications .

<IntegrationConfig>
    ...
    <entry key="afterProvisioningRule" value="myAfterProvisioningRule"/>
</IntegrationConfig>
1 Like

An after provisioning rule is a type of Lifecycle Rule in IIQ that is executed after a provisioning operation (like create, update, or delete) has been completed.
It is typically used to:

  • Log or audit provisioning results
  • Trigger downstream processes
  • Send notifications
  • Perform post-processing logic

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