Forum Discussion
Zahar_Chernov
9 years agoIdeator I
Thomas,
I think your solution is good but it overkill for your task.
What you can do is:
- create Poly ItemType
- set in Poly Source tab all ItemTypes that you want to search in for your ID - I guess you don't want to search all internal tables, but if so you can add them too
- search using simple API:
innovator.getItemById("{YOUR POLYITEM NAME}", "{ID}");
or using AML:<AML><Item type='YOUR POLYITEM NAME}' action='get' id='{ID}' /></AML>