Basic Rules of Siebel Workflow Expression are :
- Siebel Workflow takes String as input.
- + (plus) is the concatenation operator.
- Process properties can be referred using & operator like this > [&Object Id]
- Don't worry about spaces in process property names, they are allowed.
Let's take an simple example where we want to build the expression to search for records with Contact Id specified in Object Id the search spec would be:
if Object id contains : 1-12345 then expression will be evaluated as :
Did I say its a H.U.G ?
See what is the difference between Expression Business Component and Filter Business Component
Hope it helps. If you know similar topic and want to share with Siebel community, please post it in comments below. I will post it as blog post.