コミュニティ

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!

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • 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

サインインしてコメントを残してください。