In #4243 we implemented retrieving an application customizer that is installed tenant wide by its id, title or clientSideComponentId.
The only problem is we've implemented the wrong id. In the documentation it says its the product id, and in the code it gets the list item by its GUID property.
The GUID property is unique, but as it's not much used by developers (AFAIK) its better to use the UniqueId or the List Item Id. In this case the list item id is fine. It's shorter, easier to use and remember when you copy it from somewhere.
It's a breaking change though. So we wait for v7.
In #4243 we implemented retrieving an application customizer that is installed tenant wide by its
id,titleorclientSideComponentId.The only problem is we've implemented the wrong
id. In the documentation it says its the product id, and in the code it gets the list item by its GUID property.The GUID property is unique, but as it's not much used by developers (AFAIK) its better to use the UniqueId or the List Item Id. In this case the list item id is fine. It's shorter, easier to use and remember when you copy it from somewhere.
It's a breaking change though. So we wait for v7.