NotifyStateChanged Notification Type
The following table describes the subtypes of the NotifyStateChanged type.
Sub Type | Description |
---|---|
activeRow |
Identifies the active row of the business component. You can use ar (active row) to abbreviate activeRow. |
bCanDelete |
Returns a Boolean value that includes one of the following values:
You can use cd (can delete) as an abbreviation for bCanDelete. |
bCanInsert |
Returns a Boolean value that includes one of the following values:
You can use ci (can insert) as an abbreviation for bCanInsert. |
bCanInsertDynamic |
Returns a Boolean value that includes one of the following values:
You can use cud (can insert dynamic) as an abbreviation for bCanInsertDynamic. |
bCanMergeRecords |
Returns a Boolean value that includes one of the following values:
You can use cm (can merge) as an abbreviation for bCanMergeRecords. |
bCanQuery |
Returns a Boolean value that includes one of the following values:
You can use cq (can query) as an abbreviation for bCanQuery. |
bCanUpdate |
Returns a Boolean value that includes one of the following values:
You can use cu (can update) as an abbreviation for bCanUpdate. |
bCanUpdateDynamic |
Returns a Boolean value that includes one of the following values:
You can use cud (can update dynamic) as an abbreviation for bCanUpdateDynamic. |
bCommitPending |
Returns a Boolean value that includes one of the following values:
You can use cp (commit pending) as an abbreviation for bCommitPending. |
bDelRecPending |
Returns a Boolean value that includes one of the following values:
You can use dp (delete pending) as an abbreviation for bDelRecPending. |
bExecuted |
Returns a Boolean value that includes one of the following values:
You can use |
bHasAssocList |
Determines whether or not the business component is an association business component. An association business component is a type of business component that includes an intertable. |
bInMultiSelMode |
Returns a Boolean value that includes one of the following values:
You can use |
bInQueryState |
Returns a Boolean value that includes one of the following values:
You can use |
bInverseSelection |
Returns a Boolean value that includes one of the following values:
You can use |
bNewRecPending |
Returns a Boolean value that includes one of the following values:
You can use |
bNotifyEnabled |
Returns a Boolean value that includes one of the following values:
You can use |
NumRows |
Returns the number of rows that Siebel Open UI has currently identified. You can use nr (number of rows) as an abbreviation for NumRows. |
NumRowsKnown |
Returns the number of rows that Siebel Open UI has currently identified for a search specification. You can use nrk (number of rows known) as an abbreviation for NumRowsKnown. |
NumSelected |
Returns the number of rows that are currently in multiselect mode. You can use ns (number selected) as an abbreviation for NumSelected. |