Kevin Carpenter
05/20/2022, 8:35 PMrecord. in the docs is literal reference, I thought it was just a placeholder for the type of record you are calling. I'll give it a go...Kevin Carpenter
05/20/2022, 8:44 PM<#list record.custrecord_tbq_threshold as sublist1>
${sublist1}
</#list>alien4u
05/20/2022, 8:45 PMKevin Carpenter
05/20/2022, 8:46 PMcustrecord_tbq_threshold
and custrecord_min_orderKevin Carpenter
05/20/2022, 8:46 PMvar minOrderValue = parseInt("<%=getRecordAttribute('770',1,'custrecord_min_order')%>");
var tbqThreshold = parseInt("<%=getRecordAttribute('770',1,'custrecord_tbq_threshold')%>");Kevin Carpenter
05/20/2022, 8:46 PMcustrecord770Kevin Carpenter
05/20/2022, 8:47 PMbattk
05/21/2022, 12:17 AM