Skip to main content
I am using the code below to render products where the Product Code is not "Shipping and Handling." I need to adjust this code that I ALSO exclude any product where the checkbox for "Kit_Component__C" is marked as TRUE. How should I adjust this?

 

<tr style = "{! if(cx.Product_Code__c == 'Shipping and Handling', 'display:none;', '')}"> 
4 answers
0/9000