With the Lightning File Explorer, you can create and then view a hierarchy of your files associated with a record. The files are nested within a familiar tree structure which we are all used to.
BSD 3-Clause "New" or "Revised" License
36
stars
47
forks
source link
Unable to use the qsyd_FolderTemplate.generate method upon installation #8
After installing the package from github and granting the permission set to my user i tried to invoke the qsyd_FolderTemplate.generate() method inside a trigger and got a security error.
It was due to the field LinkedEntityId__c on the FileExplorerFolder__c sObject being left out of the permission set.
Everything works well if you add the field manually to the permission set but is it the correct way to fix this or was this intended?
Hi !
After installing the package from github and granting the permission set to my user i tried to invoke the qsyd_FolderTemplate.generate() method inside a trigger and got a security error.
It was due to the field LinkedEntityId__c on the FileExplorerFolder__c sObject being left out of the permission set.
Everything works well if you add the field manually to the permission set but is it the correct way to fix this or was this intended?
Appreciate the package a lot, thanks !