I tried both `_Record.load({ type: "transaction", ...
# suitescript
a
I tried both
_Record.load({ type: "transaction", id: tranID });
and
_Record.load({ type: _Record.Type.TRANSACTION, id: tranID });
Neither works.