Checkbox List Column Shows N Though The Field Value Is Y With Copy Record Method
(Doc ID 3065192.1)
Last updated on JANUARY 01, 2025
Applies to:
Siebel CRM - Version 23.4 and laterInformation in this document applies to any platform.
Symptoms
Checkbox list column shows N even though the corresponding field value is Y with the following steps:
- In Siebel Tools, create/open a developer workspace.
- Go to 'Business Component' object list and select 'Asset Mgmt - Asset' business component.
- Open the server script editor (right click and select 'Edit Server Scripts') and add the following code:
- Go to 'Applet' object list and select 'Asset Mgmt - Asset List Applet' applet.
- Go to 'Applet'->'List'->'List Column' and add the following record:
Name: Alternate Fuel Flag
Field: Alternate Fuel Flag
HTML Type: CheckBox
Display Name - String Override: Copied Asset
Read Only: TRUE - Go to 'Applet'->'Applet Web Template'->'Applet Web Template Item' and add the new list column to the Edit List web template to display the list column in the list applet.
- Login to Siebel application and inspect the developer workspace.
- Go to 'Site Map'->Assets->List view.
- Make sure that there are more than 10 records in the view.
- Select a record which has Copied Asset = N (or null).
- Set focus on the Copied Asset list column.
- Click 'Copy Record' in the applet menu.
- The new record has Copied Asset = N even though the field value is Y. If you requery the list applet, you see the Copied Asset = Y for the copied record.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |