Adding a Literal Search Specification

If the search specification is of type Literal, then Siebel CRM interprets it literally. For example, [Status] LIKE '*Open*'. A search specification of type Expression allows you to create a search specification dynamically. For example, consider the following search specification:

"[Contact Id] = ' " + [&New ID] + " ' " 

If the New ID process property is 1-ABC at runtime, then Siebel CRM interprets this search specification to the following value:

[Contact Id] = '1-ABC'