You are here: Features > Action Events > Launch CaseView document by code

Launch CaseView Document by Code Action

Event Function: Document

The Launch CaseView Document by Code action opens a selected CaseView document created for the same 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 Code

Up to eight digit document identifier

"FT"

Bookmark

Optional name of the bookmark for that document

"balanceshe"

Syntax (if entering it in the Equation bar)

ACTION("Document", expr1 <, expr2>)

Where

expr1 = entry under Document Code

expr2 = entry under Bookmark

How the example will appear in the Equation bar

ACTION("Document", "FT", "coverpge")

Related Topics