Tag: Trigger
-
Salesforce interview questions – Part 19
Salesforce interview questions for developers and admins around Apex, Visualforce, getting Salesforce object name on basis of Id, Apex API limits
-
Send Email with Generated PDF as attachment from Trigger – before Winter 16
There may be scenario in Salesforce that you need to send a Visualforce page rendered as PDF as a part of Email Attachment. This will be very easy if you want to perform this using Controller or Extension class, we just have to call getContentAsPDF() method of PageReference class and use returned blob data as…
-
Creating Trigger on Attachment in Salesforce
Example and tutorial on creating the trigger for attachment in salesforce which will not allow to upload the file in opportunity if file contains some predefined text
-
Dynamic Approval Process in Salesforce using Apex and Trigger
This article explain the Automatic submission of Approval process using Apex and trigger. It include Automatic submission, approval as well as rejection of record completely using Apex and trigger.
-
Step by Step Salesforce Tutorial – Creating Trigger and Test cases – 6 of 6
Step by Step Salesforce Tutorial – Creating Trigger and test cases – 6 of 6 tutorials series