Skip to main content
Question

Username Attribute available in Desktop?

  • April 22, 2014
  • 2 replies
  • 159 views

jon
Contributor
Forum|alt.badge.img+5
Is there a way to get the username of the user who is running the workbench and populate this to an attribute?  Essentially I want to populate a feature class field named Last User with who ran the workbench.

 

 

All that I've been able to find is for FME Server - not for Desktop.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

tomf
Supporter
Forum|alt.badge.img+20
  • Supporter
  • April 22, 2014
You can use the EnvironmentVariableFetcher with the variable USERNAME.

jon
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • April 22, 2014
@TomF Yup - that did it.  Thanks!