Table 49.	 NotifyStateChanged Notification Type 
    |  |  | 
    | 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:  
0. The business component can delete a field. 
1. The business component cannot delete a field. 
 You can use cd (can delete) as an abbreviation for bCanDelete.  | 
    | bCanInsert  | Returns a Boolean value that includes one of the following values:  
0. The business component can insert a field. 
1. The business component cannot insert a field. 
 You can use ci (can insert) as an abbreviation for bCanInsert.  | 
    | bCanInsertDynamic  | Returns a Boolean value that includes one of the following values:  
0. The business component can insert a dynamic field. 
1. The business component cannot insert a dynamic field. 
 You can use cud (can insert dynamic) as an abbreviation for bCanInsertDynamic.  | 
    | bCanMergeRecords  | Returns a Boolean value that includes one of the following values:  
0. Merge is available in multi select mode. 
1. Merge is not available in multi select mode. 
 You can use cm (can merge) as an abbreviation for bCanMergeRecords.  | 
    | bCanQuery  | Returns a Boolean value that includes one of the following values:  
0. The business component can query a field. 
1. The business component cannot query a field. 
 You can use cq (can query) as an abbreviation for bCanQuery.  | 
    | bCanUpdate  | Returns a Boolean value that includes one of the following values:  
0. The business component can update a field. 
1. The business component cannot update a field. 
 You can use cu (can update) as an abbreviation for bCanUpdate.  | 
    | bCanUpdateDynamic  | Returns a Boolean value that includes one of the following values:  
0. The business component can update a dynamic field. 
1. The business component cannot update a dynamic field. 
 You can use cud (can update dynamic) as an abbreviation for bCanUpdateDynamic.  | 
    | bCommitPending  | Returns a Boolean value that includes one of the following values:  
0. A commit is pending on the business component. 
1. A commit is not pending on the business component. 
 You can use cp (commit pending) as an abbreviation for bCommitPending.  | 
    | bDelRecPending  | Returns a Boolean value that includes one of the following values:  
0. A delete is pending on the business component. 
1. A delete is not pending on the business component. 
 You can use dp (delete pending) as an abbreviation for bDelRecPending.  | 
    | bExecuted  | Returns a Boolean value that includes one of the following values:  
0. Siebel Open UI finished processing the business component records. 
1. Siebel Open UI did not finish processing the business component records. 
 You can use ex(executed) as an abbreviation for bExecuted. | 
    | 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:  
0. The business component is in multiselect mode. 
1. The business component is not in multiselect mode. 
 You can use ms(multiselect) as an abbreviation for bInMultiSelMode. | 
    | bInQueryState  | Returns a Boolean value that includes one of the following values:  
0. The business component is in a query state. 
1. The business component is not in a query state. 
 You can use qs(query state) as an abbreviation for bInQueryState. | 
    | bInverseSelection  | Returns a Boolean value that includes one of the following values:  
0. An inverse of selection is occurring on the business component. 
1. An inverse of selection is not occurring on the business component. 
 You can use is(inverse selection) as an abbreviation for bInverseSelection. | 
    | bNewRecPending  | Returns a Boolean value that includes one of the following values:  
0. A new record is pending on the business component. 
1. A new record is not pending on the business component. 
 You can use np(new record pending) as an abbreviation for bNewRecPending. | 
    | bNotifyEnabled  | Returns a Boolean value that includes one of the following values:  
0. The business component is not enabled for notifications. 
1. The business component is enabled for notifications. 
 You can use n(enabled) as an abbreviation for bNotifyEnabled. | 
    | 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.  |