@SanfordWhitemanwrote:
if a contact has an element from the$contactqualificationListlist where the propertyqualificationid is empty -the email will fail to send due to a fatal err...
Hi@SanfordWhiteman, thank you for your reply I appreciate the help.
I have taken your response and was able to correctly set up the 'foreach' loop as below:
#set ( $qual = "Unavai...
I have tried iterating over this script but still no luck. Even if I set a variable outside of the foreach function as error validation:
#set( $qual = "Unavailable" )
#foreach( $qu...
I'm trying to develop a velocity script where it checks if a field in a custom object (which is being synced from a Dynamics custom entity) is not empty. If this field is empty, I ...