Close Client CaseView Document Action
Event Function: CloseDocument
The Close Client CV Document action closes a selected CaseView document within the current 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" |
Save File |
A yes or no decision to save the file before closing |
"No" |
Syntax (if entering it in the Equation bar)
ACTION("CloseDocument", expr1, expr2)
Where
expr1 = entry under Document Code
expr2 = entry under Save File
How the example will appear in the Equation bar
ACTION("CloseDocument", "FT", "No")