Hello,Just curious if there's any drawbacks/issues with using #break in a script? For reference here is my script use case:
#foreach ($item in $customerProfilesList )
#if ( ( $ite...
Correct - either I did something wrong or there's something weird with this record:Here's the output of doing ${customerProfilesList.get( ).field for every field and index 0-5 (sho...
Hmm interesting, so if I pull that on the CO with one record it pulls correctly:
But when I run it one the Lead with multiple records, I just get the below - doesn't even print the...
Hello,Not sure if I am missing something - but I seem to be running into a weird issue. My original script is as follows:
##Standard Velocity Date/Time Fields
#set( $defaultTimeZ...
Sort of, the issue isn't necessarily looking for applicable people as much as an individual record within a Lead. Our institution allows for multiple records to exist under a singl...