Share all details related to your problem, including any error messages you may have received.
Hello All,
Hope you are doing well.
We have a read only jdbc connector and Integration config configured to handle the provisioning(create,modify,disable) functionality.
Now the requirement is we need to go with create ,modify operations with ticket connector (Integration config) and Disable operation with direct connector (JDBC) .
I have removed the operations(disable) in the integration configuration and written the necessary logic for handling the disable operation via provisioning rule in jdbc application.
My question is even I removed the disable operation in the integration config while performing the disable operation still it’s trigger the ticket connector and creating the ticket in Snow.
Does anyone have any idea on this( disable operation via direct connector and create,modify operations via integration config ).
In the Integration config code you can have switch operation based the input operation in provisioning plan and for disable you can have a method and perform the same using the plan the way you do in the Provision rule, this will take care of what you needed.