Activity Forums Salesforce® Discussions Trigger a workflow when an event is created

  • Trigger a workflow when an event is created

    Posted by Danna on April 21, 2016 at 7:17 am

    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 )

    )

    Surbhi replied 7 years, 7 months ago 2 Members · 1 Reply
  • 1 Reply
  • Surbhi

    Member
    June 17, 2016 at 2:08 pm

    Hi Danna,

    Unfortunately, I am not getting your requirement, Can you please elaborate your requirement so that I will be able to provide you a better solution?

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos