Launch Caseware Dialog Action
Event Function: LaunchCasewareDialog
The Launch Caseware Dialog action opens a Working Papers or Time dialog.
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. |
|
Dialog Code |
Working Papers/Time dialog identifier (selected from the list) |
"WTO" |
Filter |
Used to show only a limited data set. Standard filter expression. Available only for the Trial balance (WT) and the Split up account (SU) dialogs. |
"LTRIM(AC_NO) = '100'" for the (WT)Trial balance or "102" for the (SU) Split up account. |
Syntax (if entering it in the Equation bar)
ACTION("LaunchCasewareDialog", expr1, expr2)
Where
expr1 = entry under Dialog Code
expr2 = entry under filter (available only for the Trial balance dialog)
How the example will appear in the Equation bar
ACTION("LaunchCasewareDialog", "WTO","LTRIM(AC_NO) = '100'")
Notes
- The different tabs in the Document Properties dialog are now available in the list as separate items.
- If the event is set up to launch the Working Trial Balance in a consolidated file, an entity and period selector appear to allow the user to select the entity and period in the consolidated file that is applicable.