Unit 8: Working with Actions

Size: px
Start display at page:

Download "Unit 8: Working with Actions"

Transcription

1 Unit 8: Working with Actions

2 Questions Covered What are actions? How are actions triggered? Where can we access actions to create or edit them? How do we automate the sending of notifications? How do we automatically update fields when some condition is met? How do we manage sets of conditional actions? 2

3 Simple Actions Overview Actions can be triggered by rules and action buttons within a table. Since rule design is a complex subject, we are going to introduce actions first in the simpler context of an action button. There are currently 17+ potential action types (some require special setup for use, such as document comparison). This unit covers the three most common: Update Fields, , and If-Then-Else actions. We will learn about the attributes of the Action Button data type. We will discuss and create templates. We will be creating two action buttons, each with a variety of actions. 3

4 What is an Action? Actions perform the automation for the system, sending predefined s, updating records, importing/exporting records, creating attached files from print templates, etc. Actions are triggered by rules (discussed in the next unit) or by action buttons within a table. Actions are stored in an actions library for each table and once created are available for use by other rules and actions. Available actions are shown in the Available Actions box and are moved to the Selected Actions box to make them active for this rule 4

5 Actions Covered in this Unit We will be discussing the three simple action types: Update Fields: Updates any field(s) in this table or a linked record with a value or formula. Can also be used to populate a linked field set based on the results of a saved search. Sends an based on a saved template. If-Then-Else (the most commonly used): This is a container action that allows alternative criteria and their actions to be defined in a single action. 5

6 Naming Actions It is important to name actions as clearly as possible, so other admin users can guess what that action is doing just from its name. This saves time when troubleshooting and documenting. We use the following syntax for the most common action types: action: [people] when [condition]: Examples: customer acknowledgement when created, Assigned Person when Customer updates. Update Field action: Set [field] to [value]: Examples: Set Status to Pending Customer, Set Assigned Team to Support Team. If-Then-Else action: [description of collection of conditions]: Examples: All Create Actions, All Actions when Customer Updates. 6

7 Action Button Data Type Like other fields, action buttons can be placed on the form layout or shown in the table view, both of which will perform the action on a single record. Action buttons can also be placed on the table action bar, allowing you to run the action on multiple selected records at once. In the Action Button field wizard, the Options, Permissions, and Display tabs are basically the same as for the other local fields you created in Unit 3. 7

8 Action Buttons and Permissions Action buttons are very useful, as they help users perform complex actions with a single click. Action buttons can do things that users themselves can not do, such as changing the Status field to Cancelled when the user does not have permission to edit that field, creating records in another table, or generating s. This is because action buttons have God-like permissions - they act with admin level privileges. This makes it important to control who has view access to an action button field if users can view the button for a record, they can generally execute it (with a few exceptions). Field edit permissions for action buttons are ignored since the button cannot be edited. 8

9 Action Buttons and Permissions (continued) The view permissions for the action button apply to both the record form and the table view, so if users have permission to view an action button for only their own records and they add the button to the table view, the button will only appear for the records they own. Visibility dependencies are often used with action buttons to control when they can be pressed. These dependencies are also maintained in table views, so if the button is added to a view but is not currently available for some records due to a dependency not being met, it will not appear for those records. There is a special permission on the Permissions tab of the field wizard for action buttons beneath the normal permissions: If a group is not included here, then when a member is viewing a record for which they do not have record edit permission, all action buttons will be hidden. If the group is included here, they will see the action buttons for which they have view permissions and be able to execute them. 9

10 Action Buttons The General Tab The General tab is where we define the action(s) that will occur when the action button is clicked. On the General tab, we first define how the action button will be displayed: Text Hyperlink will display the action button with text: Image Hyperlink will display the action button as an image: The images available are the same as those available within the Graphics tab of the Table wizard (Unit 1). If you would like to add an image to be used as your action button, you can upload a new image in the Graphics tab of the Table wizard. Below the available graphics are two options for what to do Before executing actions. If the action button will be clicked while editing a record, some changes just made to the record will only be available to the actions of the action button if the record is saved before executing actions. Sometimes you need to save the record first and other times you don t want to do that because saving will execute rules. Most field changes are stored in memory and can be used by actions without saving first, but some data types are not. It may take some trial and error to determine the best option here. 10

11 Action Buttons The General Tab (continued) Next are action button options. While action buttons are generally configured to execute actions, they can also be set up to preform the following tasks either in conjunction with, or instead of, any executed actions: Execute ActiveX Open a URL for instance this is used in the Companies table to show a Google map based on the address Make a Skype call Create a note Create an this brings up a pre-defined template for a user to manually complete and send. If defining the action button to execute actions, any number of actions may be selected via the Actions screen which appears after clicking Add Action. 11

12 Adding a Wait Point to Actions Sometimes a delay is needed between actions, provided by the Add Wait Point button: Clicking the button inserts an item in the list of actions and allows a time period to be set: This is useful if the action is creating records in another table either in the background or by bringing up a new record dialogue, and you want to wait until the record is saved before proceeding so that the refresh of the record you are editing includes any impact made by the new record(s). 12

