I am looking to check a salesforce field in a MS-Word doc to suppress a blank contact mailing address field,
IF «CONTACT_MAILINGXYZ» <> "" «CONTACT_MAILINGXYZ» ""
doesn't seem to cut it....
What am I missing?
Sorry still a newbie to drawloop.
I am looking to check a salesforce field in a MS-Word doc to suppress a blank contact mailing address field,
IF «CONTACT_MAILINGXYZ» <> "" «CONTACT_MAILINGXYZ» ""
doesn't seem to cut it....
What am I missing?
Sorry still a newbie to drawloop.
As you are evaluating a blank field, we recommend enclosing the first tag in quotes as well. It's usually best practice to encompass all evaluations and statements in double quotes. The true statement would also need to be enclosed with double quotes as it appears to be missing in your sample.
Skeleton Structure Sample: IF "" = "" "" ""
e.g. IF "<<Contact_Mailingxyz>>" <> "" "<<Contact_Mailingxyz>>" ""
Here is a link to our documentation in regards to utilizing Conditional Fields in Word:
Thanks very much!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.