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
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")
Modify the Value property of the Revision Condition 2 user property to the following value:
"Status Rev", "Y"