Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Save activeprospect-support/8fd7f73351095203aa9d to your computer and use it in GitHub Desktop.
Save activeprospect-support/8fd7f73351095203aa9d to your computer and use it in GitHub Desktop.
LC - Custom Script 3
var opt = String(lead.optional_field);
var len = opt.length;
if(len > 0) {
// etc.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment