Unit 10: Advanced Actions

Size: px
Start display at page:

Download "Unit 10: Advanced Actions"

Transcription

1 Unit 10: Advanced Actions

2 Questions Covered What other action types are available? How can we communicate with users without sending an ? How can we clone a record, mapping just the fields we want? How do we automatically generate records related to other records, for instance tasks needed for a certain project type, or for a type of service in the Service Request table? Can we generate standard documents based on the information in a record, and attach them to file fields? Is there a way for us to regularly clean-up and remove old, irrelevant records? 2

3 Available Action Types If-Then-Else /SMS Update Fields Validate Data Conversion Import Export Delete Browser Pop-up Sync Script WMI Linked Record Print Payment Document Comparison OCR Merge PDF Document Convert Document Format Bomgar Support Session Key DocuSign Envelope These are all the action types available in Agiloft. We will only cover the most commonly used actions in this unit. 3

4 Advanced Actions Unit Overview In this unit, we will be learning about the following action types: Data Conversion * Import Export Delete * Browser Pop-up * Sync Script WMI Linked Record * Attached File As a part of this unit s handson exercises, we will practice creating the actions listed with a red asterisk* 4

5 Additional Potential Actions There are some other actions that only appear if certain features are enabled. We will not be covering these actions in this unit - they will be discussed in later units related to those features. Create DocuSign Envelope defines the characteristics of a DocuSign envelope and its recipients and creates the envelope when it is run. It is visible only if DocuSign is deployed (from Setup > System > Deploy DocuSign Extension). Payment available if Payment Processing is configured - used to initiate a payment transaction. Document Comparison available only if Agiloft is installed on a system configured with the necessary packages (Windows, MS Word 2007+, and others described in the installation guide). This action takes two file fields as inputs and outputs a file to a 3rd field with Word redlining showing the differences between the two files. 5

6 Data Conversion Actions Data conversion is one of the most powerful features of Agiloft. We use it to accomplish some of our most impressive automation. Data Conversion actions take data from one record and map that data to: Create one or more new records. Update one or more existing records. Data Conversion actions can create/update records in the same table or in another table. They can run in the background (silently or with a confirmation screen), or can bring up the new record for the user to edit/complete prior to saving. 6

7 Data Conversion Actions (continued) Examples: In a change request, create a record in the Time Entries table that maps the time spent and work description fields from the change request. Convert some task templates selected in a project into new task records that are linked to the project. In a contract, click an action button to create a renewal contract record and bring up the new contract form to fill out additional fields. A single record can be converted into new records in multiple other tables. For instance, a sales order might be converted to create new records in the Company, Contract, Consulting Project, External User, and PO tables, and those records can be linked to each other automatically. It is not possible to bring up multiple new records on the screen for completion, but it is possible to add information to each before creation by using the conversion dialogue. 7

8 Where is Conversion Configured The saved table/field mappings for conversion are stored in the Table wizard. The Conversion tab shows all the conversion mappings that have been configured from that table to any other table. For instance, here companies have been configured to create records in the Project and KB tables: 8

9 Where is Conversion Configured (continued) The conversion mappings can also be created, edited, and displayed within the Data Conversion action wizard, on the Conversion tab: So if you need to create a Conversion action and haven t yet created the mappings, you can do it as part of creating the action. 9

10 How is Conversion Run? Like other action types, Conversion actions: Can be run in the background by a rule. Can be triggered by an action button. In addition, they can be run manually by a user selecting a record in the table view and clicking the Convert menu button on the action bar above the table. This brings up a special Conversion Dialogue that then completes the conversion. 10

11 Special Permissions for Conversion The ability to run conversion interactively is controlled by two special group permission options. These are found on the Record Permissions tab of the Table Permissions wizard near the bottom right (under the view permissions): Show conversion button on menu action bar controls whether the Convert button shown on the previous slide (on the action bar) is visible to this group or not. Allow interaction with conversion rules defines whether a conversion action that is supposed to bring up the new record screen will actually do that. If the permission is not granted, the action will just run in the background and create the record without showing it to the user. 11

12 Setting Up Conversion Mapping Table Tab The Conversion Mapping wizard is launched from either the Table wizard or the Data Conversion action s Conversion tab, when a user clicks the New menu or the Edit icon next to an existing mapping. The wizard contains three tabs: On the Table tab, select the table the data will be copied into and define the Creation Order. Creation Order is used when multiple conversions are run from a single action. 12

13 Setting Up Conversion Mapping Field Mapping Tab The Field Mapping tab brings up all the fields in the current table on the left and brings up drop-down lists on the right showing the valid fields to which they could be mapped in the target table. The available target fields depend on the data type of the source table fields choice fields can only be mapped into choice or multi-choice fields, date fields into date fields, append only fields into append only fields, and so on. Conversion mapping can be a bit tricky. When mapping fields from one linked set to another linked set, if the target set is a strict link (it does not allow non-source values), it is always best to map only a single unique field, such as ID, and let the other fields auto-populate from the link. It is useful to have the Convert button on the action bar so that you can test your conversion mapping by running it manually. If there are any errors in field mapping, this will usually result in a clear error message. 13

14 Setting Up Conversion Mapping Field Mapping Tab 2 The Field Mapping tab also defines which field(s), if any, should be used to identify matching records. There is a checkbox next to each field, and you can select multiple checkboxes to identify a match. For instance you might be mapping to create a new company and want to include both the Company Name and the City to be sure you have a real match. If a matching record is found, it will generally be updated based on the field mappings, instead of a new record being created. By turning on matching, conversion can be used to update existing records with new data as well as to create new records. 14

