-
Trigger a workflow when an event is created
I want to trigger a workflow when an event is created where assigned to is not equal to created by id. Here is the piece of code and it triggers whenever an event is created matching the other conditions.
And(
OR(
ISPICKVAL(Status__c,"Submitted"),
ISPICKVAL(Type, "Meeting"),
CreatedById <> OwnerId )
)
Log In to reply.
Popular Salesforce Blogs
Aura Vs LWC: Why You Should Learn LWC? | Salesforce Lightning Tutorial
What is LWC? LWC stands for Lightning Web Component. It is the new programming model on which we can build Lightning Components. It uses the…
Climate Change Effects on Business: 5 Reasons Why You Should Care About Sustainability
"We are running the most dangerous experiment in history right now, which is to see how much carbon dioxide the atmosphere can handle before there…
Delete Default RecordType for Chatter User Profiles | Salesforce Developer Guide
There was a situation where I had to delete a Record Type from an Object and Page Layout for that Record Type. The record type…
Popular Salesforce Videos
What are Apps in Salesforce?
Apps in Salesforce are Service, Marketing, Content, Salesforce Chatter, Service Console, Salesforce CMS, Test, Sales, Salesforce Scheduler Setup, Community, Sales Console, Lightning Usage App, Bolt…
Future of Salesforce Jobs | The Shrey Sharma Show
Salesforce saw a 38% rise in its jobs listings from 2020-2021 and 4.2M jobs will be created in the Salesforce ecosystem by 2024. Watch the…
Salesforce Interview With an 11 Year Old Aspiring Salesforce Pro!
In this video, Brad interviews an up-and-coming YouTuber whose content focuses on various topics, including Salesforce. At the age of 11, young Emir has already…