Recently, we noticed an error in our salesforce org You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary From the initial look, it appears to be some permission of access related issue. On deeper dive, …
Category: Salesforce
Salesforce Related
Permanent link to this article: https://salesforcebuddy.com/2020/09/error-debugging-permission-issue/
Jul 18
Export to Calendar using Aura Components
My project had a requirement to download a calendar file (ICS File) from a list of training records in data table The idea is to create an ics file and download it, similar to how we download csv file. Once this file is downloaded, it can be saved in any calendar used by the user. …
Permanent link to this article: https://salesforcebuddy.com/2020/07/export-to-calendar-using-aura-components/
Jun 05
Upload a file to Salesforce File from Lightning Component
In my recent work for a client, there was a need to upload a file to a case not as an attachment but upload under Files Section. As you are aware, Salesforce Files are replacing Attachment. In this post, I am sharing the code end to end for your reference. In this case, I created …
Permanent link to this article: https://salesforcebuddy.com/2020/06/upload-a-file-to-salesforce-file-from-lightning-component/