NotifyGeneric Notification Type
The following table describes the subtypes of the SWE_PROP_BC_NOTI_GENERIC type that the NotifyGeneric notification type uses. It includes the predefined and custom notifications that a Siebel application must send.
| Sub Type | Description | 
|---|---|
| SWEICanInvokeMethod | Enables the refresh button. | 
| SWEICtlDefChanged | Modifies the definition for a control. You can customize Siebel Open UI to dynamically modify the definition that a control uses. For example, modifying a definition from JavaScript text box to a JavaScript combo box. | 
| SWEIPrivFlds | Specifies a list of private fields. For example, the Find controls that Siebel Open UI displays in a dialog box. A private field is a type of field that only allows the record owner to view the record. For more information, see Siebel Object Types Reference. | 
| SWEICanUpdate | Specifies to display data-driven, read-only behavior. | 
| SWEICanNavigate | If a list applet displays zero records, and if the user adds a new record, then the SWEICanNavigate subtype displays the drilldown links. | 
| SWEIRowSelection | Sends the set of selected rows that exist in the current set of records to a list applet. You can use the following syntax in the decoded array: where: 
 | 
| SWEAInvokeMethod | Adds an operation in the life cycle that the InvokeMethod method uses. For example, assume you configure an OK button in an association applet, and that this button closes a dialog box. You can use the SWEAInvokeMethod subtype to configure this button to make a subsequent call to the CreateRecord method if the user clicks OK. You can use the following syntax in the decoded array: where: 
 For more information, see InvokeMethod Method for Presentation Models. | 
| DeletePopup | Deletes a popup applet. The DeletePopup subtype does not close an applet in the user interface. You can use ClosePopup to close an applet. | 
| SetPopupBookmark | Sets the context for a popup bookmark to use the state of the parent applet that resides on the Siebel Server. | 
| GetQuickPickInfo | Sends the values of a picklist to an applet. You can use the following syntax in the decoded array: where: 
 | 
| BegRow | Sends the starting row that the Object Manager uses to display the current row in the client. You can use the following syntax in the decoded array: where: 
 | 
| GetCurrencyCalcInfo | Gets a currency notification from the currency metadata. | 
| GetCurrencyCodeInfo | Gets a currency notification from specific currency data. | 
| CloseCurrencyPickApplet | Sends a notification to close a currency applet. | 
| ClosePopup | Notifies an applet that Siebel Open UI is closing a popup that is currently open on this applet. You can use the following syntax in the decoded array: where: 
 |