DashboardCanvasService.createGroupCommand Method
        
 Create a group command.
 
         
        Parameters
        
            - targetMembers
            
 
            - 
                
Type: Array
ElementType: dundas.controls.CanvasSelectableViewModel or dundas.view.controls.Adapter
The view models or adapters to create a group. 
            - groupName
            
 
            - 
                
Type: String - May be null
(Optional) The name of the group. 
            - notUndoable
            
 
            - 
                
Type: Boolean - May be null
(Optional) True to make the command no undoable. 
            - transcation
            
 
            - 
                
Type: Transaction - May be null
(Optional) The transaction to use.  
            - suppressWarning
            
 
            - 
                
Type: Boolean - May be null
(Optional) True to suppress alert, but display as warning. "all" to suppress both. 
        
        Return Value
        
Type: Command
        
The group command created.