Reassign certification to 2 identity

Which IIQ version are you inquiring about?

8.4p1

Share all details about your problem, including any error messages you may have received.

I am doing a entitlement owner certification where is there are delegated approvers for any of the entitlement, i need to reassign such that it goes both to owner as well as the approvers workgroup. How can i achieve that ?

I am trying to return the items from the pre delegation rule via hashmap, to below how can i add the owner as well ?
results.put(“recipient”, context.getObjectByName(Identity.class, approver));

  • Retrieving the owner of the entitlement.
  • Retrieving the approver’s workgroup.
  • Adding both to a List and then storing it in the results HashMap.

doesn’t work gives type error
class java.util.ArrayList cannot be cast to class java.lang.String (java.util.ArrayList and java.lang.String are in module java.base of loader ‘bootstrap’)