How to set Scrap Item "Mandatory" Depends on only if specific "Company" selected in BOM?

Hello Everyone,

I am working on customization from GUI only. I want make a Scrap Item mandatory only if specific Company selected in the company field.

Existing Field -
Company (name of field is company and options are Company 1, Company 2, Company 3)

I want Scrap Item to be Mandatory only when Company 1 is selected in the BOM.

I am able to set it for single rule / condition.

eval:doc.company == ‘Company 1’

When I give above mentioned rules, it is implemented but how to make mandatory for Scrap Item if Company 1 as an option is selected?

I need help about this rule.