Possible to tell which "Authorized User" Approved PO for a Buyer?

Is it possible to determine which authorized user approved a PO? I can only seem to find the Buyer ID.

The POAprvMsg table has a ‘DcdUserID’ column.

1 Like

Thanks!!

I use POApvMsg.ApproverResponse = ‘APPROVED’ and return POApvMsg.MsgFrom.
I believe DCDUserID is who Created/Updated

1 Like