Damree Ilyaad
05/31/2022, 5:33 AMNElliott
05/31/2022, 7:41 AMDamree Ilyaad
05/31/2022, 7:43 AMNElliott
05/31/2022, 7:43 AMNElliott
05/31/2022, 7:44 AMNElliott
05/31/2022, 7:44 AMDamree Ilyaad
05/31/2022, 7:45 AMZoran R-DATAGRAM
05/31/2022, 4:58 PM....
let jsonData = {
new_layout : 0,
hasJob: false,
hasTask: false,
hasEmpl: false........
jsonArray: jsonArray,
newRecord.setValue({
fieldId: 'custbody_rdata_inline_html',
value: JSON.stringify(jsonData)
});
and later in AdvancedPDF Template
<#assign my_json = record.custbody_rdata_inline_html?eval>