Launch CaseView Form by Code Action
Event Function: LaunchCVFormDocument
The Launch CaseView Form by Code action opens a selected CaseView document created for the same client file and displays the CV database information filtered by the specified form.
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. |
|
Document Code |
Up to eight digit document identifier
|
"FT" |
Form |
Name of the form for that document
|
"Region1" |
Filter
|
An optional filter to limit the forms that display. |
|
Syntax (if entering it in the Equation bar)
ACTION("LaunchCVFormDocument", expr1 )
Where
expr1 = entry under Document Code
expr2 = entry under Form
How the example will appear in the Equation bar
ACTION("LaunchCVFormDocument", "Region1")