bryan-riley
6 months agoCreator II
Add GUID to Search Column
I have some batch data operations I'd like to do where I need to do a search, then export the Part GUID and some other data and later feed the fixed data back into the Batch Loader. Is there a way to...
- 5 months ago
When you expose the ID column it's going to show you the Keyed Name.
If there is no keyed name set then you'll see the full GUID. If you had the Keyed Name set then remove it I think you will probably still see the old keyed name until things are updated.
I would suggest using the Innovator Admin tool from Eric Domke (erdomke/InnovatorAdmin: A tool for managing Aras Innovator installations focusing on improving the import/export experience.) Search on for "Innovator admin git" and you'll find it. This allows you to run XML/AML queries from outside the database and has a tab where the XML results are shown as a table that you can export to Excel.
I use this all the time.