Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136
stars
97
forks
source link
Issue for EnhancedLightningGrid after Winter21 #44
If a user with permissions as User (not Admin) for the EnhancedLightningGrid opens a Grid detail in Salesforce cannot open it.
Setting the Debug Logs, system throws following error:
Debug Log
5 10:1:49:648 Error invoking c.GetNamespace: You do not have access to the Apex class named 'sdgController'.
4 10:1:49:639 Error invoking c.GetSDGInitialLoad: You do not have access to the Apex class named 'sdgController'.
If a user with permissions as User (not Admin) for the EnhancedLightningGrid opens a Grid detail in Salesforce cannot open it. Setting the Debug Logs, system throws following error:
Debug Log 5 10:1:49:648 Error invoking c.GetNamespace: You do not have access to the Apex class named 'sdgController'. 4 10:1:49:639 Error invoking c.GetSDGInitialLoad: You do not have access to the Apex class named 'sdgController'.