15 Setting Up Conversion Mapping Options Tab The Options tab contains some important options: Allow user to reject creation only applies when using the Convert button. The button uses all conversion mappings available for the table by default. This option shows the user a checkbox for each target table, allowing her to choose not to run some of the mappings. Create record required for linked relationship if a matching record does not already exist does as it says. For instance, when creating a new person record, if the Company Name field is part of a strict linked set to the Company table, but the company does not yet exist, Agiloft will create a new company record and link the person to that company. This is useful for circular relationships: suppose you are converting to create first a company and then a person. The company record has a link to the Main Contact and the person has a link to the Company Name and both are strict links. With this option selected, as the Company is created, a shell person record is created for the company s Main Contact, but then when the person is created, the system is smart enough to realize it is the same person, so it updates that person record with the rest of the mapped fields instead of creating another person. 15

16 Setting Up Conversion Mapping Options Tab 2 Allow editing of these fields applies only when the Convert button is used. It brings up the selected fields for editing in the Conversion Dialogue before creating the new records. Only allow records to be converted if they meet saved search prevents conversion of records that should not be converted (for instance to prevent the same record from being converted multiple times). Create one record for each value in this field is particularly useful for handling attached files. It can also be used for a multi-choice field to create one record per choice in the target table. Example: An inbound is received for a contract with 3 attached files. A Conversion rule runs to create a separate document record for each attached file. Usually when storing attachments in a table we limit the attached file field to hold only one attached file. This option allows conversion from a record that might have more than one file in the mapped file field. 16

17 Practice Conversion Permissions Before we practice, we must enable a permission setting for the admin group. We will cover group permissions in more detail in Unit 14, but in order to completely cover data conversion, we must make a change. Navigate to Setup > Access > Manage Groups. Locate the admin group and click the Edit icon. On the Tables tab, edit the Task table. On the Record Permissions tab, scroll down to the bottom of the screen. Make sure the options shown to the right are selected. Click Finish to save your settings. 17

18 Tabs of the Data Conversion Action Wizard General: Define the Action Name and Action Description Conversion: Create and/or select the conversion mapping to use. Options: Select how the conversion should run: Silently, with no confirmation used for background conversion performed by rules. Interactively, showing the conversion dialogue and results used primarily when converting to multiple new records to allow edits of certain fields for each record (this is similar to clicking the Convert button). Interactively, showing the new record usually used when triggered by an action button to bring up the new record for completion. Automatically, but showing the confirmation screen used mainly for action buttons that convert in the background but report the results. 18

19 Let s Create a Data Conversion Action We will be creating a Data Conversion action which will create a time entry record from time values entered into a task record. The time entries will then be displayed and totaled within the task record. We will run this Data Conversion action with an action button that will run two actions. Data Conversion action: Create Time Entry. Update Fields action: Blank Time Entry Fields. Before we can move forward, however, we need to add some fields to our system so that they can be used by our actions. Because you should already know how to create most data types, we will no longer walk you through the process step by step. Instead, we will provide a concise description of the field requirements. As always, if you get stuck, please refer to your Sample KB. 19

20 Specifying New Fields When new fields must be created, we will use a table like the one below. These fields should look familiar if you completed Unit 3: Local Fields. The Data Type column identifies the data type and certain attributes of the field, while the Comments column provides any additional details needed to complete the field. For example, Task Description is a Text field, with a maximum of 10,000 characters, and an input box 115 characters wide and 5 rows tall. On the next two slides you will find field requirements for the Task and Time Entries tables. Once those fields have been added, we can create our action button. 20

21 Practice Time Entries Table Fields and Rule Updates Field Label Data Type Comments Task Assigned Person, Task ID, Task Summary Link to selected fields 1. Table: Tasks 2. Fields: Assigned Person, ID, Task Summary 3. Visible only if related to = Task Navigate to the Table wizard for the Time Entries table. Navigate to the Action tab. We will be adding a clause to the existing If-Then-Else action titled I: Set Related to based on content to cover scenarios where the Related to equals Task. The purpose of this action is to set the Related to field to the right value when records are created in the background via conversion from other tables. That field controls which linked record s fields are visible on the layout for a given Time Entry. Edit the If-Then-Else action and on the Details tab of the action wizard, insert an ElseIf that applies the condition if the Task ID field is not empty and runs a new Update Fields action called Set Related to Task (this sets the Related to field to the value: Task). Click Finish. 21

22 Practice Tasks Table New Fields Now we are going to add some fields to the Tasks table. Navigate to the Table wizard and add the fields shown below: Field Label Data Type Comments Time Spent Elapsed time No default value, Show time units as Multiple time units, show Hours and minutes boxes and choose display of input box for each time unit. Time Description Text 1000 maximum, Time Entries Total Time Spent 95 x 2rows Related Table: Time Entries Calculation on multiple linked records: Time Entries Use the View in other tables view and the Related Table action bar and left justify the field. Sum of the Hours Spent field (not Time Spent). Round to 3 digits, and do not pad with zeros for the display, Now add these fields to the layout add a new tab called Time to the right of Task Details, and put the fields on that tab. Preview your layout to see how it looks. Navigate back to the Fields tab. 22

23 Practice Creating a Conversion Action From the Fields tab, create a new action button called Add Time. The requirements are listed below. Click Add Action to navigate to the Actions wizard. Click Create Data Conversion Action. On the General tab, name the action Create Time Entry. On the Conversion tab, we see that there are no conversions set up yet on our Tasks table. Click New. 23

24 Practice Data Conversion Wizard On the Table tab, select the Time Entries table from the table tree. On the Field Mapping tab, you see all of the available Task fields on the left and drop-downs for the fields they can be mapped into on the right. Note that not all fields are available in the dropdowns. Each data type can only be mapped into fields of certain other data types. Map ID to Task ID, Time Description to Work Description, and Time Spent to Time Spent. Time Entries set the Done By to the Creator and the Done On to the current date by default, so we don t need to map those fields. We do not want to update any existing Time Entries, so leave all Match checkboxes unchecked. On the Options tab, leave all of the defaults, and click Finish. 24

