This message was deleted.
# suitescript
s
This message was deleted.
b
probably want to share the code
y
the highlighted column is not returning
b
["custrecord_ihm_cl_invoices","anyof", "@NONE@"] suggests that its not supposed to have a value
otherwise you probably want to log the context value in your map or reduce function
and make sure that the logged value matches what you get from the ui for that particular row
y
when i try to get the values from that column i dont even find that column in the context.value
this is my context.value i dont have that column in the values
b
if this is the first time you've worked with a map reduce script
ill give the general advice that context.value is a string
you need to parse it before doing anything useful with it
y
I stringified it to see what’s the result
I figured it out apperciate your time!!