- Versionshinweise
- Erste Schritte
- Hard- und Softwareanforderungen
- Einstellung und Konfiguration (Setup and Configuration)
- Arbeiten mit Task Capture
- Datei-Menü
- Verwalten von Word-Vorlagen
- Erstellen einer eigenen Word-Vorlage
- Best Practices
- Zusätzliche Ressourcen
Besides managing existent templates, in Task Capture you can create your own template and use it for exporting PDDs.
Führen Sie dazu eine der folgenden Methoden aus:
-
Passen Sie das Design und die Struktur entsprechend Ihrem Branding und Ihren Anforderungen in einer Standardvorlage an. So kann besser sichergestellt werden, dass Sie alle benötigten Platzhalter hinzugefügt haben.
-
Eine eigene Vorlage von Grund auf erstellen
Um dies zu tun:
- Verwenden Sie die aktuelle Word-Vorlage Ihres Unternehmens oder erstellen Sie eine Vorlage mit den erforderlichen Stilen und Abschnitten.
- Fügen Sie die benötigten Platzhalter aus der folgenden Liste ein.
Fügen Sie nur die Schleifen/Zyklen hinzu, die Sie in Ihrem exportierten PDD haben müssen. Keiner der folgenden Platzhalter ist obligatorisch.
{TITLE} - title of the document
{DESCRIPTION} - description of the document
{AUTHOR} - author of the document
{PROCESS_DATE}
{PROCESS_EXECUTION_TIME}
{TOTAL_APPLICATIONS_COUNT}
{TOTAL_WINDOWS_COUNT}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#APPLICATIONS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{/APPLICATIONS}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{%DIAGRAM} - insert diagram image
{#SEQUENCELAYOUT}
{SEQUENCETITLE}
{SEQUENCEDESCRIPTION} - only applicable for adding values for Business Rule elements in order to describe the workflow. For example, ‘if ‘yes’ then go to ‘sequence1’, if ‘no’ then go to 'sequence2’
{SEQUENCE_EXECUTION_TIME}
{#ACTIONLAYOUT}
{ACTIONTITLE}
{ACTIONDESCRIPTION}
{%ACTIONIMAGE} - insert action image
{ACTION_EXECUTION_TIME};
{#ACTION_METADATA}
{ACTION_TYPE}
{KEY_MODIFIERS}
{KEY_LOG}
{KEY}
{IS_MOUSE}
{IS_KEYBOARD_INPUT}
{IS_KEYBOARD_SPECIAL}
{MOUSE_BUTTON}
{/ACTION_METADATA}
{/ACTIONLAYOUT}
{/SEQUENCELAYOUT}Make sure you save the entire loops/cycles structure as the included placeholders do not work outside the designed loops/cycles.
For example, the {NAME} placeholder does not work outside the below loop/cycle.
{#APPLICATIONS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{/APPLICATIONS}
{TITLE} - title of the document
{DESCRIPTION} - description of the document
{AUTHOR} - author of the document
{PROCESS_DATE}
{PROCESS_EXECUTION_TIME}
{TOTAL_APPLICATIONS_COUNT}
{TOTAL_WINDOWS_COUNT}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#APPLICATIONS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{/APPLICATIONS}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{%DIAGRAM} - insert diagram image
{#SEQUENCELAYOUT}
{SEQUENCETITLE}
{SEQUENCEDESCRIPTION} - only applicable for adding values for Business Rule elements in order to describe the workflow. For example, ‘if ‘yes’ then go to ‘sequence1’, if ‘no’ then go to 'sequence2’
{SEQUENCE_EXECUTION_TIME}
{#ACTIONLAYOUT}
{ACTIONTITLE}
{ACTIONDESCRIPTION}
{%ACTIONIMAGE} - insert action image
{ACTION_EXECUTION_TIME};
{#ACTION_METADATA}
{ACTION_TYPE}
{KEY_MODIFIERS}
{KEY_LOG}
{KEY}
{IS_MOUSE}
{IS_KEYBOARD_INPUT}
{IS_KEYBOARD_SPECIAL}
{MOUSE_BUTTON}
{/ACTION_METADATA}
{/ACTIONLAYOUT}
{/SEQUENCELAYOUT}Make sure you save the entire loops/cycles structure as the included placeholders do not work outside the designed loops/cycles.
For example, the {NAME} placeholder does not work outside the below loop/cycle.
{#APPLICATIONS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#WINDOWS}
{NAME}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{/WINDOWS}
{/APPLICATIONS}
Die folgenden Variablen sind boolesche Werte (true/false):
-
{IS_MOUSE} -
{IS_KEYBOARD_INPUT} -
{IS_KEYBOARD_SPECIAL}Das bedeutet, dass sie nicht durch bestimmte Daten ersetzt werden. Der Inhalt innerhalb der Variablen wird je nach Wert als wahr oder falsch angezeigt.
Zum Beispiel:
Wenn Sie den Text Dies ist ein Mausereignis hinzufügen möchten, wenn ein Aktionstyp ein Mausereignis ist, sollte die Variable wie folgt verwendet werden:
{#IS_MOUSE} This is a mouse event {/IS_MOUSE} Meaning that when the value of {IS_MOUSE} variable is true the desired text is added.
Wenn Sie Text Dies ist KEIN Mausereignis hinzufügen möchten, wenn ein Aktionstyp kein Mausereignis ist, sollte die Variable wie folgt verwendet werden:
{^IS_MOUSE} This is NOT a mouse event {/IS_MOUSE} Meaning that when the value of {is_mouse} variable is false the desired text will be added.
The same logic applies for both {IS_KEYBOARD_INPUT} and {IS_KEYBOARD_SPECIAL} variables.
-
Save the changes and rename your Word template to template.
-
Öffnen Sie Task Capture und wechseln Sie zu Exportieren und veröffentlichen > Word-Dokument > Vorlagenansicht.
- Zeigen Sie mit der Maus auf die Standardvorlage und klicken Sie auf Vorlage bearbeiten.
- Das Popup-Fenster „Vorlage bearbeiten“ wird angezeigt. Klicken Sie auf OK, um das Generieren einer Kopie zu bestätigen.
- A folder that contains the editable copy automatically opens on your PC. Access the template folder.
- Paste your Word template (previously renamed to template in Step 3) to replace the existent template file in this folder.
-
Close the folder.
-
Gehen Sie zurück zu Task Capture.
-
Zeigen Sie mit der Maus auf diese Vorlage in der Vorlagenansicht und klicken Sie auf das Symbol zum Umbenennen.
- Type in the new name. Click Save.