Multiple choice technology

To enclose strings in Search Specification Expressions, we have to use

  1. a) Single quotes

  2. b) Double quotes

  3. c) Bracket

  4. d) None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Siebel Search Specification expressions, string literals must be enclosed in double quotation marks (e.g., "[Last Name] = 'Smith'" where the search spec itself might be wrapped in double quotes in configuration, or single quotes for literal values inside the spec. However, standard Siebel search specifications use double quotes to enclose the entire string literal in configurations). The correct Siebel syntax requires double quotes for string literals in search specifications.