i know i've asked this before but can't remember t...
# suitescript
a
i know i've asked this before but can't remember the answer: is there a general method for returning a list of transactions via a search (of different types), and then turning around and updating them via record.submitFields? the problem is in the transaction type returned from the search (e.g.
VENDBILL
- that doesn't match the record.Type.VENDOR_BILL which should be `vendorbill`instead. other than building a map between the two manually, is there a good method for moving from search results to record.submitFields?