Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/d4005961690050b394cc to your computer and use it in GitHub Desktop.
LC - Custom Script 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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