<@U29QCJQF3> maybe something like this would work`...
# suitescript
m
@michoel maybe something like this would work`var inlineHTMLfield = currentRecord.getField({fieldId: 'custitem_image_display'}); inlineHTMLfield.defaultValue = 'test';`
m
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
👍 1