25 Practice Data Conversion Wizard (continued) This will return you to the Conversion tab of the previous wizard. Note that the conversion you just set up is now listed in the table. In order to make this conversion run as a part of this action, you must select the check box to the left. Forgetting to check the box is a common mistake! Note that it is possible to select multiple conversions to run as part of a single Data Conversion action. Click Next to navigate to the Options tab. Select the option to convert silently with no confirmation. Click Finish to return to the Actions screen. We have one more action to add to this button. 25

26 Practice Create an Update Fields Action Click Create Update Fields Action and on the General tab name your action: Blank Time Entry Fields. On the Fields tab select Time Description and Time Spent as the fields to modify. On the Values tab, leave both fields blank and treat both as standard text. This will blank out the time entry fields after they have been converted so that the task record is ready for the next time a user would like to add time. Click Finish to return to the Actions screen. Select both actions we just created and click Finish to return to the Action Button wizard. Check the order the actions appear in the Execute Actions box. By default, the actions will be in the same order here as they were in the Actions screen. Remember that order matters. It is important that the Conversion action takes place before the Update Fields action, otherwise we would be converting blank fields. Complete your action button (Do nothing after running actions) and add it to the layout. 26

27 Practice Test Your Action Button Navigate to the Tasks table and Edit a task record. Navigate to the Time tab that you added to the layout and enter values for both the Time Spent and Time Description. Click your Add Time button. When the screen refreshes, you should see the new time entry in the table below, the time entry fields should be empty, and the total time should be updated. 27

28 Practice More Conversion Options As you saw in the Data Conversion action, there are more options for how a conversion can run. Let s look at an example from the Leads table to see how the Convert button works. Find and click on the Leads table in the left pane and click New to create a lead. Fill out all of the information on the Contact Information tab and Save your lead record. Be sure to use an address that has not been used already. Do not use the lookups in order to choose the Company, State, or Country; we want to enter a Company Name that does not already exist in the system. When you are returned to the Leads table view, check the box to the left of the lead you created. Hover over Actions in the action bar, and select Convert. The Leads table has conversion mappings to create/update a person, location, company, and opportunity record. Let s look at how the conversion dialogue works. 28

29 Practice More Conversion Options (continued) The first thing you will notice is that we are presented with a dialogue box. This is what we refer to as the Conversion Dialogue. This is the same screen you would see if you ran a Data Conversion action with the option: Interactively, showing user the conversion dialogue and the results. Because of the options selected in these conversion mappings, we have the opportunity to: Decide to not convert the lead record into a person, location, company, or opportunity record. Edit fields from the lead prior to the new records being created. Edit a few of the fields. Note that you are required to fill out the Opportunity Name field, even though this was not a required field in the lead record. This is because it was made editable in this dialogue, and it is required in the opportunity record. Click Convert to complete the Conversion action. A confirmation screen will appear. 29

30 Practice Conversion Confirmation Screen If all went well, you can see that even though the conversion to a person is first in the creation order, a company record was created first. This is because the company you entered in the lead record did not already exist in the Company table, and the Company Name field in the person record is a strict link. The conversion mapping was set to Create record required for field relationship if a matching record does not already exist. When the conversion got to the Company table, it updated the record it previously created. 30

31 Practice Further Conversion Practice If you want to explore the other conversion options, change the Data Conversion action you created for the Add Time button to use a different option and see the different result. For instance if you choose the option run: Interactively, showing user the new record page, it will bring up a new time entry record to be filled out. See the impact this has on the next action run by the action button and on the refresh of the task record after the time entry is created. Does the total time get updated? To cause an error in the conversion dialogue, go back to edit your lead and use an address you have already used for another user. Since the field requires a unique value, that will cause the conversion to a person to fail, which will roll back the entire conversion. 31

32 Import Actions Import actions are used for automating imports/updates from another system. For instance, a company may hold vendor company information or its employee information in a separate database and want to keep that database in sync with Agiloft user records. If real-time sync is not needed, a nightly export of changed data can be automatically imported into Agiloft using an import action to update/create the relevant records in Agiloft. They are typically run by a Time-based rule that runs after hours. The Condition tab of the rule uses the option: In the Import action wizard, the file name and location are defined and a sample file is mapped to fields in Agiloft. Subsequent imports then run at the specified time and frequency. We will be covering Data Import and the Import action in an upcoming unit. 32

33 Export Actions Export actions run in the opposite direction from Import actions. They are also typically run in a Time-based rule. In an Export action, a table, fields, data format and file location are defined, and the export is run at the frequency and time defined in the rule settings. The export file can include attached files for the records that are exported. Allowable file types include Excel 2003/2007/2010, ASCII, XML, and JSON. If attached files are included, a zip file is created. We will be covering data exports in more detail in an upcoming unit. 33

34 Delete Actions Delete actions are used to automatically delete table records or history entries. They can be run by a Time-based or Event-specific rule. They are particularly useful for deleting excess history records that might be created by other Time-based rules or records that are very old. Examples: Every month, delete records older than three years and not published. Automatically delete records that have been marked as spam by staff members, without actually giving staff users permission to delete the records themselves. Automatically delete the history records generated by a particular time-based rule that are older than one week (for instance a rule that updates a count every hour). 34

35 Delete Action Wizard The Delete action wizard has only a single tab. Here, we define the Name and Description of our action, and decide whether to delete the record itself or to delete history entries within records. If the action is defined to delete the history records, we are given additional options, as seen in the screenshot to the right. 35

36 Practice Let s Create a Delete Action Navigate to the Support Cases table, and click the ID link of the oldest support case record. Click on the History tab. See that there are entries on the first of each month, since the creation of this record, which were created by a monthly Time-based rule. While keeping recent entries is useful to verify that the rule is working, keeping the entire history of the monthly updates just clutters up the history record and makes it harder to find meaningful entries. Let s create a rule to delete all history entries created by the monthly Time-based rule, for support cases older than three months. 36

