Join Slack
Powered by
Should I expect to see Saved Search formula column...
# suitescript
c
Craig
10/17/2024, 12:16 AM
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);
Craig
10/17/2024, 12:18 AM
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
2
Views
Open in Slack
Previous
Next