Skip to main content

Our instance of DocuSign in integrated with Salesforce. I am trying to build a template document in Word and am having issues with the SuppressTableRow merge tag. I need to build logic that will suppress a table row if field RBD1 has the same value as R90BD1 AND RNEGD1 has the same value as R90NEGD1. This merge tag was suggested by AI but it’s not working. Can anyone assist? Thanks!

 

<# <SuppressTableRow Test="(Pharmacy_Productsd1]/RBD1 = Pharmacy_Productsd1]/R90BD1) and (Pharmacy_Productsd1]/RNEGD1 = Pharmacy_Productsd1]/R90NEGD1)"/> #>

@RobinD 

Since every tenant may use slightly different syntax depending on whether they’re using DocuSign CLM (formerly SpringCM), DocuSign eSignature for Salesforce Advanced Templates, or even older custom code, some trial-and-error is often necessary.  Can you confirm if you are using DocuSign CLM or DocuSign eSignature Advanced Templates?


@JohnSantos I am using Docusign CLM. Thanks!


Reply