Hi All! I've got a Map/Reduce script written to ge...
# suitescript
t
Hi All! I've got a Map/Reduce script written to generate emails to customers who have abandoned carts. The script is loading a search, getting all the data from the search into an object but isn't passing any of the cart content (item and qty) data to the reduce function. It keeps returning this error message: 'Cannot read property "value" from undefined'. Anyone know if the cart content fields are scriptable fields?