13 Action Buttons The General Tab (continued) Next are options for what happens After executing actions. Just as when you had to decide whether or not to save the record before running your actions, it is important to decide whether or not to save your record afterward. If the action button is making changes to the record during the editing process, it is best to save afterwards and confirm that any changes made by the button are saved to the record regardless of the user s permissions or whether they decide to cancel or save. When saving the record, you are given the option to save the record (which will close the record), save and open for edit, or save and open for view only. If saving and opening, you may define which tab the record will open to. This can be very useful in guiding the workflow process for users. 13

14 Action Buttons Some Other Complexities Depending on their placement, action buttons can be executed from: Editing a record Viewing a record The table view (neither viewing nor editing a record) The table action bar (acting on multiple records) Because action buttons can be executed from different starting points, it is important to test every method by which an action button can be pressed and to take that into account when deciding whether the action button saves the record before and/or after executing the actions. If executing from any context other than editing a record, there is no need to save before executing the actions, and even if the field option says to save before, the system will not save the record. Likewise, there is no need to save afterwards either, unless you want to open the record after running the actions. 14

15 Practice Let s Create an Action Button From Tasks > Setup Tasks > Fields mouse over New and select the Action Button data type. On the General tab, name your action button Send Notes to Creator. This action button will (1) set the Status of the task to Pending Creator Feedback and (2) send an including the most recent working notes to the person who created the task advising them the task has been updated. We will first save the button with just the Update Fields action. Then we will edit it to add the action, so we can introduce each action type separately. Select Text hyperlink and give the button the same name as the Field Label: Send Notes to Creator. 15

16 Practice Let s Create an Action Button (continued) For Before executing actions: select Save record. In this case, we want to save the record first to be sure that the latest append-only notes added are sent in the action; depending on your action, you may or may not want to save the record first. Check the box under then which reads: Execute Actions and click Add Action. This will bring up the Actions screen. The Action wizard can be accessed through action buttons, the Rule wizard, or on the Actions tab of the table wizard. 16

17 Practice The Actions Screen The top of the actions screen presents the available action types. The bottom of the screen contains the actions library we discussed earlier. 17

18 Update Field Actions Update Field actions are the powerhouse of automation and are used to: Populate a given field with a value based on standard text or a formula in order to: Assign records to the appropriate team. Increment or decrement number fields. Add or subtract time from date/time fields. Change the status of a record when specific conditions are met. Manage the process flow between related tables. Populate a linked field based on search criteria. Update records in a related table when some condition is met. 18

19 Practice Create an Update Field Action Let s create an Update Field action, and add it to our Send Notes to Creator action button. From the Actions screen, click Create Update Fields. On the General tab, name the action Set Status to Pending Creator Feedback. Give the action a description. On the Fields tab, we will select the fields we wish to update. In the top section, we can choose whether or not to update fields from a linked record. For instance, if we were to choose Created By links to People, we could update the person record of the Created By for the task record. In this case, leave the top dropdown set to Select one In the bottom section, we select the fields we wish to update. Check the box next to Status as this is the field we will update. 19

20 Practice Create an Update Field Action (continued) Navigate to the Values tab. In this tab, we will define the value to put in the fields we have selected. Note that depending on the data type of the fields you have selected, you may update the field by using one of the following options: Standard text A formula Round robin assignment Team leader of team Reimport source record matching Use a saved search Delete In this case, next to Status, select Pending Creator Feedback from the drop down. 20

21 Practice Create an Update Field Action (continued) The Errors tab allows you to either prevent a record change or to ignore the error. Here, leave the default value of Prevent record save and click Finish. You will be returned to the Actions screen where the action you just created will be highlighted within the list of Available Actions. Scroll to the top or bottom of the window and click Finish to add the action and return to the Action Button field wizard, and when it refreshes, you will see the new action listed in the Execute Actions section. 21

22 Practice Completing the Action Button Scroll down to After executing actions and select Save Record. Navigate to the Display tab. Under both When editing this field, show and When viewing this field, show select Neither the label nor the instruction. We always hide the field labels when creating action buttons since they generally just repeat the wording of the button. You can justify the button with the other field labels or with the other field input boxes. Clicking the button to left justify it moves it to align with the field labels. Click Finish to save your action button. Next we will learn how to create actions, and then we will add an action to our action button. 22

23 Actions actions automatically send an based on an template. The s can be addressed to multiple recipients who may be selected based on the User, Team, or fields in the record or they may be addressed to specific, hard-coded addresses. s can contain specified fields from the record, attachments, and multiple hyperlinks which will allow the recipient to login and either edit or view the record. s can be sent in either html or plain text format. When an action is run on several records, the results can be collated into a single containing all of the relevant records, or individual s can be sent. s sent to a team are sent to the individual members of that team, using the permissions of each individual. 23

24 Templates Before we can complete an action, we must first configure an template. templates define the recipients, attachments to be included, hyperlinks to be embedded, and any fields from the relevant record which will be appended to the end of the or included as an attachment. Use the Insert drop down to attach a file, select fields to include, or insert a hyperlink Choose the recipient(s) by checking a box and selecting a field, team, user, or fixed address Type the subject and body of the using the HTML editor if desired Click Formula Help to insert field content into the body or subject line using a variable such as $full_name 24

