thanks! I've edited the original post with the syntax highlighter, also below:<ul>
#foreach ($Program_Order in $Program_Order__cList)
<li>${Program_Order__cList.get(0).CreatedDate}...
We're trying to use the foreach directive in Velocity to list all the Order Dates that a contact had have, over time.For example, Joe Smith placed an order today and one yesterday,...
thanks Sanford! I should note that the Contact --> Order is a Lookup relationship too, but we are able to successfully pull in fields from the Order object. Does the anti-lookup ru...
We have data stored in a SFDC custom object that is 2 levels down to the Contact record (Contact --> Purchaser Profile --> Ticket) and according to Marketo, that SHOULD pull throug...
Just came upon this discussion as I'm trying to solve for that exact issue in our email reporting, to easily track by email what the actual unsubscribe numbers are when we only use...