Escape Character for Double Quotes

To use a double quote within a parameter, and have it considered a literal, precede it with a \ slash.

Example

Incorrect: Name EQ “John “Jack” Smith” (BusinessRules.Variable …

Correct: Name EQ “John \“Jack\” Smith” (BusinessRules.Variable …