Siebel Developer's Reference > Business Component User Properties > Controlling Fields >

Setting Field Values According to Conditions


The On Condition Set Field Value user property specifies the value for a field according to a condition. The value for this user property must use the following format:

"Condition", "FieldName", "FieldValue"

where:

  • Condition specifies the condition that Siebel CRM evaluates.
  • FieldName specifies the name of a business component field.
  • FieldValue specifies the value.

If Siebel CRM evaluates Condition to TRUE, then it sets the FieldName to the FieldValue.

If the condition is TRUE in the following example, then Siebel CRM sets the Employee Flag field to Y:

"[Primary Held Position Id] is not null and [Primary Held Position Id] <> ""No Match Row Id""", "Employee Flag", "Y"

Double quotes (") must enclose each parameter. A comma and a space must separate each parameter.

You can configure Siebel CRM to modify the value for this user property, create a new instance of it, or deactivate it.

For more information, see How This Book Describes the User Property Format.

Siebel Developer's Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.