Idea Summary
Let List Enties have a STATIC ID that can be used in Authorization Schemes
Use Case
Many APEX components have a STATIC ID - e.g. Regions, Buttons, Columns, why not List Entries?
Example:
All menu list entries are connected to an authorization scheme. The scheme currently can obtain APP_COMPONENT_TYPE, APP_COMPONENT_NAME and APP_COMPONENT_ID.
If your app has a menu entry with the same name in different parent menu entries, its not possible to distinguish between those 2 entries.
APP_COMPONENT_NAME is the same, APP_COMPONENT_ID can't be saved because the id of the component can change between app export/import. So no (easy and low-code style) chance to handle that situation.
Preferred Solution (Optional)
Every list item has an additional “Static ID” field.