Skip to main content
Jim . (Paragon) a posé une question dans #Formulas

Hi hoping someone can help.

 

Im looking to create a Validation rule on the Campaigns Member object so that when the Campaign is Complete they can no longer add members but i still want to provide the ability to edit the Members (for example: i want to be able to update the Campaign Member status.

2 réponses
  1. 6 juin 2023, 09:12

    Hi Jim,

     

    Try this:

    AND(ISNEW(),  TEXT(Campaign.Status)="Complete")

    The ISNEW() function will only trigger on creation, not update

0/9000