GlynAndersonSlalom
GlynAndersonSlalom
I cloned this repo and deployed the source code into a sandbox and found the error. In qsydFileExplorer.js, line 98 should be changed from this: `this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded);` to this: `this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded.bind(this));` I...
> Hi @GlynAndersonSlalom did this worked for you. I'm still facing an error pop up with the component script error, Can you please help me out in resolving this @Madhuri3011...
> Hey, I am also facing the same issue. Was anyone able to resolve it? Please let me know Please see my post above from Dec 27, 2023. It describes...
I cloned this repo and deployed the source code into a sandbox and found the error. In qsydFileExplorer.js, lines 98 should be changed from this: `this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded);` to this: `this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded.bind(this));` I...
The Q_Sydney_Logo error can be solved by going to "Setup | Salesforce Files | General Settings", and enabling "Skip triggers execution and validation rules on asset files".