37 Practice Let s Create a Delete Action (continued) Click on Setup Support Cases in the left pane, navigate to the Rules tab, and create a new rule titled TB: Monthly - Delete History Entries Created by TB: Demo Data Update. On the Rule Type tab, select the option to apply this rule at selected intervals. On the Condition tab, create a new saved search that will find only Support Cases whose Date Created is more than three months old (no point running the deletion on newer cases). Be sure to select the new search. On the Schedule tab, select the option to apply the rule Monthly on the 7th day of the month at 1 AM. This will give us seven days to confirm that the monthly rule ran before the history entry is deleted. On the Action tab, click Create Delete Action. 37

38 Practice Let s Create a Delete Action (continued) Name your Action Delete TB: Demo Data Update History. Give your action a description. Select the option to Delete history entries. Select the checkbox next to All history entries created by rule: and select the rule titled TB: Demo Data Update. All other checkboxes should be de-selected. Click Finish to save your action and click Finish again to save your rule. When returned to the Rules tab, edit the rule you just created, and on the General tab, click Run the rule now. Navigate back to the Support Cases table and view the oldest record (the same record that you view before), then navigate to the History tab to see the difference. If you don t see a difference, check the Date Created field remember we are only updating those more than three months old. 38

39 Browser Pop-up Actions Browser Pop-up actions trigger a popup window in a logged in user s browser that provides a custom message. The pop-up appears to all users specified in the action as long as they are logged in to the system. Pop-ups generated by the action can be displayed to a set of hard-coded users or to users held in a user linked field in the record, such as Assigned Person, the team in the Assigned Team field, the person who did the action that resulted in the pop-up, etc. Pop-ups can be run from a Time-based or Event-specific rule or an action button. 39

40 The Browser Pop-up Action Wizard The Browser Pop-up action wizard has only a single tab. Here, we define the Name and Description of the action. We define the recipients of the Browser Pop-up, the text, and any variables for the pop-up. The message can be HTML or Plain Text and can be populated with values of the record via the Formula Help button. 40

41 Practice Let s Create a Browser Pop-up Action Let s add a browser pop-up for the Assigned Team members when a task is created that is not assigned to a person. Click on Setup Tasks in the left pane and navigate to the Rules tab. Click on the Comments heading to sort the rules, then edit the rule titled Create: All Create Actions. We re going to add the new action to the If-Then-Else action that we already created. Navigate to the Action tab, select the I: All create actions in the right hand box and click the Edit button below to bring the action up for editing. Click on the Details tab. 41

42 Practice Let s Create a Browser Pop-up Action (continued) Select the action Assigned Team of New Task and click the Add Action button. Click Create Browser Pop-up Action. Name your action New Task Created Pop-up and give the action a description. Under recipients, select Only these people: then check the box next to Team (not Teams) and select the Assigned Team. Use the Formula Help to insert the variables to create a message reading something like this: A $task_type task titled $task_summary has been created by $_1880_full_name (created by) and has been assigned to the $assigned_team Click Finish to save your action, and Finish again to add it to the If-Then screen move it up if needed, then save the action and the rule. Test the action by creating a new task assigned to one of your teams. 42

43 Sync Actions Sync actions identify a sync rule to be run. The sync rule itself must be set up in the Setup > Sync screen first. Syncing is enabled for Asset Discovery, QuickBooks, Exchange, MS Excel, and various other systems and third-party system adapters. We will not be looking at Sync actions since there are no out-ofthe-box sync rules set up. 43

44 Script Actions Script actions can be executed under any set of conditions. The action simply defines the file name and location of a script; the condition under which the script will be run is defined by the rule s search criteria or by an Action Button being pressed. As an example, a Script action runs on creation of the Training Signup record used to sign a new person up for our training. The script goes out and copies two master KBs to create the Training KBs for the trainee, populates their passwords and login information, and then comes back and updates the KB record and Training Signup record with the information needed for a trainee to login. In order for a script action to function, the script must be uploaded to: Linux: /usr/local/agiloft/data/[kb]/scripts Windows: /agiloft/scripts The name of the Script action must match the name of the script file. Script actions are not often needed, as most actions can be accomplished with Agiloft s default action types. 44

45 WMI Actions WMI actions provide a method for polling and pulling configuration information using the Microsoft WMI protocol from Windows-based machines on a network. The action defines the domain controller, machines to be included in the polling, and where to save the data. WMI fields can be added to a user record, and when that user logs in, his machine information can be updated automatically. Or they can be added to an asset record and the polling can be run in a timed rule. 45

46 Linked Record actions Linked Record actions are used primarily to push a value from a record in one table into another record or records that are linked to the current record through some linked relationship. They can also push a value from that record into an to be sent from a linked record one or more tables downstream. We use this action type when converting from multiple templates to create tasks or approvals. For example: In the Helpdesk Cases table, we have a link to multiple task templates. When a new case is saved, if any task templates are selected, a Linked Record action is run to push the new case ID into a field called Latest Helpdesk Case ID in the selected task templates. A rule on the Task Template table, triggered by any change to the Latest Helpdesk Case ID field, runs a Conversion action to create a task from each template and maps the Latest Helpdesk Case ID into the tasks so they will be linked back to the correct helpdesk case. 46

47 Update Fields vs. Linked Record actions Both Update Field actions and Linked Record actions can Update Fields anywhere within a chain of records linked to the current record. There are some differences though: An Update Fields action can: Set one or more fields to either a fixed value or a variable native to the record being updated. A Linked Record action can: Set a field by copying the field value from the current (Parent) record. Run an If-Then-Else action to add other conditions before updating just a subset of the found records. Run an action from the other table to addresses held in that table that includes field values from the parent table. Update Fields actions are easier to configure, so we only use a Linked Record action when we need it. 47

