Delete Group in CaseView Database Action
Event Function: CVDataDeleteGroup
The Delete Group event allows the user to delete an existing form from the CaseView database.
Using the Events tab
Under | Enter | Example |
---|---|---|
Run Skip Condition |
If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed. |
|
Group |
Identifier for the Group, selected from drop-down menu or entered manually |
"Division1" |
Syntax (if entering it in the Equation bar)
ACTION("CVDataDeleteGroup,expr1)
Where
expr1 = entry under Group
How the example will appear in the Equation bar
ACTION("CVDataDeleteGroup", "Division1")