Hi everyone,
I am writing script to get the scanning operators' user name in FlexiCapture.
I've tried Document.Property("Createdby"), however, it returns the processing station's name.
I need the user name column in the event log, just the highlighted part of the screen shot.
Can any one give me some advice? THX!
I am writing script to get the scanning operators' user name in FlexiCapture.
I've tried Document.Property("Createdby"), however, it returns the processing station's name.
I need the user name column in the event log, just the highlighted part of the screen shot.
Can any one give me some advice? THX!
Comments
2 comments
Try replacing Document.Property("Createdby") with FCTools.CurrentUserSession.UserName .
Hope it helps.
Kind regards,
Alberto
Thanks atorino, I tried but this object returned us with the processing station name.
Finally I found out the correct object, it's Batch.Createdby.Name .
Please sign in to leave a comment.