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!

Updating child form data in access policies for OIM 9.x

user621328Oct 21 2013 — edited Oct 21 2013

Hey guys,

I am trying to update an existing access policy and as part of the update I have to add and remove entitlements from the child form that is attached to an Access Policy in OIM 9.1.0.2. I seem to be able to add the records/entitlements to the the child form but cannot seem to be able to remove them.

I have tried the following methods and none see to work.

1. AccessPolicyResourceData.addChildTableRecord(childFormkey, childFormName, "Delete", hashRecord);

2. AccessPolicyResourceData.removeChildTableRecord(childFormkey, entitlementRecord);

3. tcFormInstanceOperationsIntf.removeProcessFormChildData(childKey, plChildFormPrimaryKey);

The method name and the parameters are correct however none of these seem to work. I have used AccessPolicyResourceData.addChildTableRecord(childFormkey, childFormName, "Add", hashRecord) to add entitlements and that seemed to work however the delete doesn't work though the docs say it does.

Any advice will be helpful. Thanks in advance.

- AK

This post has been answered by delhi on Oct 21 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2013
Added on Oct 21 2013
2 comments
313 views