Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Save activeprospect-support/d4005961690050b394cc to your computer and use it in GitHub Desktop.
Save activeprospect-support/d4005961690050b394cc to your computer and use it in GitHub Desktop.
LC - Custom Script 1
if (lead.program_of_interest == "EMS") {
var level = ["College Bachelor's", "College Master's", "College Doctorate"];
if (!level.include(lead.education_level))
lead.invalidate("EMS program requires Bachelor's or higher");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment