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.
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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/
サインインしてコメントを残してください。