Which IIQ version are you inquiring about?
8.3
Share all details related to your problem, including any error messages you may have received.
Hello All,
We have been encountering a critical issue for quite some time now related to the Logiplex-based webservice connector.
By default, the Get Object is supposed to trigger automatically upon the successful creation of a user. Since the application supports single account aggregation, we have configured the Get Object operation. However, we are unable to retrieve the native identity from the plan using either $plan.nativeIdentity$ or $getobject.nativeIdentity$ in the context URL. It always returns as null. I understand that this is an issue with the Logiplex framework because when I call the same operation using the Rule, it works as expected. The question is, how can we retrieve the native identity in this case?
For the time being, I would like to temporarily stop triggering the Get Object upon the success of the Provisioning action because all the Provisioning requests are failing due to this. I have already tried setting the isGetObjectRequiredForPTA parameter value to false, but the Get Object operation is still triggering, could you please explain how can we stop triggering Get Object operation for the Logiplex based web service connector?