Skip to main content

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 respuestas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    6 jun 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