Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Siebel CRM Desktop > Customizing Field Behavior >
Making Fields Read-Only
To make a field read-only, you disable the corresponding control on the form that references the field that you must make read-only. The example in this topic makes the Opportunity Name field on the opportunity form read-only. To make a field read-only
- Open IBM Domino Designer, and then open the (SBL)form:opportunity form.
For more information, see Opening IBM Domino Designer.
- Choose the Name field.
- Click the Objects pane and then choose Input Enabled.
- In the Event Properties tab that IBM Domino Designer displays along the right side of the workspace, add the following code:
@False;
IBM Domino Designer disables the field in the client.
- Open the client and then navigate to the Opportunity form.
- Open an opportunity and make sure you cannot modify the Opportunity Name.
|