-
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
How Are Salesforce Managed Services Beneficial For The Businesses?
Salesforce is a well-renowned name in the CRM industry that provides a 360-degree view of the users to all the departments that enable businesses to…
Salesforce Platform API Versions 21.0 thru 30.0
Summer '22 will see a further set of API versions being retired - up to and including v30.0. SOAP: 21.0, 22.0, 23.0, 24.0, 25.0, 26.0,…
Preparation for Unplanned Downtime in Salesforce
Get Ready for Impromptu Downtime As a framework blackout is more a matter of when as opposed to in the event that, IT and business…
Popular Salesforce Videos
Future of Salesforce Job Market | The Shrey Sharma Show
This is the very first episode of The Shrey Sharma Show with Christopher A Hopper. They discussed Salesforce. Below is a list of questions they…
Signing Up for a Free Salesforce Account
From Salesforce instructor, Become a Salesforce Expert. Sign up for a free Salesforce account and learn more about this technology. Mike Wheeler - http://mikewheelermedia.com
Strange Requirements | Manual Round Robin ID in Salesforce
In this video, you will learn to create a Manual Round Robin ID using custom Apex in Salesforce. The requirement was to create a Round…