Activity Forums Salesforce® Discussions What is the difference between Process Builder and Salesforce Trigger?

  • Laveena

    Member
    August 8, 2019 at 7:39 am

    Hi Divya,

    Process Builder is a graphical representation of your process as you build it. It consists of

    Criteria, Immediate and Scheduled Actions.

    There are following things which can be done by process builder:

    Create Records:In addition to updating a record, you can create a record and set the field values within the record.
    Create Chatter Post:   Push a chatter update into Group or Feed.
    Create an approval:Traditionally you needed a trigger to push a record into an approval process automatically. With Process builder, you can do this automatically based on criteria of the process.
    Quickly consolidate Workflow:Quickly consolidate multiple workflow rules in one process.
    Call an Apex Class:You can  call an Apex class.

    A trigger is the piece of code, that is executed Before or After a record is inserted or updated.

    Usually, an APEX (code) based evaluation of criteria to set off a chain of events.These events execute following types of operations

    Insert, Update, Delete, Merge, Upsert, Undelete.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Salesforce Integration Tutorial | Integrate Salesforce with Apps

Video in

This "𝐒𝐚𝐥𝐞𝐬𝐟𝐨𝐫𝐜𝐞 𝐈𝐧𝐭𝐞𝐠𝐫𝐚𝐭𝐢𝐨𝐧 𝐓𝐮𝐭𝐨𝐫𝐢𝐚𝐥" video by Edureka will help you understand what is Salesforce integration in detail. It will also address the various Salesforce integration…