Trying to get a value from my saved search, but it...
# suitescript
m
Trying to get a value from my saved search, but it returns null. How should I do this? var ns_customer_shopify_id = result.getValue({                 name: 'custrecord_celigo_shpf_scim_shpfid'             });
b
the parameters you use to create the column are the parameters you use to get the value
👍 1
m
perfect