Add a Group in CaseView Database Action
Event Function: CVDataAddGroup
The Add Group event allows the user to add a group to 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 (up to 12 alphanumeric characters) |
"Division1" |
Description |
Description of the Group |
"Division One" |
Syntax (if entering it in the Equation bar)
ACTION("CVDataAddGroup,expr1,expr2)
Where
expr1 = entry under Group
expr2 = entry under Description
How the example will appear in the Equation bar
ACTION("CVDataAddGroup", "Division1","Division One")