LookupNote
Search strings used to identify Campaign notes. If matchingMode is set to EQUALS, a search looks for the exact string. Otherwise, a wildcard match is attempted.
If both the name and content fields are set, a search is carried out for campaign notes
matching the specified name and content. Otherwise, a search is made for the name or the content. If both fields are empty, the element is ignored.
Attributes | Type | Description | Optional | Default |
---|---|---|---|---|
matchingMode | LookupMatchingMode | Whether to match the exact string or a sub-string. | No | EQUALS |
name | String | Search for notes with this name. | Yes | |
content | String | Search for note content matching this string. | Yes |