Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Prepopulate form through api

raraujoApr 7 2014 — edited Apr 7 2014

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...

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2014
Added on Apr 7 2014
5 comments
182 views