We have a custom list, and need to look it up in t...
# suitescript
s
We have a custom list, and need to look it up in the search. How can I, via a saved search, compare the internal id of the item on the list? The below is requiring me to type in "Success" instead of 2 case when {custcol_mhi_ad_line_intgrtn_status} = 'Success' then 1 else 0 end
ha! to whom it may concern, you can do custcol_mhi_ad_line_intgrtn_status.id. it's the
.id
that works