25 Accessing Templates Stored templates can be accessed a few different ways. From the Message tab of the /SMS action wizard. By mousing over the icon in a table action bar and selecting Manage Templates. You may want to follow the discussion by going back to the Tasks table, mousing over the icon, clicking Manage Templates, and then clicking New to bring up the Edit Template wizard. From Setup > > Go to Rule/Workflow s button, then choosing the appropriate table: 25

26 Edit Template Main Screen From: Defines the address displayed to the recipient as the sender. Reply-to: Defines where the will be delivered if the recipient replies to the . To/CC/BCC: Defines who the will be sent to. This can be based on a specific user or team, or defined by user/ fields within the record. Formula Help: Using this button, we can insert fields from the record into the body and subject fields of the . For example, if we want the subject to include the contract title, we will include the variable $contract_title in the subject, or if we want to address the recipient by name we will include the variable $formula(assigned_person) in the body of the . Fields inserted into the body are inserted into $formula(field name) so that punctuation does not affect the parsing of the field name. HTML/Source HTML/Plain Text: Toggles between different text formats in the editor. Attachments: Defines any hard-coded files you wish to attach to the . Fields Included: Displays the fields that have been selected for inclusion. 26

27 Edit Template Insert Menu Within the Insert drop-down in the template, the following options are available: Variables: Brings up the same menu as the Formula Help button. Populate From Template: Will populate the template as a copy of another, existing template. Message to Import: Will insert the text from the body of another, existing at the location of the cursor in the body of the template. Fields from [Table]: This option allows you to include fields from the table generating the . If fields are included, they can be displayed as inline text or as an attachment. You can choose to include All Fields (limited to the permissions of the sender), All Fields Based on Recipients Permissions, or Selected Fields. Include a Hyperlink to Edit the [Table]: Brings up the Hyperlink wizard, which generates a hyperlink the recipient can use to login and view or edit the record directly. There are options for where the recipient will go when the hyperlink is clicked, including editing the record, viewing the record, or setting some fields and being redirected to another URL. Whether the user is asked for a login and/or password when clicking the link is defined in Setup > Access > Configure Hotlinks. 27

28 Edit Template Options Tab The Options tab of the Edit Template wizard contains some less commonly edited options. Each of these options is set by default for individual templates based on the Outbound Setup selections. Including the encrypted ID in the subject line allows replies to the to update the record from which it was sent. It can be changed for an individual template here if needed. Enable field parsing can be turned off for specific templates here. Turning it on here without turning it on in the outbound setup will have no effect. Include Hidden Code can be changed here from the default value as well. 28

29 Edit Template Heading Tab The Heading tab is used to give the template a Name and Description. The Template Name is shown in the default table view for templates. It also allows you to publish a template so that other users can see it on the drop-down under the icon, so they can easily send the manually. In order for the template to appear to a user in the dropdown list, it must have a Yes in the Published field and must be active for one of their teams. When setting group permissions, the Menu-Specific tab controls whether groups have access to their own, published, or all templates, so it is important to mark templates that should be available to users as published. 29

30 Practice Create an Action and Template Now let s add an action to the action button we just created to notify the person who created the task that it has been updated. Go to Tasks > Setup Tasks > Fields > and edit the Send Notes to Creator field. In the Execute Actions section, click the Add Action button and click Create /SMS Action. This will bring you to the /SMS action wizard. On the General tab, name your action Notes to Creator and add a description. Under Choose delivery type select Send . On the Message tab, you will see an empty table of templates available to the Tasks table. Click New. This will bring up the Edit Template wizard. Click on the text No Recipients selected and select User Fields. Click the lookup and select Created By. This will instruct the template to send the to the address associated with the user who created the task. 30

31 Practice Create an Action and Template (continued) In the Subject box, type: Your task $id has been updated by. This will insert the ID number. Click Formula Help. This will bring up the Formula wizard showing the fields and global variables that can be used within the . On the Fields tab, click Updated By (you can click on the label or the variable name to its right). This will select the field for insertion. On the Confirm popup window, select Subject Line to add this variable to the end of the subject of the . Click Formula Help again and add the fields Created By, Task Summary, and Working Notes Latest one at a time. To prevent each field from being replaced by the next one, make sure you click on the body to move the cursor off the field name before trying to add another. On the Confirm popup window, select Body to add the variables to the body of the . Rearrange them so that the text reads: $formula($_1880_full_name), The task: $formula($task_summary) has been updated. The latest working notes are: $formula($working_notes_latest) Please click here to view the record. 31

32 Practice Create an Action and Template (continued) Highlight the word here and click Insert > Include a hyperlink to edit the task. This brings up the Hyperlink wizard. Please review the different options within the wizard, which can define whether the hyperlink opens the record in view or edit mode, where the user is redirected when they have finished editing the record, and the window of time that the hyperlink is active. Select View ticket if user clicks hyperlink. Click Finish. Click Insert > Fields from Task. Under Include Fields from Task select Yes. Under Include Fields select Selected Fields and choose Updated By, Date Due, Task Summary, Task Description, Status, and Working Notes. Click Finish. Click the Heading tab. 32

33 Practice Create an Action and Template (continued) Name the template Notes to Creator. Give the template a description. For Published, select Yes. Make this Active for the Admin Team. Click Finish to return to the Message tab of the action wizard. Ensure the template you just created is selected, and click Finish. This will return you to the Actions screen. The /SMS action you just created will be selected. Scroll to the top or bottom to click Finish. This will bring you back to the Action Button field wizard, where you will now see both of the actions you created in the Execute Actions section. 33

