DeactivateFields Method
The DeactivateFields method deactivates fields from the SQL query statement of a business component. It deactivates fields that are currently active. DeactivateFields applies this behavior except in the following situations:
The Force Active property is TRUE.
A link requires the field to remain active.
A business component class requires the field to remain active.
The DeactivateFields method returns nothing.
It uses the following syntax:
BusComp.DeactivateFields()
For example:
SiebelApp.S_App.FindApplet(appletName).BusComp().DeactivateFields();
It includes no arguments.
You must use the ActivateField method to activate a field before you configure Siebel Open UI to perform a query for a business component. After Siebel Open UI deactivates a field, you must configure it to query the business component again or the Siebel application fails.