Hello,
I one sent work item to multiple user's inboxes, say users are A, B and C.
I placed some validation function behind the ACCEPT button, the moment user clicks the ACCEPT button then my validation will trigger
Say, user B clicked the ACCEPT button and my validation got triggered and returned the FAILURE output for this work item for this user B, hence now programitically I need to make disappear / delete this work item from user B's inbox, but still should remain in other rest of the user's (A and C) inboxes, so that they hv a chance to accept it
I tried FMs of *RESUBMIT* and *DELETE*, but they are resubmitting / deleting from all user's inboxes!
Pls. let me know how can I achieve my requirement
Thank you