This formula checks whether the value of one field is contained within another field in NetSuite. CASE WHEN INSTR({user.custentity_jj_task_category_ahap3007}, {custrecord_jj_task_category_ahap1473}) > 0 THEN 1 ELSE 0 END
This formula checks whether the value of one field is contained within another field in NetSuite. CASE WHEN INSTR({user.custentity_jj_task_category_ahap3007}, {custrecord_jj_task_category_ahap1473}) > 0 THEN 1 ELSE 0 END