48 Example Update Fields Action While your Training KB is not set up this way, suppose we want to set all support cases for a company to a Status of Cancelled if we set the Company s Status to Inactive. In the Company table, we could use an Update Fields action: When we select the Support Cases Related Table, this will bring up the fields for support cases and we can set the Status to Cancelled. We could also update the Date Closed field to Now() in the same action. 48

49 Using a Chain of Relationships While your Training KB is not set up this way, suppose we have time entries for billing customers in the Support Cases table and we want to update all time entries for the support cases we just canceled to a Status of Written Off. We could trigger such an update from the support case when it is canceled, but we can also just update those entries from the Company table at the same time as we update the support cases, using another Update Fields action. Each time you select a linked relationship in the Update Field screen, it brings up a new dropdown of linked relationships, so you can work your way down through those links to the target table you want. After selecting Support Cases in the drop-down, you will then see Time Entries as an option, and selecting it results in the following: The fields on the screen will now be those for the Time Entry table, and you can select to update the Status field to Written Off. 49

50 Selecting the Right Linked Relationship It can be a little bit tricky to select the right linked relationship for both an Update Fields and Linked Record action. In the Update Field wizard, the possible linked relationships are divided into two sections those in which the current record pulls in one or more records from another table, shown in the top half of the drop-down list, and those in which records in another table have a link to one or more records in this table, which are listed below the referring tables designation in the drop-down list: Related tables are in the bottom list. 50

51 Selecting the Right linked Relationship (continued) In the Linked Record action, the same fields are available, but they are divided into two separate drop-downs: The distinction is the same. In most cases, choosing a linked relationship from the top section will update a single linked record, while choosing a referring item such as a related table will update multiple records that have been linked to the current record. 51

52 Tabs of the Linked Record action Wizard General: Defines the name and description of our action. Chain: Define the chain of linked records used in order to arrive at the record(s) we wish to act upon. Actions: Defines the actions to be executed on the found records. This may include any action type but is generally limited to If-Then- Else, Update Fields, and actions. 52

53 Actions Tab in Detail On the Actions tab, we first select the table where we would like to perform our action(s), and then define the action(s). You will see the table(s) you selected in the preceding screen displayed as a hyperlink. When you have selected the table on which you would like to perform the action, the Add Action button will become available. Clicking that button will bring you to the Actions screen for the selected table. From that Actions screen, you can select a pre-existing action or create a new one. 53

54 Practice Let s Create a Linked Record action We will be creating a Linked Record action in the Tasks table that will update a field in the Projects table when a task related to the project is marked as Done. Before we can create this action, we must first add the following fields to the Projects table: Field Label Data Type Comments Last Completed Task ID, Last Completed Task Summary, Last Task Completion Date Link to selected fields 1. Table: Tasks 2. Fields: Date Completed, ID, Task Summary 3. Strict link 4. No default value 5. Not required 6. Filter to tasks whose Project ID matches the parent Project ID 7. Default Display When you have completed adding this linked set to the Projects table, add it to the project layout on the Tasks tab and save the layout. Then navigate back to Setup Tasks, and go to the Fields tab and edit the Mark as Completed action button you created earlier. When a Task is set to Done, we are going to push its Task ID into the Last completed Task ID field to update the linked set with the latest completed task. There are other ways to accomplish this, but this provides a simple example of a Linked Record action. 54

55 Practice Creating a Linked Record action Note the name of your action, and click on Add Action in the field wizard. Find the action in the Actions screen, select it and click the Edit button. Add a new If below the others with the condition: Related to equals Project. Click Add Action and select Create Linked Record action. On the General tab, name your action Set Project Last Completed Task ID and give the action a description. On the Chain tab, in the top drop-down, select Project ID links to Project. When there are several fields in the linked set, always try to choose one with a unique value in the target table. 55

56 Practice Creating a Linked Record action (continued) On the Actions tab, click on the Project hyperlink, and then click the Add Action button. From here we will be creating an Update Fields action. Name the new action Set Last Completed Task ID. On the Fields tab, select the Last Completed Task ID field, as this is the field we will be updating. When updating a strict linked set via an action, it is cleanest to just choose one unique field. That will populate the remainder of the linked set. On the Values tab, select the option to Treat the above as a formula and click Formula Help. In the resulting window, navigate to the Parent Fields tab, select $task.id and save. The result will be to populate the Last Completed Task ID field in the Project record with the value in the ID field of the Task record the project is related to. 56

57 Practice Creating a Linked Record action (continued) Completing the Update Fields action will return you to the Project Actions screen. Ensure that the action is selected, and click Finish. Doing so will return you to the Linked Record action wizard. Ensure that the Update Fields action is listed, and click Finish to complete the Linked Record action. This will return you to the Actions screen for the If-Then-Else action. Ensure that the new action is selected, and click Finish to be returned to the Details tab. Note that the action has been added to the new clause, and click Finish to save the If-Then-Else action. This will return you to the action button, which you can cancel out of. 57

58 Test the Action Button Once you have completed the action, test it. In a task that is related to a project, use the Mark as Completed action button to mark it as Done (pick a task that was not already done). Then check the linked project to see if it was updated by the action you just created. If you did everything correctly, it should now have the Last Completed Task ID and the other fields in the linked set populated with a link to the task you just updated. 58

59 Attached File Actions Attached File actions create custom-built Word or PDF attachments by using templates that hold a combination of field variables and hard-coded/fixed text. Examples: Generate a contract document from a stored, approved template with all the necessary legal language. Generate a weekly status report for a project based on the latest updates, milestones, due dates, and so on. Generate a purchase order document showing all the line items and amounts to be sent to a vendor. The action wizard defines the print template to use, the naming convention for the generated file, and the attached file field in which to store it. We will revisit this action type in detail in the upcoming unit on print templates. 59

