During code upgrade from 1611 to 7.3, we discovered that some of the custom extensions have names that conflict with extensions that Microsoft has added to 7.3. To avoid conflicts, it has been decided that we need to rename all the custom extensions with a suitable suffix such as TableName.XXXExtension.
What are the consequences that we need to account for in this effort. Admittedly, X++ code doesn't care about the extension name. But what about Forms, Queries and other objects. Anything we should note/watch for before proceeding?