cancel
Showing results for 
Search instead for 
Did you mean: 

Make a work item request decline

former_member91276
Active Participant
0 Kudos

HI All,

IDM 8 SP6

Could you please let know if a work item, raised for role assignment request can be deleted, i.e i want to completely delete a role assignment request, which is presently in pending state. The UI option of unassign business role and then delete does not have any effect.

i tried Uis_approval, with operation as 2 and 7. But the work item still remains open with status Pending. Although there is an update called 'Declined'

Regards

Plaban

Accepted Solutions (0)

Answers (2)

Answers (2)

alexanderbrietz
Active Contributor

Hi Plaban,

you should be able to find the pending assignment in the link table. Also you should be able to delete the assignment using the {e} modifier which deletes future assignments as well. This would require an IDM job to delete the pending assignment.

If that does not help killing the UniqueID on DB-level would do the trick but needs to be considered as BFG blast!

Regards,

Alex

former_member91276
Active Participant
0 Kudos

Hi Alex,

i found the approval id in idmv_approvals_ext and tried to decline using UIS_APPROVAL. Would uis_setapproval help

Is it the same that you are referring to. Could you please specify the attribute that you mentioned

regards

Plaban

alexanderbrietz
Active Contributor

Hi Plaban,

I am talking about mxi_link table and related views like idmv_link_ext. There you would be able to find the UniqueID and can kill it if need be.

Speaking for the {e} modifier I am talking about an toIS-pass on an MX_PERSON object where you could unassign the pending assignment using attribute MXREF_MX_ROLE or MXREF_MX_PRIVILEGE with target {e}<MSKEYVALUE-OF-ROLE-OR-PRIVILEGE>.

Regards,

Alex