60 Advanced Actions Unit Summary and Conclusion In this unit we learned about most of the more advanced Action Types. We practiced creating Data Conversion, Delete, Browser Pop-up, and Linked Record actions. We learned how to add fields based on concise field specifications. 60

Unit 8: Working with Actions

Unit 8: Working with Actions Unit 8: Working with Actions 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 email notifications? How

More information

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 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

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

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

Unit 6: Groups, Teams, and Managing Users

Unit 6: Groups, Teams, and Managing Users Unit 6: Groups, Teams, and Managing Users >*-*ÿ qrc Company O U O «h-r '.4 OL-O, 1 Questions Covered What is the difference between a group and a team? How are groups and teams created and managed? What

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

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 1 Overview of Vendor Portal Setup Basware P2P s vendor portal allows vendors to retrieve easily

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

ClientNet Admin Guide. Boundary Defense for

ClientNet Admin Guide. Boundary Defense for ClientNet Admin Guide Boundary Defense for Email DOCUMENT REVISION DATE: Feb 2012 ClientNet Admin Guide / Table of Contents Page 2 of 36 Table of Contents OVERVIEW... 3 1 INTRODUCTION... 3 1.1. AUDIENCE

More information

Online Demo Scheduling Tool: User Guide

Online Demo Scheduling Tool: User Guide Unrestricted Internal Use - Carestream Health, 2013 1 Online Demo Scheduling Tool: User Guide This document provides step by step instructions on how to successful use the Online Demo Scheduling tool for

More information

A set of objects, such as tables, rules, color schemes, fields and teams, that is packaged together into a file for transfer to another KB.

A set of objects, such as tables, rules, color schemes, fields and teams, that is packaged together into a file for transfer to another KB. Entity Set Sync Entity Set Sync allows you to transfer a structural portion of your system from one knowledgebase to another. It differs from External System Sync, which is used to keep Agiloft and external

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

How to create and send a new . NOTE: See different guide for repurposing an existing

How to create and send a new  . NOTE: See different guide for repurposing an existing How to create and send a new email NOTE: See different guide for repurposing an existing email 1 Log into marketo at https://rufsso.rutgers.edu/ 2 Remember You will need a NetID and password to log in

More information

Order Management Bookings - Getting Started Guide for Manufacturers

Order Management Bookings - Getting Started Guide for Manufacturers Order Management Bookings - Getting Started Guide for Manufacturers Table Of Contents Order Management Bookings Getting Started Guide... 3 Purpose of this Document... 3 What is Order Management Bookings?...

More information

Administrator Manual

Administrator Manual Administrator Manual CURA Technical Support Email: cura_support@mindscope.com Phone: 1.888.322.2362 x 55 Administrator Manual Page 1 Table of Contents The Setup Module... 3 Skills... 3 Adding or Modifying

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

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

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

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services.

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services. TM Acuity 504 User Guide Administrators 504 Coordinators Teachers MSB Customer Care 800.810.4220 support@ Copyright 2014 MSB All rights reserved 1 Copyright MSB 2014 Table of Contents MSB Mission Statement...

More information

VUEWorks Report Generation Training Packet

VUEWorks Report Generation Training Packet VUEWorks Report Generation Training Packet Thursday, June 21, 2018 Copyright 2017 VUEWorks, LLC. All rights reserved. Page 1 of 53 Table of Contents VUEWorks Reporting Course Description... 3 Generating

More information

User Guide. Version

User Guide. Version User Guide Version 0.19 2-11-2008 StormPro Max User Guide Page 1 of 69 5/10/2008 Table of Contents 1. Overview... 4 1.1 Definition of StormPro Max Terms... 4 2. Accessing StormPro Max... 5 3. Navigating

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD General User Guide Last Updated: October 2015 FHA EAD General User Guide Page 2 of 87 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 6 WHAT IS THE ELECTRONIC

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

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

Getting Started Guide for HR Admins

Getting Started Guide for HR Admins Getting Started Guide for HR Admins Table of Contents: Table of Contents:... 2 What is included in the Getting Started Guide for HR Admins?... 4 Getting Started with SimplyMerit... 4 What is SimplyMerit?

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

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

Propel PRO User Guide

Propel PRO User Guide Propel PRO User Guide Propel PRO Version 3.2.0a Page 1 Welcome to the latest version of Propel PRO which offers fast performance and easy navigation. Please refer to this user guide for common features

More information

Karen Simms Simms Consulting, Inc Old York Rd. White Hall, MD

Karen Simms Simms Consulting, Inc Old York Rd. White Hall, MD Karen Simms Simms Consulting, Inc. 19602 Old York Rd. White Hall, MD 21161 ksimms@karensimms.net 443.807.7255 1 What is a Power User? In my mind, and in discussions with agency staff prior to developing

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

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

[Type text] DLC Client Manager Welcome Manual

[Type text] DLC Client Manager Welcome Manual [Type text] DLC Client Manager Welcome Manual Table of Contents Getting Started Prepping Your Data in Expert... 3 Logging In... 4 Synching with Expert... 5 Getting Started with Client Manager... 6 Working

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

HeroBase Administrator Training Guide 101

HeroBase Administrator Training Guide 101 HeroBase Administrator Training Guide 101 Contents Introduction... 3 Preconditions... 3 What is a campaign?... 3 What is a Project?... 3 How does Campaign Templates relate to Campaigns?... 4 What is Lead

More information

1z0-412.oracle. ORACLE 1z Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials

1z0-412.oracle.   ORACLE 1z Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials 1z0-412.oracle Number: 1z0-412 Passing Score: 800 Time Limit: 120 min File Version: 5.0 ORACLE 1z0-412 Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials Version 5.0

More information

QBSalesData Version Release Notes

QBSalesData Version Release Notes QBSalesData Version 2.0.7.3 Release Notes Overview of Fixes and Enhancements included in this build: 1. New QB Create/Link Button Functionality (added in 2.0.7.2): The QB Create/Link button has been updated

