What is the purpose of Macros in Salesforce?
A macro is a set of instructions that tells the system how to complete a task. When a user runs a macro, the system performs each instruction. Macros help your team save time and add consistency.
Users can run macros for the below reasons,
- To complete repetitive tasks
- Selecting an email template,
- Sending an email to a customer,
- Updating the case status— all in a single click.
You can create macros to perform multiple actions. For example, a macro can enter the subject line of an email and update the case status.A single macro can perform multiple actions on different parts of the case feed at the same time.
How to create Macros in Salesforce?
Follow these steps to create a macro in Lightning Experience.
- In your Lightning app, open a record.
- Click Macros in the utility bar.(If you don’t have Macros on Utility Bar Please Click here to Know)
- Click + or Create Macro.
- Enter a name, description, folder, and select the object that the macro applies to.
- Click Save
- Add instructions for the macro.
The first instruction is automatically added based on the object you selected from the Apply To field.
- Click Edit Instructions.
- Click Add Instruction in right side Instruction Tab
- Select Log a Call in left side canvas then select Subject
- Give the value for subject in right side Instruction Tab as “Called – Voice Mail”
- Select Comments in Left Side canvas and give the comments in right side Instruction Tab as “Tried to call customer but received voice mail left message”
- Click Save Button.
- Then Again Select Add Instruction
- Select Email in left side canvas and select subject
- Give the value for subject in Instruction Tab as “Need to Talk “
- Select HTML body and give the values as “Tried to Call you but received voice mail. Need to talk to you. Please call me back”
- Click Send Button
- Click Save and close the Macro Builder Tab.
- Open any Lead record and click the Macros in utility bar.
- Select the created macro “Voice Mail Macro” and Click Run Macro
- Macro run successfully.Click Done.
- In Opened Lead the Activities has been updated.
Note : You cannot run macro on List View.