There will be times when you may need to delete a record from Process Builder flows. Business Problem We have a shopping cart which was created by the user. For any cart ( and cart items) which are not checked out, they will be lying in the system and will not be easy to identify …
April 2020 archive
Permanent link to this article: https://salesforcebuddy.com/2020/04/delete-record-from-flow/
Apr 14
VS Code Useful Tips
If you want to execute some apex code, you either use developer console or workbench. It is always a pain to connect workbench with login credentials since it become inactive after being idle. Moreover, the code or query executed is not saved and you need to write it again. VS Code has a useful feature …
Permanent link to this article: https://salesforcebuddy.com/2020/04/vs-code-useful-tips/
Apr 10
Upload file to AWS S3 from salesforce
In case of large file upload, more than 2 GB of file size, Salesforce is not able to offer file or attachment capability. The other option is to upload it on AWS S3 Bucket. Amazon Simple Storage Service (Amazon S3) is a web-based cloud storage service aimed towards online upload of data on Amazon Web …
Permanent link to this article: https://salesforcebuddy.com/2020/04/upload-file-to-aws-s3-from-salesforce/