More information

Moving You Forward A first look at the New FileBound 6.5.2

Moving You Forward A first look at the New FileBound 6.5.2 Moving You Forward A first look at the New FileBound 6.5.2 An overview of the new features that increase functionality and ease of use including: FileBound 6.5.2 Service Pack FileBound Capture 6.6 New

More information

QuickStart Training Guide: The Accounting Review Role

QuickStart Training Guide: The Accounting Review Role Accounting Review Role Final Approval of Expense Reports If you are an Accountant who is using ExpensAble Corporate to make final approval of employees expense reports, this information is for you. This

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

Supplier SAP SNC User Guide

Supplier SAP SNC User Guide Supplier SAP SNC User Guide Version 1.0 July 29, 2014 AGCO Corporation Page 1 1 Introduction AGCO has chosen SAP Supplier Network Collaboration (SNC) to improve visibility and capability in North America

More information

APPLICATION ADMINISTRATOR GUIDE

APPLICATION ADMINISTRATOR GUIDE APPLICATION ADMINISTRATOR GUIDE BrightSign Network Enterprise Edition Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

MANAGEMENT AND CONFIGURATION MANUAL

MANAGEMENT AND CONFIGURATION MANUAL MANAGEMENT AND CONFIGURATION MANUAL Table of Contents Overview... 3 SYSTEM REQUIREMENTS... 3 The Administration Console... 3 CHAT DASHBOARD... 4 COMPANY CONFIGS... 4 MANAGE LEARNING... 7 MANAGE TABS...

More information

Webview Help Guide. OnSite Telemetry System. Distributed by: Chart Inc th Street NW New Prague, MN USA (800)

Webview Help Guide. OnSite Telemetry System. Distributed by: Chart Inc th Street NW New Prague, MN USA (800) Webview Help Guide OnSite Telemetry System Distributed by: Chart Inc. 407 7th Street NW New Prague, MN 56071 USA (800) 400-4683 Part Number 21107927 Rev. A 2016 Chart Inc. Webview Help Guide - OnSite

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

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Learning Series. Volume 8: Service Design and Business Processes

Learning Series. Volume 8: Service Design and Business Processes Learning Series Volume 8: Service Design and Business Processes NOTICES ServicePRO Learning Series Edition November 2014 HelpSTAR and ServicePRO are registered trademarks of Help Desk Technology International

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

ETS Global E-Commerce Platform User Guide V2.1. Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3

ETS Global E-Commerce Platform User Guide V2.1. Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3 Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3 1.1. First Login - initialize your password... 3 1.2. Renewal of your password... 4 2. ACCOUNT MANAGEMENT... 6 2.1. B2B user creation / edition...

More information

Contact me for reprints of this presentation:

Contact me for reprints of this presentation: Contact me for reprints of this presentation: Karen Simms Simms Consulting, Inc. 19602 Old York Rd. White Hall, MD 21161 ksimms@karensimms.net 443.807.7255 1 What is a Power User? In my mind, and in discussions

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

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

Health Messenger User Guide

Health Messenger User Guide Health Messenger User Guide V 2.6 3/09/2018 USER GUIDE TABLE OF CONTENTS 1.0 GENERAL INFORMATION 1.1 System Overview 1.2 Support 1.3 Uploading Export Files 1.4 Minimum System Requirements 2.0 GETTING STARTED

More information

ILM Assessment Portal. Customer Guide

ILM Assessment Portal. Customer Guide ILM Assessment Portal Customer Guide 1 ILM Assessment Portal Customer Guide V1.1 This is a reference guide for the ILM Assessment Portal ( Portal ), ILM s online tool for Centre customers who use the ILM

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

AndroPay Admin Center Getting Started

AndroPay Admin Center Getting Started USER MANUAL AndroPay Admin Center Getting Started Introduction: The Customer Administration Center, or Admin Center, is your central site for all things AndroPay. Through the Admin Center, you can upload

More information

My Account 2.0 User Guide

My Account 2.0 User Guide My Account 2.0 User Guide Table of Contents Technical Overview... 3 Info Tab... 3 Users Tab... 3 Licenses Tab... 3 Access Management Tab... 4 Packages Tab... 4 Billing Tab... 4 Events Tab... 5 Technical

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0

i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 i-power DMS - Document Management System Last Revised: 8/25/17 Version: 1.0 EPL, Inc. 22 Inverness Parkway Suite 400 Birmingham, Alabama 35242 (205) 408-5300 / 1-800-243-4EPL (4375) www.eplinc.com Property

More information

Adobe Sign for MS Dynamics 365 CRM

Adobe Sign for MS Dynamics 365 CRM Adobe Sign for MS Dynamics 365 CRM User Guide v7 Last Updated: May 31, 2018 2018 Adobe Systems Incorporated. All rights reserved Contents Overview... 3 Gaining Access to Adobe Sign...4 Sending for Signature...

More information

Library Administrator Job Aid

Library Administrator Job Aid Library Administrator Job Aid Clauses A clause is a section of a contract document that can include contract terms and conditions that are stored, updated and used within a document. Clauses are entered

More information

Welcome to the Vale Vendor Portal Guide

Welcome to the Vale Vendor Portal Guide Welcome to the Vale Vendor Portal Guide 1. Introductory 1.1 How to access? 1.2 Presenting the Portal 2. Onboarding Process 3. Negotiate Module 4. Purchase Module 5. Payment Module 1. Introductory Main

More information

Guide to Blast

Guide to Blast Guide to Blast Email Table of Contents Introduction... 3 Setting Up Blast Email Preferences... 3 Using SendGrid... 4 Understanding the Blast Email Interface... 4 Home Tab... 6 Subject & Body Tab... 7 Attachments

More information

Desk Tracker User Guide

