How the Field Read Only Field User Property Works
The Field Read Only Field user property is similar to the BC Read Only Field user property because it tests the field that you define in the Value property, and it enforces a read-only restriction if the value of the test field for the current record is TRUE. Unlike the BC Read Only Field user property, the Field Read Only Field user property restricts only one field in the business component record rather than restricting all fields in the entire business component record.
The Field Read Only Field user property includes the following properties:
Name. Contains an expression in the following format:
Field Read Only Field: fieldname
where:
fieldname is the name of the field where Siebel CRM applies a read-only restriction.
For example:
Field Read Only Field: Account Status
You must include only a single space between the colon and the field name.
Value. Contains the name of the test field. This is a TRUE or FALSE field that resides in the parent business component of the user property.
You must create one Field Read Only Field user property for each field that you must make conditionally read-only.