Check if One Field Contains Another Field’s Value

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

Leave a comment

Your email address will not be published. Required fields are marked *