Skip to content

The id property of spo tenant applicationcustomizer get should be the list item id #4872

@martinlingstuyl

Description

@martinlingstuyl

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions