Artisan Hub | A story from the Certforce side.
How to SFDC
by Avinash Vatsya
4y ago
Problem statement A long time ago, near to stone age I guess, we had one person in our team who’s one of the tasks was ..read more
Visit website
Tips for a new joiner in Salesforce.
How to SFDC
by Avinash Vatsya
4y ago
First of all, Welcome to Salesforce. When I started my journey, I was given a lot of books to read with practical assignments. At that ..read more
Visit website
How to send email from APEX with an attachment.
How to SFDC
by Avinash Vatsya
4y ago
Messaging.SingleEmailMessage email = new Messaging.SingleEmailMessage(); Messaging.EmailFileAttachment efa = new Messaging.EmailFileAttachment(); efa.setFileName(‘test.pdf’); //File Name efa.setBody(someFile); efa.setContentType(‘application/pdf’); // File type email.setSubject( ‘adada’ ); email.setToAddresses( new String[] {‘avinashkgec@gmail.com ..read more
Visit website
Consideration for enabling manual sharing in Salesforce
How to SFDC
by Avinash Vatsya
4y ago
Consideration for enabling manual sharing in Salesforce To do Manual Sharing: The person must be one of the following users. (Record level permission)  The record ..read more
Visit website

Follow How to SFDC on FeedSpot

Continue with Google
Continue with Apple
OR