Add a Form in CaseView Database Action
Event Function: CVDataAddForm
The Add Form event allows the user to add a form 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, either selected from drop-down menu or entered manually |
"Division1" |
Form |
Identifier for the form (can be up to 12 alphanumeric characters) |
"Centre1" |
Description |
Description of the Group |
"Sales Centre 1" |
Syntax (if entering it in the Equation bar)
ACTION("CVDataAddForm,expr1,expr2, expr3)
Where
expr1 = entry under Group
expr2 = entry under Form
expr3 = entry under Description
How the example will appear in the Equation bar
ACTION("CVDataAddForm", "Division1","Centre1","Sales Centre 1")