Should I expect to see Saved Search formula column...
# suitescript
c
Should I expect to see Saved Search formula columns/fields in the Map function of an M/R script assuming the field/columns in the search results are empty?
Copy code
const mapValues = JSON.parse(mapContext.value);
log.debug('mapValues set', mapValues);
I might have answered my own question. Without a non-empty value in the formula field, it is not passed through to the mapContext.
👍 2