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

Refresh CaseView Document by Code Action

Event Function: RefreshDoc

The Refresh CaseView document by code refreshes the selected CaseView document.

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

The code for the document to be refreshed (selected or typed in)

FS

Syntax (if entering it in the Equation bar)

ACTION("RefreshDoc", expr)

Where

expr = entry under Document code

How the example will appear in the Equation bar

ACTION("RefreshDoc", "FS")

Related Topics