Configuring the Outlook add-in module for Create
Through the Outlook add-in, you can create new cases, tasks and claim notes directly from your email Inbox. You can indicate the fields that will be auto-filled and the information from the email to fill them. This topic walks you through configuring the Create Case, Create Task and Create Claim Notes modules for the Outlook add-in.
The Outlook add-in uses a system module when creating a new case, task or claim note directly from the add-in. You must be a global admin to perform this configuration. Additionally, your global admin can configure a Create module for creating any workspace dataform from the Email add-in, such as Create WC Claim.
To configure the Outlook add-in modules:
1. | Go to System Admin ![]() |
The Modules dashboard opens.
2. | In the Search box, filter the Modules list by typing Outlook. |
Modules that apply to Outlook are displayed. The three relevant modules are Create Case, Create Task, and Create Claim Notes.
3. | Open Create Case. |
The Module Details form for Create Case opens.
4. | Complete the form (referring to the field definitions table near the end of this topic as needed) and click Save. |
5. | Open Create Task. The Module Details form for Create Task opens. |
6. | Complete the form (referring to the field definitions table near the end of this topic as needed) and click Save. |
7. | Open Create Claim Notes. The Module Details form for Create Claim Notes opens. |
8. | Complete the form (referring to the field definitions table below as needed) and click Save. |
Name |
Defaults to Create Case, Create Task or Create Claim Notes depending on your selection. |
|||||||||||||||||||||||||||
Category |
Defaults to Outlook. |
|||||||||||||||||||||||||||
Description |
|
|||||||||||||||||||||||||||
Target | Will this open in a new window or in the main view? The add-in opens a new instance of the system, so this is set to Main Window, ensuring the case or task is opened normally (within the page frame). | |||||||||||||||||||||||||||
Type |
Defaults to Outlook. |
|||||||||||||||||||||||||||
Url |
This is used by the Outlook add-in to find the appropriate code path when generating a new dataform or task. This field is pre-configured and should not be altered, or unexpected behavior occurs. |
|||||||||||||||||||||||||||
Email Addin Configuration |
This field enables the global admin to selectively fill fields in the newly created case, task, or claims note using data from the selected email. Pair case, task or claim notes fields with email fields. Separate the pairings with a semi-colon, no spaces between them, and no ending semicolon. Example format for a Task: Case/TaskField=EmailField Example format for a Case: Subject=Subject;CaseInfo=Body;EmailAddress=Sender;z_ClientReportDate=DateSent Example format for a Claim Note: Notes=Body;Subject=Subject;DateCreate=DateSent The second example above is for a case. The following information will be brought in:
Available fields retrieved from the email are:
Additional Optional Parameters:
The following graphic illustrates the check box option that the system displays for a new case or task when using the ShowEMBActivity parameter.
|
9. | Click Save. |
For Create Case, Create Task, or Create Claim Note functionality to appear in the add-in, the respective module must be active in System Admin > Modules.
To add custom Outlook modules:
1. | Go to System Admin ![]() |
The Modules dashboard opens.
2. | Click Add. |
The Module Details form opens.
Name |
Enter a name that fits your new module. Example: Create WC Claim. |
Category |
Select Outlook. |
Description |
Enter a description of the new module. |
Target |
Will this open in a new window or in the main view? The add-in opens a new instance of the system, so this is set to Main Window, ensuring the case or task is opened normally (within the page frame). |
Type |
Select Outlook. |
Url |
This is used by the Outlook add-in to find the appropriate code path when generating a new dataform or task. For a new module, such as Create WC Claim, type |
3. | Click Save. |