34 Practice Finishing and Testing the Action Button In the Execute Actions section: You can drag the actions up or down to reorder them as needed. The checkboxes are not needed to run the actions they are used to select an action to remove using the Remove button. Click Finish to save the field. Click the Layout tab and add the button to the layout below the Working Notes field. Then click Copy this layout to the End User Layout so you have a task layout available for end users. Click Finish to save the Table wizard. Now test it by editing a record in which the creator has your address, and clicking the button! When you receive the , click on the link to see how the task looks. Depending on what group the user was in, you may see only some fields. 34

35 Action Button Quick Review To review, creating an action button field is similar to other fields, with the exception of the General tab, where the actions are defined. If the action you wish to use does not yet exist, it must be created. If the action you wish to use is an /SMS action, and the template you wish to use does not yet exist, it must be created. We will create another action button for additional practice. But first, let s look at some ways to make configuring an action button easier where is involved. 35

36 Making Templates Quicker and Easier Because it can become confusing when you are multiple layers deep in the system, it is convenient to set up your templates in advance of setting up your actions. As already mentioned, the templates can be accessed from the table view, by mousing over the icon and selecting Manage Templates. templates can be created and edited from there. Setting up your templates in advance will make them available for you in actions and rules you create in the future. From the Templates table, you can also copy an template, then change only certain elements of the , saving both time and effort. 36

37 Practice Create Another Template Let s create an template for our next action button to notify the person who created the task that it has been completed. Navigate to the Tasks table in the left pane, and click on Manage Templates as outlined on the previous slide. From the Templates table, click New. Create the below based on what you have learned in this unit. If you need more information, you may check the templates in your Training Sample KB. Hint: the first variable is the field Created by. Click the Heading tab to name the template task creator that the task is Done. 37

38 Copying to Create Templates It is often time-saving to copy an existing template to create a new one, especially if you have selected several specific fields to be sent. On tables which send to external customers, we often create an HTML formatted template, with headings and our website look and feel and the set of fields to be included, then copy that template to create all other templates. The Copy option is available on the Actions drop-down in the Templates table. Simply select an template and click Copy: A pop-up will appear which reads: Are you sure you want to copy the selected Templates? Click Finish. A second pop-up will appear. Click Finish on this as well. Be sure to click on the Heading tab to give the new template a name. 38

39 Practice Copy to Create Another Template Let s copy the template we just created to create a second template which will be used by our next action button to notify everyone on the CC List in the task record that it has been completed. Note that if we wanted the wording of the to be the same, we could have just added the CC List field to the recipients of the first . In this case, we want different wording and we want different logic for when each is sent, so we need two templates. From the Templates table view, select the template you just created, and click the Copy button to create the new template. Click the Edit icon to update the new template so that it matches the on the following slide. 39

40 Practice Copy to Create Another Template (continued) Note that you must change the wording a bit, as well as the To field on the template. After making changes to the To, Subject, and Body fields of the template, click Heading. Name your template CC list that the task is Done. 40

41 Using an If-Then-Else Action in an Action Button Now we are going to create another action button that will run an If-Then-Else action. This action button will set the Status of the task to Done, set the Date Completed to Now, and set the Assigned Person to the user who clicks the action button (so if someone who was not yet assigned personally to the task completes it, they will be set as the Assigned Person). The action button will also determine whether or not to send the two s you created on the preceding slides based on who updated the task and whether there is anyone in the CC list for this task. First we need to learn about If-Then-Else actions. 41

42 If-Then-Else Actions If-Then-Else actions are containers for other actions. They provide a quick, GUI-based programming tool. They allow an admin to define multiple if clauses, each of which can run a different action (of any type), when an if is found to be true. Using If-Then-Else actions can greatly reduce the number of rules in the system by grouping similar actions together in a single rule where they can all be seen and maintained. Multiple ifs can be embedded within each other and can be separated or combined by and and or operators. Each if uses the same search filters we covered in Unit 5, in any combination. Examples: If Category = A, Assign to Team A, else if Category = B, assign to Team B, else Validate that Category is not Blank. If Severity = Critical, Page Team Leader and Assigned Team, else Assigned Team. 42

43 If-Then-Else Actions (continued) The Details tab of the If-Then-Else wizard is set up as in the below image: As stated in the wizard, the buttons are context-sensitive and show which actions are allowed based on the cursor position. The image above shows the options available when beginning your If-Then-Else action. 43

44 Gotchas with If-Then-Else Actions Some things to watch out for when writing your If-Then-Else action. It is tricky to insert a new if above the first if. (But we ll show you how to do it). You cannot move an if up to the top level. However, you can move actions up and down. It is best to think through your logic carefully before building it. It is a little tricky to figure out where to put your cursor in order to insert an if at the correct level. Until you are familiar with it, it is best to check the screen after each Add If to make sure it is where you want it. Searches within an If-Then-Else action will not find changes made by earlier actions within the same If-Then-Else action. For instance, suppose the first clause action sets the Assigned Person to John Smith, and a later if condition says if the Assigned Person equals John Smith, then John Smith that he has been assigned. The second search will not find the record where John Smith was just assigned. Changes made by an if-then action are saved in memory and executed after all the if s have been evaluated. 44

