Select content item
All available content items are listed. To be able to find an audit test or workflow faster, you have two options:
- Sort list
Click the column name of the column you want to sort. An arrow is displayed indicating the sorting order. By clicking the column name again the values in the column are sorted in reverse sorting order. - Define filter
Place your cursor on the column name of the column you want to filter. An arrow is displayed. If you click this arrow, a dialog box opens. Select the condition and enter a word or ID as filter value. Confirm your settings by clicking the Filter button. You can remove the filter by clicking the Clear button.
Copying the content item IDs
To copy the ID of a content item, select the corresponding check box. If you want to copy all audit tests or all workflows, right-click in the grid and select Select All Audit Tests or Select All Workflows from the context menu.
To enhance readability of the ID, you can display the name of the audit test as a comment above the ID. Select the check box of the Use English audit test names as comment option. The presentation is the same as in IDEAScript.
' Account Sheet
"c122fda9-9623-5a22-bd63-7114e3ff3bdc"
If you enter a string in the Assign to this variable textbox, it will be copied as its variable name. Inserting into an existing macro may be easier this way.
' Account Sheet
TestId = "c122fda9-9623-5a22-bd63-7114e3ff3bdc"
After entering a name in the Assign to this variable textbox you can select the Use array variable option.
' Account Sheet
' Account Sheet (Accumulated)
' Structural Analysis of Financial Accounting Data
Dim TestId As Variant
TestId = Array("c122fda9-9623-5a22-bd63-7114e3ff3bdc", "3aed388f-8a84-50ce-86c0-61849c5bc7e0", "6e69559f-aa37-52a7-a54d-4ee175b8438c")
Use English audit test names as comment
This option is only available if you have installed an app in English and one other language. If you then select the app in the other language, you can specify with this option that the audit test names are only shown in English and not in their original language
The IDs of the selected content items are copied to the clipboard. The sample macros show how to automate the audit tests. It may be sufficient to insert the ID and adjust the tags. A documentation of the complete range of commands can be found in the AutomationClient object section.
The menu contains the following entries:
Click this icon to return to the app selection.
Click this icon to copy the IDs of the selected content items.
Closes the app.
By default two IDEA sample macros are available that you can open in Notepad. They show
- how to call a workflow from an IDEAScript. It’s very easy to integrate an IDEAScript into the IDEA Ribbon. This reduces the call time of a work flow considerably.
- how to automate audit tests. For a complete list of commands please read the AutomationClient object section.
The IDEA program folder contains the SA.AutomationIDs.exe file and also the configuration file SA.AutomationIDs.exe.config. In this file you can define a path to your own sample macros.
Calls the help.