Community

Scripting with the scanning operator's account name

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!

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Alberto Torino
    Hello Stella:
    Try replacing Document.Property("Createdby") with FCTools.CurrentUserSession.UserName .

    Hope it helps.
    Kind regards,
    Alberto
    0
  • Avatar
    Permanently deleted user
    Hello Stella:
    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 .
    0

Please sign in to leave a comment.