45 Practice Create an Action Button Mark as Completed Now we are going to create another action button field. Return to Tasks > Setup Tasks > Fields, then mouse over New, and click Action Button. On the General tab, name your action button Mark as Completed. Select Text hyperlink and give the button the same name as the Field Label: Mark as Completed. For Before executing actions: select Save record. Check the box under then which reads: Execute Actions and click Add Action to bring up the Actions screen. 45

46 Practice Create an If-Then-Else Action Let s create an If-Then-Else action, and use it to run all the actions for our Mark as Completed button. From the Actions screen, click Create If-Then-Else Action. On the General tab, name the action Mark as Completed Actions. Give the action a description. On the Details tab, click Add Action. We are going to start by creating an Update Fields action to set some fields when the button is pressed. This action will be run as part of the If-Then-Else action remember that the If-Then-Else action is really a container for conditions and other actions. 46

47 Practice Create an Update Field Action From the Actions screen, click Create Update Fields Action. On the General tab, name the action Set Fields when Completed. Give the action a description. On the Fields tab, check the boxes next to Assigned Person, Date Completed, and Status, as these are the fields we will update. On the Values tab, when we define how to update our fields, we will use both a formula and a variable. 47

48 Practice Create an Update Field Action (continued) For Assigned Person, select the option to treat the above as a formula. Click Formula Help, navigate to the Global Variables tab, and select $global.my_full_name. Reminder: Standard text (values) is used when we want to update the value to some static value; a variable will be used when we wish to use a dynamic value that is dependent on the record (Fields tab), the user making changes ( Global Variables tab), or a predefined function (Functions tab). For Date Completed, select the option to treat the above as a formula, click Formula Help, and navigate to the Functions tab. This tab will show you each of the available functions, their purpose, and a brief description. 48

49 Practice Create an Update Field Action (continued) Click on the function titled NOW and click Close. It is helpful to familiarize yourself with the available functions in Agiloft. NOW inserts the date/time, while TODAY inserts just the date. For Status, select Done and click Finish. We will keep the default values on the Errors tab. You will be returned to the Actions screen with the new action selected. Click Finish at the top or bottom of the screen to return to the If-Then- Else action screen. You will now see the following: 49

50 Practice Continue with If-Then-Else Action Select the first line, then click Add If. Create a Simple filter: Creator Login does not equal (!=) variable $updater_login. (Why? We only want to the creator when a task is completed if he/she wasn t the one who clicked the action button.) Click Finish. Back on the Details tab, select the line, then click Add Action. Click Create /SMS Action and name it task creator that task has been completed. On the Message tab, select the that you created earlier addressed to the Creator. Click Finish to save the template and then click Finish again on the Action wizard. You will see: 50

51 Practice Continue with If-Then-Else Action Back on the Details tab, select the line starting with if, then click Add If. Create a Simple filter which states that: CC List does not equal (!=) variable $null. Why? We only want to send an if there is someone to send it to. Click Finish twice. If your cursor was in one of the indented lines when you clicked Add If, the if condition will be indented and subsidiary. If that happens, select the row and click the Delete button and start over. Beware that deleting an if condition deletes everything indented beneath it. It looks like this: 51

52 Practice Finishing If-Then-Else and Action Button Back on the Details tab, with your cursor on the line, click Add Action. Click Create /SMS Action and name the new action CC List that task has been completed. On the Message tab, select the template that you created for this purpose. Click Finish to return to the If-Then-Else wizard your action is complete! Click Finish again to return to the Actions screen. Ensure that the If-Then-Else action you just created is selected, and scroll down to click Finish again to return to the Action Button field wizard. Select the option to save the record after executing actions. 52

53 Practice Finishing and Testing the Action Button On the Options tab, make the visibility of this action button conditional on the Status containing any of the values other than Done or Cancelled. Remember to set the proper Display tab options: Under both When editing this field, show and When viewing this field, show select Neither the label nor the instruction. Click Finish to complete your action button. Add the field to the layout and do some testing to see how it works. Be sure to test each of the conditions by setting up your test tasks appropriately. Have one task for which you are the creator and one with a different creator, and be sure you have an address. Check the s tab of the task to see which s have been sent (remember there is a delay of a minute or two before they appear). actions triggered by action buttons do not appear in History, but changes to fields do appear there. 53

54 Reviewing our If-Then-Else Action It is not always easy to read If-Then-Else actions when you first see them. You can click Add Comments to put text on any row of your screen for more user-friendly explanations. The action we just created, in plain English, states: We will run the Update Fields action regardless of any conditions. If the user who clicks the action button is not the user who created the task, we will the task creator that the task is complete. If there are any users listed in the CC List, we will those users that the task is complete. If neither of the ifs are true, then no s will be sent when the button is pressed. 54

55 A Trick to Insert an If at the Top Sometimes you need to insert an if at the top of the action after you have added other actions. You cannot do it by putting your cursor in the top line. In order to get an if to the top, you need to first get an action to the top row. The procedure to follow is this: Click Add Action to select an action you want to run with the new If and save the action. Select the action row, and click the Move Up button repeatedly until you move the action to the very top row. With your cursor on the action row, click Add If. This puts the if right below the action. Enter your criteria and save. Select the action and click Move Down to put it below the If row! 55

