Hi,
How I can provision a resource through the API, using the prepopulates that are defined for this resource?
I'm provisioning the resources with:
tcUserOperationsIntf tcUserOps = connection.getService(Thor.API.Operations.tcUserOperationsIntf.class);
tcUserOps.provisionResource(plUserKey, resourceKey);
But the prepopulates does not populate any field.
Note1: I have the Auto-Save and the Auto-Prepopulate selected on the process definition.
Note2: When I use
tcUserOps = Platform.getService(Thor.API.Operations.tcUserOperationsIntf.class);
the prepopulates works properly...