

Redisplay() - Redisplays the CaseView document.Ĭodebase() - Returns the Codebase object.Ĭellvalue(Name) - Returns the value of the specified cell Recalculate() - Recalculates and redisplay the CaseView document. cell(Name) - Returns the specified cell object.The default Global Scripts have many functions that scripting users will find useful. They can be modified from within CaseView as well as from the file system (If the script is not locked).ĬaseView has two default Global Scripts should not be modified. Global scripts are considered to be "External" scripts because they exist outside of CaseView, on the file system as. To get the Section object for the section called “TestSection” in your CaseView document, you could do the following: oMySection = ctionByName(“TestSection”) įor a complete listing of what objects are available in CaseView through scripting see the SDK website at: įor a visual representation of what objects are via scripting, see the object hierarchy located at: Nearly all aspects of the CaseView file are available through the ‘Document’ object.įor example, to get the value of Cell A1 in Jscript you could do the following: sCellValue = Document.Cell(“A1”).value
CASEWARE IDEA HELP PASSWORD
Open any web browser and go to Enter your email address and password then click Log In.
CASEWARE IDEA HELP SOFTWARE
Among other features, you can also download the IDEA software from this site. Build entire automated processes that go all the way from data preparation to final. From the CaseWare Passport support site: Supported users have access to the CaseWare support site. Learn best-practice automation concepts and principles. In your script you will most likely want to interact with the CaseView file that is currently open. Delegates gain experience in using CaseWare's IDEA Data Analysis to perform automated tests and will learn to: Understand the process of identifying relevant tests and the subsequent requesting of data. Please note: For your changes to be saved you must click OK on the Script Editor dialog, as well as on the Script Error dialog. Import opening balances from version 3.X Auditfile XML files by selecting Import opening balances in the. Imported external documents now use icons relative to their file type in the Document Manager rather than a generic IDEA icon. In this window you can edit your script directly and save changes by clicking OK (clicking Cancel will cancel all changes made and will stop the execution of the script). Imported IDEA database files now use an updated IDEA icon in the Document Manager. If the scripting engine detects any syntax errors when the script is executed, your script will fail and a new window ( Script Error) will display the offending line will be highlighted in red.

Note: It is possible to edit a Global Script directly on the file system using any text editor if it is not locked. The resulting script dialog (in the text area in the right frame) is where all your changes can be made. To do so, either double click on a script of your choice or click on the script and select Edit from the context menu. From the Script Editor (select Manage Scripts from the Tools menu) dialog it is possible to edit any scripts you've written in CaseView.
