alien4u
05/20/2022, 8:32 PMrecord.customrecord_sb_ship
Custom records normally do not have a sublist there, when you see a sublist it would be because of a parent child relationship between two custom records, therefore is if this is the child record custrecord_tbq_threshold
then it would be record.custrecord_tbq_threshold as sublist1
Kevin Carpenter
05/20/2022, 8:40 PMKevin Carpenter
05/20/2022, 8:40 PM<#if (record.custrecord_sb_ship)?has_content>
<#list record.custrecord_tbq_threshold as sublist1>${sublist1}</#list>
<#else>
no CR value!
</#if>