56 Simple Actions Summary and Conclusion We have learned how to: Create an Action Button Create simple Update Field and /SMS actions Create and copy templates Use If-Then-Else actions to organize other actions. 56

Unit 3: Local Fields

Unit 3: Local Fields Unit 3: Local Fields Text Fields Questions Covered What are fields and how do we define them? How can we change the kinds of data we are collecting? What are the different data types available and how

More information

Unit 10: Advanced Actions

Unit 10: Advanced Actions Unit 10: Advanced Actions Questions Covered What other action types are available? How can we communicate with users without sending an email? How can we clone a record, mapping just the fields we want?

More information

Unit 7: Working with

Unit 7: Working with Unit 7: Working with Email Questions Covered What kinds of inbound and outbound email are possible in Agiloft? How do we configure the system to send outbound email and receive inbound email? Why set up

More information

Unit 2: Managing Views

Unit 2: Managing Views Unit 2: Managing Views 1 Questions Covered How do we define the information displayed in the table view? How do we change what information is displayed? How can we highlight the records of interest? How

More information

Unit 1: Working With Tables

Unit 1: Working With Tables Unit 1: Working With Tables Unit Overview This unit covers the basics of working with Tables and the Table wizard. It does not include working with fields, which is covered in Units 3 and 4. It is divided

More information

D365 Modern Interface

D365 Modern  Interface D365 Modern Email Interface D365 Modern Email Interface is a solution providing inline options in case/ contact form enabling organization and management of emails in the same page in Dynamic 365 CRM.

More information

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit: Chapter 6 Teacher Pages

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit:  Chapter 6 Teacher Pages SHARPSCHOOL USER MANUAL CHAPTER 6 TEACHER PAGES For more information, please visit: www.customernet.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. INTRODUCTION... 1 I. TEACHER PAGE

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Administrator Quick Guide

Administrator Quick Guide 1 Administrator Quick Guide Login Screen The first page employees will see when visiting their training site is the login screen. This is where employees must enter their username and password to access

More information

You will always have access to the training area if you want to experiment or repeat this tutorial.

You will always have access to the training area if you want to experiment or repeat this tutorial. EasySite Tutorial: Part One Welcome to the EasySite tutorial session. Core Outcomes After this session, you will be able to: Create new pages and edit existing pages on Aston s website. Add different types

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

HarePoint HelpDesk for SharePoint. User Guide

HarePoint HelpDesk for SharePoint. User Guide HarePoint HelpDesk for SharePoint For SharePoint Server 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 User Guide Product version: 16.2.0.0

More information

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System HIRING MANAGER S JOB SITE USER S GUIDE Fitchburg State University Hiring System TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 5 CREATING A POSTING.7 Creating Posting from Position Type... 7 Posting

More information

Confluence User Training Guide

Confluence User Training Guide Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

This takes you to the System Administration page, from which you create and edit guides and customize your profile:

This takes you to the System Administration page, from which you create and edit guides and customize your profile: Getting Started with LibGuides Go to http://libguides.okanagan.bc.ca/login.php Log in with your email address and password. This takes you to the System Administration page, from which you create and edit

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

Introduction to Qualtrics

Introduction to Qualtrics Introduction to Qualtrics Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Introduction to Moodle

Introduction to Moodle Introduction to Moodle Preparing for a Moodle Staff Development Session... 2 Logging in to Moodle... 2 Adding an image to your profile... 4 Navigate to and within a course... 6 Content of the basic template

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

SharePoint 2013 Site Owner

SharePoint 2013 Site Owner SharePoint 2013 Site Owner Effective Content and Document Collaboration with Axalta Teams 9 May 2014 Instructor: Jason Christie Site Owner Course Topics to be Covered Content Management Creating and configuring

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2007 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

Workshop Scheduler Admin Manual

Workshop Scheduler Admin Manual Workshop Scheduler Admin Manual This application and the documentation were developed by the Center for Academic Excelence group of Appalachian State University. Copyright 2016. All rights reserved. rev

More information

Monash University Policy Management. User Guide

Monash University Policy Management. User Guide Monash University Policy Management User Guide 1 Table of Contents 1. GENERAL NAVIGATION... 4 1.1. Logging In to Compliance 360 - Single Sign On... 4 1.2. Help... 4 1.2.1. The University Policy Bank...

More information

Volume. User Manual and Resource Guide

Volume. User Manual and Resource Guide Volume 1 User Manual and Resource Guide User Manual and Resource Guide Game Gurus United States Telephone: (415) 800-3599 Brazil Telephone: 55 84-8723-2557 Email: info@gamegurus.com Table of Contents What

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

FAMCare Connect Admin Guide

FAMCare Connect Admin Guide 2011-2012 FAMCare Connect Admin Guide 2011-2012 The FAMCare Connect Administrator Guide will help a FAMCare administrator setup and configure the system. Contents How to Define Security Needs... 3 Security

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Lime Survey User Guide

