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
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Hi Jim,
Try this:
AND(ISNEW(), TEXT(Campaign.Status)="Complete")
The ISNEW() function will only trigger on creation, not update