Creating a Radio Button Group
The user can use the radio button group to make a choice in a task. The input that the radio button receives can determine the next step of a task, or it can determine the data that Siebel CRM gets and then displays in the subsequent task view. For more information, see Radio Button Group.
To create a radio button group
-
Create a field on the business component that supplies data for the radio button group.
-
(Optional) Define a predefault value for the field you created in the first step.
For more information, see Defining the Default Value for a Radio Button Group.
-
In the Object Explorer, click Pick List.
-
Use the Pick List Wizard to create the picklist.
Follow the prompts in the New Pick List Wizard, define the picklist and then select or define the LOV.
-
Make sure the Business Component property of the new picklist is set to PickList Generic.
-
Configure the business component field you defined in the first step to reference the picklist:
-
In the Object Explorer, click Business Component.
-
In the Business Components list, query the Name property for the business component.
-
In the Object Explorer, expand the Business Component tree and then click Field.
-
In the Fields list, query the Name property for the field.
-
In the Picklist property, select the new picklist.
-
-
In the Object Explorer, click Applet.
-
In the Applets list, query the Name property for the applet where you want to add the radio button group.
Siebel CRM cannot display a radio button group in a list applet. If you define a radio button group in a list applet, then Siebel CRM displays a radio button as a text entry field in the Siebel client.
-
In the Object Explorer, expand the Applet tree and then click Control.
-
In the Controls list, create a new control with the values shown in the following table.
Property Description Name
Type in text that describes the control.
Field
Select the field that you defined for the radio button group.
HTMLType
Select RadioButton.