Lime Survey User Guide Lime Survey User Guide Version 2.58 VIU version Originally created by Okanagan College Kevin Trotzuk, IR Analyst Edited by Anastasia Chwist January 2017 Table of Contents Lime Administration Screen...

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT D2L : Introduction A Guide for Instructors ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents Introduction...1 Objectives... 1 Logging In to D2L...1 My Home... 2 The Minibar...

More information

Custom SharePoint Workflows

Custom SharePoint Workflows Custom SharePoint Workflows Using SharePoint Designer 2013 SharePoint Workflows Microsoft SharePoint, as a collaboration platform, contains a huge amount of business data - documents, contacts, meetings,

More information

MOODLE MANUAL TABLE OF CONTENTS

MOODLE MANUAL TABLE OF CONTENTS 1 MOODLE MANUAL TABLE OF CONTENTS Introduction to Moodle...1 Logging In... 2 Moodle Icons...6 Course Layout and Blocks...8 Changing Your Profile...10 Create new Course...12 Editing Your Course...15 Adding

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

#define 4 User Guide. Version 4.0. CGI Group Inc.

#define 4 User Guide. Version 4.0. CGI Group Inc. #define 4 User Guide Version 4.0 CGI Group Inc. Table of Contents Section Slides Wiki 5-7 Tickets 8-12 Files 13-15 Planning 16-21 Cooperate 22-24 Settings 25-31 Agile Features 32-34 Desktop Applications

More information

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections:

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections: This chapter contains the following sections: Viewing the Task Library, page 1 Creating a Workflow, page 1 Example: Creating a Workflow, page 13 Resolving Workflow Validation Issues, page 16 Changing Flow

More information

Office365 End User Training & Self-Service Migration Manual Simplified

