Launch CaseView Document by File Action
Event Function: Client
The Launch CaseView Document by File action opens a CaseView document. It can be used in a client file to launch a Knowledge Library document or in a Knowledge Library document to open the client file. It is not intended to be used to open a CaseView document in another client file.
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 Path |
Full name of the document |
"c:\Program Files\Caseware\data\simple\simplefs.cvw" |
Client Name |
Client name |
"Simple" |
Client Path |
Full path to the client directory |
"c:\Program Files\Caseware\data\simple" |
Bookmark |
Optional bookmark name for the document |
"coverpge" |
Syntax (if entering it in the Equation bar)
ACTION("Client", expr1<, expr2><, expr3><, expr4>)
Where
expr1 = entry under Document Path
expr2 = entry under Client Name
expr3 = entry under Client Path
expr4 = entry under Bookmark
How the example will appear in the Equation bar
ACTION("Client", "c:\Program Files\Caseware\data\simple\simplefs.cvw", "Simple", "c:\Program Files\Caseware\data\simple", "coverpge")