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