how can we identify the user who verified the invoice ?
is it possible to get the verification user in a workflow script ?
we use web verification station, so we cannot use stage tools.
how can we identify the user who verified the invoice ?
is it possible to get the verification user in a workflow script ?
we use web verification station, so we cannot use stage tools.
Best option is to use a Field rule script. Have it say something like if processing stage = verification then Field = FCtools.CurrentUser
You can use Document.Property("VerifiedBy") to get the name of user that Verified the document.
Regards,
Rahul Kapoor
www.linkedin.com/in/rahulkapoor309/
Please sign in to leave a comment.