Custom values using Velocity Scripting
I have a campaign in which I am pulling in data values from a SFDC custom object that should render the event date and time the subject is scheduled for.
However, I only want data values for a certain registrations. For example if subject registers for a camp session and then registers for an orientation session, I only want to append the orientation session details. However, because both events are listed in the same custom object, it is appending camp sessions as well. Any ideas on how I can include only "orientation" sessions in my script?