Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Our formatted Order Details HTML are very complex.Because when retrieving from Opportunities or Custom Objects,only the ten most recently updated objects of a type are loaded. Do you think it is a good idea that we create a Custom Object "OrderMaster" with one field "OrderLines" to hold pipe separat...
Hi Sanford,Request Campaign API just pass a string token {{my.lines}} which contains pipe separated order detailssuch as "Product Code | Product Description | Price".I wish velocity script can read {{my.lines}} value and output formatted html.Thanks,Bang-Tai
We are working an Order Confirmation Transactional Email .The Order Lines {{my.lines}} such as "15206||Part 1: FDA Initiatives to Meet the Medical Needs||url||1,274.15||||15 September 2015" will be passed from requestCampaign API Call.Question: How to access other program token value in Email script...