Hi everyone,I'mcreating an alert email to our internal sales team that shows them which site on our training course website a particular customer has visited. Is there a way to do ...
Thank you Sanford!One last question, I'm having a bit of an issue with the last bit. I feel like I'm missing something obvious but can't figure it out. Any pointers?#foreach( $code...
I see. So in order to work around that would a #set on the CO fields be enough?#set( $List_cList.Availability = { "1" : true, "" : false } )#if( !$List_cList.availabilityUpdated.is...
Hey Sanford,Thank you for that. Didn't realize the solution was so simple...Given how simple this script is, is there a circumstance in which this script would fail to output? I ha...
Hi everyone,I'm trying to figure out how to sort custom objects on multiple levels and need some assistance. So I'd sort by date/time with most recent at the top and then sort by b...