A pretty common requirement is to make a specific field or a record read only. In this post I will describe various ways to accomplish that in siebel

Making the Field Read only on UI

  • Set the Read only property on applet object to true for that field. 

Making the Field Read only on Business Component

  • Set the Read Only property of that field to true. (But this property is rarely used and doesn’t make any sense to create a field and then to make it read only… anybody any pointers)
  • Field Read Only Field: fieldname user property is used to make the field read only

Syntax:
Property Name
Field Read Only Field: Status

Value
Status Flag

In this user property value is a name of field 
If the value of the status flag (field name) is True then Status will become read only and if the Status Flag is false then this field will be editable.

Making the Business Component record Read only

  • BC Read only Field user property is used to make the BC Record Read only.

Syntax:

Property Name
BC Read Only Field

Value
Status

Here value is the name of the field that will determine whether the Record will become read only or not. If the value of the field specified is evaluated to true then Record will be read only otherwise editatble.

OkAvarageGoodVery GoodExcellent (1 votes, average: 5 out of 5)
Loading ... Loading ...

Related Posts