This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw2:exchangeconnector_tool [2020/12/15 13:54] akoehler created |
bw2:exchangeconnector_tool [2024/01/10 14:19] (current) wgates [Introduction (ExchangeConnector)] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Introduction (ExchangeConnector) ====== | ====== Introduction (ExchangeConnector) ====== | ||
| - | This page describes the configuration of the Bizweaver | + | This page describes the configuration of the Bizweaver |
| ====== Related Documents ====== | ====== Related Documents ====== | ||
| - | The following pages contain additional information that may be helpful with the development of Bizweaver workflows using the Exchange Connector tool. | + | The following pages contain additional information that may help develop |
| * **[[bw2: | * **[[bw2: | ||
| Line 12: | Line 12: | ||
| ====== Before You Begin ====== | ====== Before You Begin ====== | ||
| - | You will need to have at least one Exchange global connection defined. | + | You will need to have at least one Exchange global connection defined. |
| <WRAP center round tip 80%> | <WRAP center round tip 80%> | ||
| - | An Exchange global connection can only reference one user mailbox for reading email. | + | An Exchange global connection can only reference one user mailbox for reading |
| </ | </ | ||
| Line 21: | Line 21: | ||
| ====== General Configuration ====== | ====== General Configuration ====== | ||
| - | {{ :bw:exchange1.png? | + | {{ :bw2:bizweaverexhange1.png |}} |
| - Select the **Exchange Connection** from the drop-down list. | - Select the **Exchange Connection** from the drop-down list. | ||
| - Select the desired **Action** from the drop-down list. | - Select the desired **Action** from the drop-down list. | ||
| - | - "Read Mails" is used to retrieve and read email from a designated mailbox folder. | + | - "Read Mails" is used to retrieve and read an email from a designated mailbox folder. |
| - " | - " | ||
| - The available options will change depending on the action selected. | - The available options will change depending on the action selected. | ||
| Line 35: | Line 35: | ||
| - Values used by the two actions, except drop-down selections, can use workflow variables. If necessary (as with the date/time values), clear the field manually, then press < | - Values used by the two actions, except drop-down selections, can use workflow variables. If necessary (as with the date/time values), clear the field manually, then press < | ||
| - Date values must be entered or passed in YYYY-MM-DD format (including the dashes). | - Date values must be entered or passed in YYYY-MM-DD format (including the dashes). | ||
| - | - Time values must be entered or passed in HH:MM XX (including the colon), where " | + | - Time values must be entered or passed in HH: MM XX (including the colon), where " |
| </ | </ | ||
| ===== Read Mail Options ===== | ===== Read Mail Options ===== | ||
| - | {{ :bw:exchange2.png? | + | {{ :bw2:bizweaverexhange2.png |}} |
| - Select the mailbox **Folder** to process from the drop-down list. | - Select the mailbox **Folder** to process from the drop-down list. | ||
| Line 47: | Line 47: | ||
| - Enter the filtering value in the __Value__ field. | - Enter the filtering value in the __Value__ field. | ||
| - This will most typically be a variable but can also be directly entered as needed. | - This will most typically be a variable but can also be directly entered as needed. | ||
| - | - Multiple filtering statements can be used. In the example above the two statements are ' | + | - Multiple filtering statements can be used. In the example above, the two statements are ' |
| - If you wish to use this tool to move email from one folder to another, select the target folder from the **Move mail to folder** drop-down list. | - If you wish to use this tool to move email from one folder to another, select the target folder from the **Move mail to folder** drop-down list. | ||
| - The target folder must exist in the user's mailbox before it can be used here. The folder must be created in Exchange/ | - The target folder must exist in the user's mailbox before it can be used here. The folder must be created in Exchange/ | ||
| Line 53: | Line 53: | ||
| - This is a Windows folder. | - This is a Windows folder. | ||
| - This action does not remove the attachments from the Exchange database. | - This action does not remove the attachments from the Exchange database. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| Line 62: | Line 58: | ||
| " | " | ||
| - | {{ :bw:exchange3.png? | + | {{ :bw2:bizweaverexhange3.png |}} |
| - Enter the **Subject** of the appointment. | - Enter the **Subject** of the appointment. | ||
| Line 71: | Line 67: | ||
| - Enter one or more email addresses of **Required Attendees**. | - Enter one or more email addresses of **Required Attendees**. | ||
| - Appointments can be sent to users that are not part of your Exchange system. | - Appointments can be sent to users that are not part of your Exchange system. | ||
| - | - If the recipient uses Exchange/ | + | - If the recipient uses Exchange/ |
| - | - If the recipient does not use Exchange/ | + | - If the recipient does not use Exchange/ |
| - Enter one or more email addresses of **Optional Attendees**. | - Enter one or more email addresses of **Optional Attendees**. | ||
| - Enter a **Remind before minutes** (numeric) value. | - Enter a **Remind before minutes** (numeric) value. | ||
| Line 81: | Line 77: | ||
| + | ====Exchange Variables==== | ||
| + | ^Name ^Description^ | ||
| + | |Action|This indicates the action taken| | ||
| + | |AllDay|True or False indicator if the all-day check box is selected| | ||
| + | |AttachmentsFolder|This indicates if there is an attachments folder selected| | ||
| + | |AttendeesCopy|This indicates who will get a response when an appointment is created| | ||
| + | |Body|This indicates if there is a body to a created appointment| | ||
| + | |ConnectionName|This indicated the name of the connection that is being used| | ||
| + | |Count|This indicates the count of the emails that are to be read| | ||
| + | |DataSourceResultsTable|This displays the results of the emails and all their fields| | ||
| + | |EndDate|This is the end date of an appointment| | ||
| + | |EndTime|This is the end time of an appointment| | ||
| + | |FolderMove|This indicates the folder the selected email will be moved to| | ||
| + | |FolderSearch|This indicates the folder the searched| | ||
| + | |Location|This indicates the location of a meeting| | ||
| + | |OptionalAttendees|This indicates the email addresses of all optional attendees to a meeting| | ||
| + | |ReminderMinutes|This indicates when a meeting will send out a reminder for the meeting| | ||
| + | |RequiredAttendees|This indicates the email addresses of all the required attendees to a meeting| | ||
| + | |SearchFilterCollection|This indicates the search criteria when reading emails| | ||
| + | |StartDate|This indicates the start date of a meeting| | ||
| + | |StartTime|This indicates the start time of a meeting| | ||
| + | |Subject|This indicates the subject of a meeting | | ||
| + | |StepMessage|During a failure the reason for failure will be populated here| | ||
| + | |StepStatus|True or False| | ||