Answers to a post-course question regarding object prefixes in extensions for AppSource:
- Object prefix must be registered with Microsoft (at least 3 digits) and must be unique (it’s globally reserved for you)
- It can be a prefix or a suffix (you can call an object XXXMyTable or MyTableXXX)
- You have to use it for every objects in your extension
- This is case insensitive (you can call an…