Sorry for the confusion, let me ask the question a...
# suiteql
s
Sorry for the confusion, let me ask the question a different way. The field custrecord_kk_pw_ship_method is a multi-select Using SuiteQL I want to read all records where custrecord_kk_pw_ship_method contains 61129 Any idea how to do it
c
Start here
s
Found it
select customrecord_pick_wave.id,BUILTIN.DF(customrecord_pick_wave.custrecord_kk_pw_ship_method) as shipmethods_name from customrecord_pick_wave JOIN map_customrecord_pick_wave_custrecord_kk_pw_ship_method MAP ON MAP.mapone = customrecord_pick_wave.id JOIN shipitem ON MAP.maptwo = shipitem.id and shipitem.id =61129