Hi Team, I am trying to create a table for Salesforce. Please find the below screenshot. I have added 1 condition Segment Index Custom = 1 but I need to these many conditions. How can I do it?
SegmentIndex_Year__c = 1 AND (Product_Type__c = 'Software' OR Product_Type__c = 'Software Discount (One-Time)' OR Product_Type__c ='Software Discount (Recurring)') AND SBQQ__RequiredBy__c=null AND Is_Select_Bundle__c = false AND Parent_of_Bundle__c = false AND SBQQ__EffectiveQuantity__c !=0 AND isCredit__c = FALSE AND (NOT (SBQQ__ProductName__c LIKE '%Payment Adjustment%') )