Office365 End User Training & Self-Service Migration Manual Simplified Office365 End User Training & Self-Service Migration Manual Simplified Version 1.0 University Systems and Security 5/25/2016 1 P a g e Table of Contents 2 P a g e Table of Contents Introduction to Office365...

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC Chronodat Help Desk (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 09-24-2018 1 P a g e

More information

ScholarOne Abstracts. Review Administrator Guide

ScholarOne Abstracts. Review Administrator Guide ScholarOne Abstracts Review Administrator Guide 17-October-2018 Clarivate Analytics ScholarOne Abstracts Review Administrator Guide Page i TABLE OF CONTENTS Select an item in the table of contents to go

More information

Version 1.4. FaxCore User Manual

Version 1.4. FaxCore User Manual Version 1.4 FaxCore User Manual Table of Contents Introduction... 1 Contacting FaxCore... 1 Getting Started... 2 Understanding FaxCore s User Interface... 4 Settings: Your User Profile... 4 Personal Information

More information

Outlook Tips & Tricks

Outlook Tips & Tricks Table of Contents CUSTOMIZE THE NAVIGATION PANE... 1 CUSTOMIZE THE READING PANE... 2 USE AND CUSTOMIZE THE TO-DO BAR... 3 USE QUICK FLAGS... 5 CREATE SEARCH FOLDERS... 6 USE AND CUSTOMIZE E-MAIL ALERTS...

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

End-User Reference Guide El Camino College Compton Center

End-User Reference Guide El Camino College Compton Center End-User Reference Guide El Camino College Compton Center OU Campus Version 10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

WEB CREATOR PAGES MANAGER

WEB CREATOR PAGES MANAGER WEB CREATOR PAGES MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 PAGES MANAGER... 3 Accessing Pages Manager... 3 PAGE MANAGER NAVIGATION...

More information

SBCUSD IT Applications Training & Support. Smartsheet. Project Management & Collaboration

SBCUSD IT Applications Training & Support. Smartsheet. Project Management & Collaboration SBCUSD IT Applications Training & Support Smartsheet Project Management & Collaboration Revised 10/12/2018 SBCUSD IT Training CONTENTS GETTING STARTED... 1 Create Blank Sheet/Project... 1 Create Sheet/Project

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

CareCarma. It Starts With Family

CareCarma. It Starts With Family CareCarma It Starts With Family 3. INTRODUCTION 3. How can CareCarma Help You? 3. CareCarma Home Page 4. CareCarma CareCircle 4. CareCarma CareCircle Tools 5. Work on Different Plattforms 6. GETTING STARTED

More information

Training Manual for Researchers. How to Create an Online Human Ethics Application

Training Manual for Researchers. How to Create an Online Human Ethics Application Training Manual for Researchers How to Create an Online Human Ethics Application What is in this document This manual is intended to provide general tips on using functionality specific to QUEST online

More information

Table of Contents Brainshark. All rights reserved.

Table of Contents Brainshark. All rights reserved. Table of Contents Administrator Reference Guide... 2 Introduction... 2 Topics... 2 Folders... 3 Manage Folders... 3 Edit Folder... 3 Edit Folder Properties... 3 Assign Folder Permissions (Viewer, Author,

More information

Formatting the Team Roster

Formatting the Team Roster Formatting the Team Roster The Team Roster Display The Team Roster displays the names and e-mail addresses of all members of the Team. Using a Data Merge Report, administrators can redesign the roster

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

Electronic Committees (ecommittees) Frequently Asked Questions v1.0

Electronic Committees (ecommittees) Frequently Asked Questions v1.0 3 Electronic Committees (ecommittees) Frequently Asked Questions v1.0 SABS 2012-12-06 Table of Contents 1 Contents 1 Login and access... 3 1.1 How to access the ecommittee workspace... 3 1.1.1 Via the

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

USER GUIDE PowerGrid CRM 2013/2015

USER GUIDE PowerGrid CRM 2013/2015 USER GUIDE PowerGrid CRM 2013/2015 Contents Configuring PowerGrid Activity Setup Security Roles Navigating to PowerGrid Grid Entity View Search Bar Reading Pane In-line Edit Action Toolbar Opening a Record

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised March 2016 2 Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Configure Sync for Additional Webinar Data... 6 How to Setup the Sync for Additional Webinar

More information

Outlook 2007 Web Access User Guide

Outlook 2007 Web Access User Guide Outlook 2007 Web Access User Guide Table of Contents Page i TABLE OF CONTENTS OUTLOOK 2007 MAIL... 1 Launch Outlook Web Access... 1 Screen Elements... 2 Inbox... 3 Read Mail... 3 Delete a Message... 3

More information

Investigator Site OC RDC PDF User Guide

Investigator Site OC RDC PDF User Guide Investigator Site OC RDC PDF User Guide Version 1.0 Page 1 of 40 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 4 Change Password 4 Laptop and System Security 5 Change Study 5 Navigating

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

Chronodat Help Desk (Lite)

Chronodat Help Desk (Lite) Chronodat Help Desk (Lite) (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 10-03-2018 1

More information

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca The web address to your blog starts with blogs.sd41.bc.ca/lastnamefirstinitial (eg. John Smith s blog is blogs.sd41.bc.ca/smithj) All work is done in

More information

Ge#ng Started Guide New Users and Starter Edi/on

Ge#ng Started Guide New Users and Starter Edi/on Ge#ng Started Guide New Users and Starter Edi/on Goal Thank you for taking the time to use Viewpath as your project management solution. Our goal in providing this guide is to help streamline the process

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Angus AnyWhere. Tenant Service Request User Guide J U L Y

Angus AnyWhere. Tenant Service Request User Guide J U L Y Angus AnyWhere Tenant Service Request User Guide J U L Y 2 0 1 7 L o g i n t o A n g u s A n y W h e r e a t : w w w. n g 1. A n g u s A n y W h e r e. c o m Angus Systems Client Support All web interfaces

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

Standard System Documentation

Standard System Documentation Standard System Documentation SD-6Dec2017 CONTENTS 1. Standard Knowledgebase Guide.......................................... 4 1.1 Overview.......................................................... 5 1.2

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.2 March 28, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

WAM!NET Submission Icons. Help Guide. March 2015

WAM!NET Submission Icons. Help Guide. March 2015 WAM!NET Submission Icons Help Guide March 2015 Document Contents 1 Introduction...2 1.1 Submission Option Resource...2 1.2 Submission Icon Type...3 1.2.1 Authenticated Submission Icons...3 1.2.2 Anonymous

More information

HGC SUPERHUB HOSTED EXCHANGE

HGC SUPERHUB HOSTED EXCHANGE HGC SUPERHUB HOSTED EXCHANGE EMAIL OUTLOOK WEB APP (OWA) 2010 USER GUIDE V2013.6 HGC Superhub Hosted Email OWA User Guide @ 2014 HGC. All right reserved. Table of Contents 1. Get Started... 4 1.1 Log into

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

Trusted Advisor User Guide. inty CASCADE v 2.9.0

Trusted Advisor User Guide. inty CASCADE v 2.9.0 Trusted Advisor User Guide inty CASCADE v 2.9.0 Table of Contents 1. Overview... 2 2. Logging in to inty CASCADE... 2 2.1 Forgotten Password... 4 2.2 Password Complexity... 5 3. Home Page... 7 4. Navigation...

More information

Wikispaces in Education A Comprehensive Tutorial

Wikispaces in Education A Comprehensive Tutorial Wikispaces in Education A Comprehensive Tutorial JENNIFER CARRIER DORMAN H T T P : / / J D O R M A N. W I K I S P A C E S. C O M / H T T P : / / C L I O T E C H. B L O G S P O T. C O M / Why use wikis?

More information

release notes effective version 10.3 ( )

release notes effective version 10.3 ( ) Introduction We are pleased to announce that Issuetrak 10.3 is available today! 10.3 focuses on improved security, introducing a new methodology for storing passwords. This document provides a brief outline

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Fall 2009 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this guide, please

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

GroupWise WebAccess 2012 Introduction. 7/23/2013 Archdiocese of Chicago Mike Riley

GroupWise WebAccess 2012 Introduction. 7/23/2013 Archdiocese of Chicago Mike Riley GroupWise WebAccess 2012 Introduction 7/23/2013 Archdiocese of Chicago Mike Riley 1 CONTENTS Logging In... 1 Portal... 1 Password Self-Service... 3 Login Help... 4 GWWA Main Window... 4 Mailbox... 5 Mailbox

More information

EMPLOYER USER GUIDE PLEASE NOTE

EMPLOYER USER GUIDE PLEASE NOTE EMPLOYER USER GUIDE Getting Started... Error! Bookmark not defined. Request Log-In Permission... 3 Log In... 4 My Control Panel... 5 Post a New Job... Error! Bookmark not defined. Review Employee Applications...

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information