Setting a table field as empty if any of the content is empty

<tr padding-bottom=”3px“>

<td colspan=”3 align=”left color=”#4472C4 style=”font-size:10.5px;vertical-align: middle;“>Return speed: </td>

<td colspan=”3 style=”border: 1px solid rgb(187, 187, 187);font-size:10.5px;line-height:13px; vertical-align=”middle“></td>

<td colspan=”2 align=”right color=”#4472C4 style=”font-size:10.5px;vertical-align: middle;“>Insure for: </td>

<td colspan=”4 style=”border: 1px solid rgb(187, 187, 187);font-size:10.5px;line-height:13px; vertical-align=”middle“>

<#if record.custrecord_vr_outbound2_contact1?has_content &&

record.custrecord_jj_outbound2_address_text?has_content &&

record.custrecord_vr_svcord_outbound2_shipcarr?has_content &&

record.custrecord_vr_svcord_outbound2_shipacct?has_content &&

record.custrecord_vr_outbound2_contact2?has_content &&

record.custrecord_vr_outbound2_contact3?has_content &&

record.custrecord_jj_return_facility_2?has_content >

${record.custrecord_vr_svcord_insurefor}

<#else>

N/A

</#if>

</td>

</tr>

Leave a comment

Your email address will not be published. Required fields are marked *