@michoel maybe something like this would work`var inlineHTMLfield = currentRecord.getField({fieldId: 'custitem_image_display'});
inlineHTMLfield.defaultValue = 'test';`
m
michoel
02/20/2018, 7:17 PM
Thanks for the suggestion, I tried that but
getField
just returns undefined for an inlinehtml field. I ended up just using a text field with display set to inline