Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
You can create a Validation Rule on Campaign Member object with the following formula:
AND(
ISPICKVAL(Campaign.Status, "Completed"),
ISNEW()
)
Let me know if it works fine and this was your requirement.