Hi DocuSign Community! I am looking to add an additional condition to my Suppress Table Row logic and can’t figure out the appropriate syntax. I am using DocGen for generating Templates within Salesforce CPQ.
Usecase: Salesforce CPQ, DocuSign DocGen for SOW Templates.
Looking to suppress Quote Lines where Downstream Product Type is not equal to ‘Services One-Time’ AND Parent Bundle is not null. (IOW: I want to show only Quote Lines where Downstream Product Type is ‘Services One-Time’ and Parent Bundle is blank. Only Top Level Bundle or Standalone SKUs should appear in the repeating table)
Current Syntax -
<# <TableRow Select="/SBQQ__Quote__c//SBQQ__LineItems__r" /> #><#<SuppressTableRow Select="./NS_Downstream_Product_Type__c" NotMatch="Services One-Time"/>#><# <Content Select="./SBQQ__ProductName__c" /> #>
How do I add another condition to support my use case?