Before Provisioning Rule Overrides Create Account Policy Attributes

Hello @MounikaPrathapani , plan.put(); will replace the whole plan. It’s not modifying the plan. Think it as PUT request in API which updates the whole resource and not like PATCH.

You can refer below blog to pass additional arguments to the plan so that those arguments can be refereed in JDBC provisioning rule

1 Like