<@UHQHNP7S6> Try putting record. at the beginning...
# suitescript
a
@Kevin Carpenter Try putting record. at the beginning of any of those...:
record.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
k
So this still produces: "No CR value!"
Copy code
<#if (record.custrecord_sb_ship)?has_content>
<#list record.custrecord_tbq_threshold as sublist1>${sublist1}</#list>
Copy code
<#else>
Copy code
no CR value!
</#if>