Hello,
I was organizing the object ID's for my extension in preperation to convert all ID's to a new ID range for publishing within AppSource.
Now I found something strange. By accident two of my objects had the same ID, but the two objects had a different type, for example Table 50106 MyTable and Query 50106 MyQuery
This works fine.
Now logically the following does not work: Table 50106 MyTable and Table 50106 MySecondTable.
The question is, can I use the same ID for my objects, as long as the types are different, or do I need to assign an unique ID for all of my objects, regardless of type?