The Id Field Type is a base-62 encoded string. Each character can be one of 62 possible values: a lowercase letter (a-z) – 26 values an uppercase letter (A-Z) – 26 values a numeric digit (0-9) – 10 values As there is
Read More
Following is the code for making REST API Calls for GET/POST: OUTPUT:GET – call following URL in workbench rest explorer”https://instance.salesforce.com/services/apexrest/Account/accountId”POST -“https://instance.salesforce.com/services/apexrest/Account/”
Using @future method in salesforce and its limitations Salesforce provides different ways to run your code asynchronously like Batch apex, @future method. In this post we will see how to use @future method, its advantages, limitations and the precautions that we need
Read More
Following code can be used for sending a vf page as an attachment with an email: Here: 1) mail_pdf is the visualforce page that we want to use as attachment and 2) email is a pre-acquired Email-ID from user to which the
Read More
Here is the method using which you can create custom Unsubscribe page for your Emails. You need to follow below steps:1. Create Classic Cloud page (HTML).2. Then you need to include below ampscript code in it: 3. Add Unsubscribe page link in
Read More
his is in continuation to my Marketing Cloud Consultant Certification blog series and we will discuss the “Automation” section here, which is all about Automation Studio. The Previous Blog is Marketing Cloud Consultant Certification – Data Design If we look at the salesforce certification study
Read More
I finally sat the sharing and visibility designer exam and passed with a score of 82%. The exam really tested me on sharing, role hierarchy, territory management and apex sharing. Just one more exam to get my Application Architect. Update A lot
Read More