<@U7A0KGURX> FYI this is NetSuite's code for `rend...
# suitescript
m
@alien4u FYI this is NetSuite's code for
render.addRecord
, you can see that it will accept both syntaxs (
render.addRecord({ templateName: 'abc', record: record })
/
render.addRecord('abc', record)
)