CA keyword
Applies To
Data binding of subcollection-bound grid components.
Collection specifications with the OBJECTn keyword.
Description
Enables operations such as Navigate and Refresh for a subcollection or secondary collection.
Syntax
CA( setting1[setting2 . . . ] )
| Part | Description | 
| settingn | A setting that enables a collection operation, as described in Settings. Settings are not separated by commas or spaces. | 
Settings
| Setting | Description | 
| D | Delete | 
| G | Graph | 
| I | Filter | 
| N | New and Copy | 
| O | Notes | 
| R | Refresh | 
| S | Save | 
| V | Navigate | 
Example
In the following example of a data binding specification for a subcollection grid, all eight operations are enabled for the subcollection.
object.UserGroupMaps(LINKBY(UserId=UserId) CA(VSINDORG)OBJNAME(oGroups))