Using Literals Instead of Bind Variables
The Use Literals For Like field user property uses a literal instead of a bind variable as the criteria for a LIKE predicate in the SQL code that Siebel CRM uses to query a field. The value for this user property must include one of the following values:
TRUE. Siebel CRM uses a literal instead of a bind variable. For example:
LIKE "ABC%"
where:
The % (percentage symbol) specifies the exact location of the wildcard.
FALSE or this field user property does not exist. Siebel CRM uses a bind variable. If a search string includes a wildcard, such as * or ?, then Siebel CRM creates the following predicate to represent this wildcard:
LIKE ?
You can configure Siebel CRM to deactivate this user property, to modify the value for it, or to create a new instance of it, but no more than one instance for a single field.