Create Disconnected Resource via API in OIM
Hey Oracle Community,
I'm trying to create a disconnected resource by using OIM API. I'm using FormInfo, ApplicationInstance, ApplicationInstanceService as other Oracle Discussion suggested:
Automation of App Instance Creation in OIM
But when I want to edit the form of the Application Instance I get the following error:
"oracle.jbo.NoDefException: JBO-25002: Definition sessiondef.oracle.iam.ui.runtime.form.model.AAABandaAncha.view.AAABandaAnchaVO of type View Definition is not found" where "AAABandaAncha" is the name of the application instance.
Is it possible to recreate and end-to-end disconnected resource creation process just by using API, without a sandbox and without creating form fields manually?