```render.transaction({ entityId: billId, ...
# suitescript
a
Copy code
render.transaction({
    entityId: billId,
    printMode: render.PrintMode.HTML,
    formId: 555,
  })
b
a
I want to be able to search for it, not get it in a loaded record. I guess I could create a dummy record and use what you posted, but I prefer not to do that
b
you dont need to actually save or even load an existing record
just create a new one
a
👍