Siebel Developer's Reference > Business Component User Properties > Doing Other Work >

Enabling the Revise Button According to Conditions


The Revision Condition n user property enables the Revise button that Siebel CRM displays in a list applet.

Table 33 describes typical values for this user property. In this example, if the Active flag is Y and the Order Status is Open, then Siebel CRM enables the Revise button.

Table 33. Example of the Revision Condition n User Property
User Property
Value

Revision Condition 1

"Active", "Y"

Revision Condition 2

"Status", LookupValue("FS_ORDER_STATUS","Open")

Note the following:

  • You can use this user property with order management and loyalty programs in Siebel Industry Applications.
  • You can specify this user property with or without the numeric suffix. For more information, see Numbering Instances of a User Property.

You can configure Siebel CRM to modify the value for this user property, create a new instance of it if an instance does not already exist, or deactivate it.

Using the Revision Condition User Property

In this example, you configure Siebel to enable the Revise button if the status is Open or Failed.

To use the Revision Condition user property

  1. Add a new calculated field using values from the following table.
    Property
    Value

    Name

    Status Rev

    Calculated Value

    IIf([Status]=LookupValue("FS_ORDER_STATUS","Open") OR [Status]=LookupValue("FS_ORDER_STATUS","Failed"), "Y", "N")

  2. Modify the Value property of the Revision Condition 2 user property to the following value:

    "Status Rev", "Y"

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