Desk Tracker User Guide Desk Tracker User Guide Compendium Library Services LLC PO Box 82 Bellvue, CO 80512 Phone: (970) 472-7979 Email: info@compendiumlib.com Web: www.compendiumlib.com Contents Terms. 2 Basic Use. 2 Reports.

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

GETTING STARTED Contents

GETTING STARTED Contents 2.5 Enterprise GETTING STARTED Contents Quick Start Guide... 2 Supporting Data... 3 Prompts... 3 Techniques... 4 Pragmatic Observations... 5 Locations... 6 School Levels... 6 Quick Notes... 6 Session Groups...

More information

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate:

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate: Dmitri Suite Getting Started Logging In and Logging Out Logging In Use the following steps to log in to the Dmitri application. Steps: 1. Log in to the Dmitri application through the following website

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

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

HTML REPORT VIEWER. Intellicus Enterprise Reporting and BI Platform. Intellicus Technologies

HTML REPORT VIEWER. Intellicus Enterprise Reporting and BI Platform. Intellicus Technologies HTML REPORT VIEWER Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com HTML Viewer i Copyright 2012 Intellicus Technologies This document and

More information

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012

DREAMFACTORY SOFTWARE INC. Snapshot User Guide. Product Usage and Best Practices Guide. By Sathyamoorthy Sridhar June 25, 2012 DREAMFACTORY SOFTWARE INC Snapshot User Guide Product Usage and Best Practices Guide By Sathyamoorthy Sridhar June 25, 2012 This document describes Snapshot s features and provides the reader with notes

More information

This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task.

This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task. For: s and Test Center Admins This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task. CONTENTS Roles and s 2 Detailed Steps 3 Creating

More information

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible.

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Our Mission: Increase Volunteerism in our Public Schools Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Improve Communication within the School Population related

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

ActivePay CARDHOLDER GUIDE

ActivePay CARDHOLDER GUIDE ActivePay CARDHOLDER GUIDE PNC - ACTIVEPAY CARDHOLDER TRAINING MANUAL TABLE OF CONTENTS Accessing the PNC ActivePay Web Application 2 Self Registration for Cardholders.. 3 Forgotten Username or Password

More information

My CLUB Navigation Tab

My CLUB Navigation Tab My CLUB Navigation Tab Navigation through the DaCdb is accomplished by clicking on tabs/links at the top of the database home page. About 90% of the club administrative tasks on the database can be accomplished

More information

ebilling Training g g For the Vendor

ebilling Training g g For the Vendor ebilling Training g g For the Vendor All Users Log In 1. Click Cc the LAUNCH APPLICATION buo button. 2. Enter your User ID and Password 3. Click the LOGIN button. 4. If you do not have a User ID please

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

System Administrator Guide

System Administrator Guide System Administrator Guide System Administrator 2 Contents Purpose... 4 Table Admin... 5 Configure System Tables... 6 Navigate System Tables... 7 Filters... 7 Sort Columns... 9 Display Controls... 9 Common

More information

WorkBook release note

WorkBook release note WorkBook version: 8.2.67 Release date: 01/10/2012 Author: René Præstholm rp@workbook.net General notice As new views, tab s and reports are not automatically added to each user due to access rights controls

More information

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced INTRODUCTION This guide will go over some of the more advanced topics involved with setting up your PinPoint database. Every topic discussed in this guide is completely optional none of the following is

More information

ProgressBook StudentInformation Introduction to Ad-Hoc Reporting

ProgressBook StudentInformation Introduction to Ad-Hoc Reporting ProgressBook StudentInformation Introduction to Ad-Hoc Reporting ProgressBook StudentInformation Introduction to Ad-Hoc Reporting Security Table of Contents 1 Security... 2 1.1 Security Role Examples...

More information

WebDocs 6.5. New Features and Functionality. An overview of the new features that increase functionality and ease of use including:

WebDocs 6.5. New Features and Functionality. An overview of the new features that increase functionality and ease of use including: WebDocs 6.5 New Features and Functionality An overview of the new features that increase functionality and ease of use including: Simplified Installation WebDocs Touch WebDocs Drive Office Automation Enhancements

More information

Training Guide. Fees and Invoicing. April 2011

Training Guide. Fees and Invoicing. April 2011 Training Guide Fees and Invoicing April 2011 *These accreditations belong to Avelo FS Limited **This accreditation belongs to Avelo FS Limited and Avelo Portal Limited Adviser Office Workbooks Designed

More information

USER MANUAL. Contents. Advanced Reporting Tool PRO for vtiger

USER MANUAL. Contents. Advanced Reporting Tool PRO for vtiger USER MANUAL Advanced Reporting Tool PRO for vtiger Contents Contents... 1 ADVANCED REPORTING TOOL FEATURE OVERVIEW... 2 PRE-DEFINED REPORT LIST AND FOLDERS... 3 REPORT AND CHART SETTINGS OVERVIEW... 5

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

User Manual. Interactive

User Manual. Interactive User Manual Interactive Instructions for: Report Nov 2016 Interactive User Manual for Report Overviews Purpose This document describes the Report module in DHL Interactive (DHLi). Scope of this Document

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

Broker ASSESS administrator s guide

Broker ASSESS administrator s guide Broker ASSESS administrator s guide This guide focuses on administrative tasks. Please consult the Broker ASSESS user s guide for a broad explanation of the following, which will not be covered within

More information

User Guide. RACER Date 09/29/17

User Guide. RACER Date 09/29/17 User Guide RACER Date 09/29/17 1 Table of Contents Table of Contents... 2 RACER... 4 Home Page...5 RACER Requester... 6 Basic Information...6 Location Information...7 Change Information...8 Review and

More information

CITO2 Installation & User Instructions

CITO2 Installation & User Instructions CITO2 Installation & User Instructions DD 56107 Stoneridge Electronics Ltd 1. Installation...4 1.1. System Requirements...4 1.2. Installing CITO2...4 1.3. Uninstalling CITO2...4 2. Starting and closing

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