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!
コメント
2件のコメント
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 .
サインインしてコメントを残してください。