(one thing you need to watch out for is that the N...
# advancedpdf
m
(one thing you need to watch out for is that the NetSuite WYSIWYG editor likes to remove closing tags (like
</img>
) which causes xml problems)
b
hmm, perfect! I will try this. Okay, well I just want to output a table. No images at the moment. Just to be sure, outputting these kinds of inline html type fields doesn’t need any particular builtins right? Simply ${record.nameOfField} as usual?
m
Yep that's all I needed to do (sorry, just noticed this now)