Question
No success trying to use a Member Program field in Velocity Script
I am having trouble producing a script to reference a program member value.
The below works fine when I use a standard Lead field, so assume my script is OK but my exact language in referring to the program member object is wrong.
Is there something obvious at fault below?
Is there any documentation that details how to call different objects from different places?
#set( $size = $programMember.get("hRSVFAddressCity") )
#if( $size.toLowerCase().contains("u1000") )
## Display your custom content for u1000
U1000 content
#end