Skip to main content
1-Visitor
April 28, 2014
Solved

Exporting all usernames

  • April 28, 2014
  • 2 replies
  • 1646 views

I'm looking for a way to export all the usernames in the windchill system. Ultimately the goal will probably be to import those names into an excel spreadsheet. Any suggestions?

As a side note, (and please forgive me if I misuse terms here), what possibilities are there to access Windchill using VBA. My impression is that because there is no VBA API, my options for accessing data stored in windchill from Excel are limited.

Thanks,

Dan

Best answer by MikeLockwood

Simple query builder report. Incredible that it is not there OTB.

Type: User

Select: Name, Full Name, other fields of interest

2 replies

22-Sapphire I
April 28, 2014

Simple query builder report. Incredible that it is not there OTB.

Type: User

Select: Name, Full Name, other fields of interest

1-Visitor
April 30, 2014

thanks for your help!