cancel
Showing results for 
Search instead for 
Did you mean: 

How to get user who accept/reject user decision?

rmz01
Explorer
0 Kudos

I have created a workflow with user decision (Accept/Reject). I need to store the record to a ZTable who approved or rejected that document. So how can I get the USER ID of the person who accepted or rejected that user decision ?.

Accepted Solutions (1)

Accepted Solutions (1)

former_member736527
Active Participant

From what I remember, the workitem container WiActualAgent stores the User ID who acted on the Workitem. It has "US" followed by the User ID.

I don't have a system right now, so I don't know the exact container name.

rmz01
Explorer
0 Kudos

Thanks Taha!

I think it's "AGENT" element of user decision container.

rmz01
Explorer
0 Kudos

Hi farosht1 .

I also need 'TIME' at which the user decision is executed. Can you help and tell which container element can be used ?

Answers (1)

Answers (1)

rmz01
Explorer
0 Kudos

I've used &_WORKITEM.EXECUTEDBYUSER.ID&

Path: [ Workitem -> ExecutedByUser -> ID ]

This also works for me.