Bridge. Advanced Configuration Guide. Version

Size: px
Start display at page:

Download "Bridge. Advanced Configuration Guide. Version"

Transcription

1 Bridge Advanced Configuration Guide Version

2 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Building Advanced Lookups 2 Preparing the Data Source Configuration 4 Preparing the Combo Box Lookup Fields 21 Lookup Tutorial Final Product 31 Advanced Lookup Alternate Configurations 38 Dynamic Grid Lookups 38 Web Service Lookups 38 Index I

3 Introduction Page 1 Introduction Welcome to the Bridge insurance access portal. The system provides a full workflow, from the administration of products and coverage, to the submission and management of individual policies. This guide is primarily for design-level users, detailing advanced design features and structures. Note: Access to all data and features in the system are controlled by the user accounts. The type of account you have, and the security rights and roles assigned to it, will affect the following: The ability to see and use features to view, create, edit, or delete data. The ability to see and use data created by other users. You should always be able to use data you created yourself, unless your account has been changed to remove access.

4 Building Advanced Lookups Page 2 Building Advanced Lookups The basic purpose of a lookup feature is to access a source of data, and use filters and conditions to retrieve one or more records. The Data Source Configuration is the center of the lookup feature, defining the source and how the data is organized. Features that need to retrieve the data connect to the Data Source Configuration. The Data Source Configuration can be set for the following sources: Data Table Grid Web Service Data is stored within purpose-built tables. Currently this is achieved using the Data Tables feature, which allows data to be uploaded using Excel files, and organized by effective date and culture. Data is collected in dynamic grids within the workflow. This may be default data, user-provided data, or calculated values. All data from a single grid becomes available for lookups. This option uses a web service to request data from a system. This may be an internal request to retrieve Bridge data, or may access external systems such as Insurity resources. In the future, this may allow access to public and paid services offered by other companies. The Data Source Configuration can be accessed through the following methods: Combo Box Fields These are specialized drop-down fields that can be included in the user workflow. The user can enter text to search for specific data, which is then displayed in a table that expands down from the field. The user then selects one record. Selecting a record within a combo box can automatically populate other fields, and can even trigger searches in other combo box fields (known as Cascading). Calculated Fields These are fields that contain formulas that can display system information or perform complex cal-

5 Building Advanced Lookups Page 3 culations using functions and conditional logic. Using the LookupDataSource function inside a formula will return the results of the lookup. The function can also be used to populate other fields, and trigger searches in combo box fields. The next sections provide step-by-step instructions for building an advanced lookup.

6 Building Advanced Lookups Page 4 Preparing the Data Source Configuration Before proceeding, ensure that all necessary resources are in place for the data source configuration. Review the following checklist. Each data source configuration is created within a specific product configuration. See the section on Product Model in the User Guide - Product Design document for details on managing products. To create a data table lookup, the data table configuration must be created in advance. See the section on Data Tables in the User Guide - Product Design document for details on managing data tables. Notes: Once the data source configuration has been saved, the associated data table configuration cannot be edited or removed from the data source. Ensure that the data table configuration is correct before creating the data source configuration. Filters in the data source configuration can only be applied to columns defined as Key Columns in the data table configuration. The Sorting Column defined in the data table configuration will not be available for use as a Primary Display Column or Key Column in the data source configuration. When using Culture settings in the Domain / Rate Tables attached to the Data Table, the system must be able to locate the same data across all provided culture versions. To achieve this, the column selected as the Key Column in the Data Source must contain unique entries, and must have the same entries across all related tables. To create a grid lookup, the grid panel and fields must be created in advance. The grid and associated fields are available for configuration without having to publish the workflow. See the section on Workflow Configurations in the User Guide - Product Design document for details on managing fields and panels.

7 Building Advanced Lookups Page 5 Any fields to be used as filters or output fields should be created in advance so they can be selected in the configuration. However, filter and output fields can also be added after the initial configuration. Fields are available without having to publish the workflow. Example: For the purpose of this tutorial, we will be using a Data Table with the following data and settings. The ID column contains unique identifier numbers for the people in the list, while all other columns include duplicate values. ID and Last Name are set as the Key Columns, and no Sorting Column has been selected. 1. Proceed with the data source configuration. In the Product Design menu, select Product Model. The Products list opens. 2. Select the product under which the data source is to be created. The Product Management page opens.

8 Building Advanced Lookups Page 6 3. In the Product Menu widget, select Data Source Configurations. The Data Source Configurations list opens. 4. Click Add. The Data Source Configuration Management page opens. 5. Complete the necessary information. Fields marked with a red asterisk * are required.

9 Building Advanced Lookups Page 7 Name Code Description Enter the name of the configuration. This is the name that will be displayed when selecting the configuration in the Combo Box field setup. A unique identifier code can be provided, or one will be generated on saving the configuration. This code will be used to identify the configuration for functions. A description can be entered to provide more information on this configuration. This is only displayed on this page. Data Source Type Data Source Select Data Table, Grid, or Web Service. The Data Source field becomes available. Select the appropriate source. The available options will depend on the Data Source Type. Data Table Lists Data Table Configurations for the current Product. Grid Lists all Grid and Premium Grid panel configurations in the system.

10 Building Advanced Lookups Page 8 Web Service The available web services are defined in the system. Address Lookup: Verifies that an address is valid, and provides additional information about that address. Assured Lookup: Used to search for individual and company assured information. Auto Class Code Lookup: Used to search for a vehicle class code based on search filters. City File - Auto Information Lookup: Used to search for vehicle information that may affect the risks involved with a policy. City File - Location Information Lookup: Used to search for information on a city or community. City File - Property Information Lookup: Used to search for information on a specific property. Commercial Lines Manual - Foot Note Lookup: Used in conjunction with the Commercial Manual Lines - Search web service to retrieve foot note details associated to a specific class code. Commercial Lines Manual - Search: Used to search for information on a specific class code. Country Wide Indicator Lookup: Used to determine data capture requirements, validation information, and rating rules for a given class code. Distributor Lookup: Used to search for distributor company information. Loss Cost Lookup: Used to retrieve ISO Loss Cost data for controls within the workflow. Verify that the settings are correct. Once the data source is saved, the Data Source Type and Data Source fields cannot be changed. 6. Click Save to save the data source configuration. Additional configuration options become available. 7. The Attributes panel is expanded with new fields.

11 Building Advanced Lookups Page 9 Primary Display Column Key Column Rule Select a column from the data source. When a record is selected, the value in this column will be displayed in the lookup field. It is recommended to select a column with data that is recognizable to the user. This field is only available for Data Table and Web Service sources. The key column is the value that is stored in the database when a record is selected and the screen is saved. When referencing the lookup field in triggers or calculated fields, this is the value that will be provided. Note: For Grid sources, a key column cannot be selected. Instead, the value stored for the lookup field is a long alphanumeric code assigned by the system. Due to the random nature of the code, it is unlikely that this could be used in any meaningful way. The values in this column must be unique, as they specifically identify individual records. Key Column is Primary Display Column Specify Alternate Key Column The same column selected as the Primary Display Column will be used as the key column. A different column can be selected as the key column. The Key Column field becomes available.

12 Building Advanced Lookups Page 10 Key Column This field is available when Specify Alternate Key Column is selected as the Key Column Rule. Select a column to serve as the key column. Example: Our tutorial example now has the following settings. First Name has been selected as the Primary Display Column. While it is not a unique value, it is meaningful to the user and clearly indicates the purpose of the field. On selecting "John Smith", the lookup field appears as follows: Since First Name does not contain unique values, it should not be used as the Key Column. So, Specify Alternate Key Column has been selected, and the ID field has been chosen as the Key Column. The field displayed below is a calculated field that simply displays the saved value of the lookup field.

13 Building Advanced Lookups Page In some cases, the data source may have far more information than what is required for a particular lookup. Filters can be applied to control what data is presented to the user. Under the Filters list, click Add. The Add Filter window opens. Column This field is labeled Grid Field for grid sources. Select the column on which to apply the filter. For data tables, only columns defined as Key Columns in the Data Table configuration are available.

14 Building Advanced Lookups Page 12 For grids, all supported field types are available. For web services, only columns defined as Filters in the Web Service are available. See the section Web Service List for Data Sources in the User Guide - Product Design document. Filter By Select the source of the filter value. Field The data can be filtered by a field in the workflow. The Field field becomes available. Constant Value The data is filtered by a value provided here in the configuration. The Constant Value field becomes available. Field This field is available when Field is selected as the Filter By option. Select the field to provide the filter value. This can be a user-entered field or a calculated value. Notes: If the lookup will be used with a combo box, the field must be on the same screen as the associated combo box. However, you can use a calculated field on the same screen that refers to a field on another screen. Date Picker, Rich Text, and Textbox ( ) fields are not available. Selection fields that use option lists store the Code of the selected option. To use these field types, the selected Column must contain these codes. Constant Value This field is available when Constant Value is selected as the Filter By option. Enter the value to be used in filtering the column. This is commonly used when only certain data from the source will be required. Click Save & New to save the filter and clear the form to enter a new filter, or click Save & Close to save the filter and close the window.

15 Building Advanced Lookups Page 13 Notes: All filters applied to the same column, including fields that can have multiple options selected, will be handled as "Or" conditions. This means that if data matches any one of the conditions, it will pass the filters. If more than one column in the table has filters, then the columns will be handled as "And" conditions. This means that each record must pass at least one filter on each column, or the record will not be included. Whether a filter is based on a constant value or a field, the data must match the condition exactly in order to pass the filter. Any numerical fields should be formatted as text. Any extra characters, such as thousands separators or currency symbols, might not match the regional formatting of the user's browser, preventing a match. If a field used as a filter is changed, the combo box will be cleared. If multiple combo boxes are chained together, each serving as a filter for the next, changing one field will clear all dependent fields. If a combo box is cleared, any output fields that are in read-only mode will also be cleared. Output fields that are editable will not be cleared in case the user has changed the content. Example: Our tutorial example now has the following filter settings. The Filter Field in the workflow will allow the user to enter a last name. The Last Name column will be filtered to only show records with the provided last name. With the First Name column selected as the Primary Display Column, this creates the context for the user.

16 Building Advanced Lookups Page 14 The two examples below show the lookup results with no value in the filter field, and with the name "Smith" in the filter field. Note that the filter is not case-sensitive.

17 Building Advanced Lookups Page The Display Columns panel is used to define which source columns will be displayed in the combo box dropdown list. Under the Display Columns list, click Add. The Add Display Column window opens. Column Label Sequence This field is labeled Grid Field for grid sources. Select a column to be displayed. The name of the selected column is automatically entered as the label, but can be modified. Enter a sequence number to control the order of the columns.

18 Building Advanced Lookups Page 16 Searchable When a search is performed, this column will be included in the search and any matching records will be displayed. Note: If the search returns no results, a message will indicate so at the bottom of the dropdown. Click Save & New to save the column and clear the form to enter a new column, or click Save & Close to save the column and close the window. Example: Our tutorial example now has the following display columns. The ID and Gender columns are not necessary for the display, the Birthdate column does not need to be searched, and the label of the Birthdate column has been adjusted. The sequence numbers are set at intervals of 10, allowing additional columns to be inserted without having to adjust all other columns. The field to filter on the last name will be optional, so the Last Name column has been set to Searchable as well as the First Name. In the example below, we see the three selected columns with their labels, in the selected sequence. By entering "mi" in the lookup field, the lookup displays all records that contain those characters in the First Name or Last Name columns. As with filters, the lookup is not case-sensitive.

19 Building Advanced Lookups Page When a selection is made in a combo box, the values of one or more columns can be output to specific fields in the workflow. Under the Output To Fields list, click Add. The Add Output to Field window opens.

20 Building Advanced Lookups Page 18 Column Output Field This field is labeled Grid Field for grid sources. Select a column to be output. Columns that are not displayed in the lookup can still be output to fields. Select the field to receive the value. The receiving field must be in the same screen as the source combo box field. One column can be output to multiple fields, but an output field can only receive data from one column. Click Save & New to save the output and clear the form to enter a new output, or click Save & Close to save the output and close the window.

21 Building Advanced Lookups Page 19 Notes: HTML content cannot be output to any fields. The following field types are not supported: Checkbox Group, Date Picker, Include Exclude List, Multi Select, and Rich Text. The following control types are supported and can be hidden or read-only: Combo Box, Label, Text Area, Textbox, Textbox (Decimal), Textbox ( ), and Textbox (Integer). The following control types are supported, but will not be updated if they are hidden or read-only: Checkbox, Drop Down, and Radio Buttons. When using Checkbox, Drop Down, or Radio Buttons as the output, the data table must have the Codes for the individual options list items, and not the Labels. Example: Our tutorial example now has the following output columns. All columns will be output to a set of fields. In this example, all output fields are simple Textbox fields intended to display the data. When outputting data to fields of specific data types, ensure that the field type is a match to the source data or otherwise compatible.

22 Building Advanced Lookups Page 20 In the examples below, we see the lookup field and output fields before and after making a selection. 11. The Data Source Configuration is now complete. Click Save at the bottom of the page to save the full configuration. The data source can now be selected when configuring a combo box field. See the next section for the workflow component of advanced lookups.

23 Building Advanced Lookups Page 21 Preparing the Combo Box Lookup Fields Before proceeding, ensure that the necessary data source configurations have been completed. See the previous section, Preparing the Data Source Configuration, for details. The data source includes the settings for how the data is handled. The field configuration options are specific to how the field itself is used. 1. Proceed with the field configuration. In the Product Design menu, select Workflow Configurations, then select Fields. The Fields list opens. 2. Click Create. The Field Management page opens. Some columns have been hidden.

24 Building Advanced Lookups Page Complete the necessary information. Fields marked with a red asterisk * are required. Name Code External Code Control Type Enter the name of the field. This is the name that will be displayed when selecting the field in other configurations. This will not be displayed in the workflow. A unique identifier code will be generated on saving the field. This code will be used to identify the field for functions and placeholders. A custom code can be assigned to identify the field when integrating with external systems. Select Combo Box. Additional fields become available in the panel.

25 Building Advanced Lookups Page 23 Option Lists Size Height Data Source Search Mode This field is not used for this configuration. Select the width of the combo box field. This only affects the width of the basic field, while the dropdown section will be sized according to the number of columns being displayed. This field is not used for this configuration. Select the configured data source for this lookup. Select how the lookup is initiated. Automatic The user can enter text in the field, and the system will automatically perform the lookup and display results that match the entered text. The system will refresh the lookup as the user enters more text, further refining the results. This option is best used for searching smaller amounts of data. Larger data sources can take longer to respond to the user input. This option can also be used for cascading combo boxes. When a selection is made in one combo box, a value is output to a second combo box as a search value. If the second combo box is set to Automatic, and there is only one matching record, it will be selected without requiring user input. If there is more than one matching record, the user will still need to manually select one of the records. Manual The search text can be entered into the field, either by the user or as the output from another combo box, then the user must click on a search icon next to the field to initiate the search. This option should be used for large data sources, for web service sources that may incur charges for each search, or if cascading combo boxes are configured to output to fields used as filters in the same series of lookups. Changing a filter field or deleting the search text will clear the selected record from the field, but will not change the results available in the drop-down list. The user must click the search icon

26 Building Advanced Lookups Page 24 again to refresh the results. Minimum Filter Length This field becomes available when Automatic has been selected as the Search Mode. Enter the minimum number of characters that must be entered before the lookup initiates. This option can also be used for large data sources instead of the manual search option. If entering a certain number of characters before searching will significantly narrow down the results, this will reduce the response times. Note that the combo box field does not indicate the minimum number of characters, so it may be useful to provide instructions for the user in the label, help text, or a nearby label field. Line of Business System Library Correlated Parent Field The field can be associated to a specific Line of Business to group workflow components with similar purpose. Most fields where workflow components are selected will only show components associated to the same line of business as the current component, or those set to All. This option is not used for this configuration. This option is not used for this configuration. This field is not used for this configuration. Example: Our tutorial example has the following settings for this panel.

27 Building Advanced Lookups Page 25 By selecting Automatic Search Mode with zero Minimum Filter Length, the lookup searches the data source as text is entered. See the screenshots below.

28 Building Advanced Lookups Page 26 If the Search Mode were set to Manual instead, the lookup would show no results when the text is entered, only performing the search on clicking the lookup icon.

29 Building Advanced Lookups Page Continue with the configuration. The Mapping panel is not used for this configuration. Label Text Enter the label for the field.

30 Building Advanced Lookups Page 28 Help Text If help text is provided, a help icon is displayed to the right of the field label. Hovering the pointer over this icon displays a small window with the help text. This text can provide instructions on what should be selected, or how many characters should be entered to initiate a search. Required Check this box if a selection must be made before the user can progress in the workflow. The selection can be made by the user, or automatically selected by another combo box in a cas-

31 Building Advanced Lookups Page 29 cade structure. Note that if the field is Hidden or Read-Only, this setting will not be enforced. This setting can be conditionally changed using field override settings in the panel configuration. Read-Only Hidden Check this box if the field should display its current value without allowing the user to change it. A read-only field can still be changed by another combo box in a cascade structure, and can still output to other fields. This setting can be conditionally changed using field override settings in the panel configuration. Check this box to hide the field in the workflow. This setting can be conditionally changed using field override settings in the panel configuration. Note that hiding a combo box using this option will render it inoperable, and it will not be available to receive output from another combo box or send output to any fields. Use the Responsive Disclosure feature to hide the combo box while keeping it functional. Rate Driver Available for Triggers Available for Reports Calculated Always Calculate Calculated Field Formula Default Maximum Length This option is not used for this configuration. Check this box if the combo box should be available for the evaluation of triggers. Note that the Key values configured in the Data Source Configuration are the values that should be used in the trigger conditions. Check this box if the combo box should be available for reports. This option is not used for this configuration. This option is not used for this configuration. This field is not used for this configuration. This field is not used for this configuration. This field is not used for this configuration.

32 Building Advanced Lookups Page 30 Rounding Precision Scale This field is not used for this configuration. This field is not used for this configuration. The Field Initial Value Settings panel is not used for this configuration. 5. Click Add to save the field configuration. 6. The combo box field can now be used in a workflow configuration. See the section on Workflow Configurations in the User Guide - Product Design document for details on the remaining workflow components.

33 Building Advanced Lookups Page 31 Lookup Tutorial Final Product To complete the final product for this tutorial, a second set of Data Source, Combo Box, and output field configurations has been created. Both data sources are using the same sample Data Table. Assembled into a panel, screen, and workflow, the end result is shown here. The first Lookup field is a manual search field that is filtered by the Filter Field. The first name is displayed, and the selected record outputs to five read-only fields as well as the second Lookup field. See below.

34 Building Advanced Lookups Page 32 The output fields will be cleared if the Filter Field or lookup selection are cleared, and will be updated if the lookup selection is changed. The second Lookup field is an automatic search field that is filtered by the Filter Field and can receive output from the first Lookup field, which triggers an automatic search. The birth date is displayed, and the selected record outputs to five editable fields. See below.

35 Building Advanced Lookups Page 33 The output fields will keep their values if the Filter Field is changed, will be cleared if the lookup selection is cleared, and will be updated if the lookup selection is changed. The two lookups are linked together in what is called a "Cascading Structure", where one lookup can trigger a search in one or more other lookup fields.

36 Building Advanced Lookups Page 34 If the Filter Field is empty and no selection has been made in the first Lookup field, the second Lookup field will function normally with all records available.

37 Building Advanced Lookups Page 35 If a value is provided for the Filter Field but no selection has been made in the first Lookup field, the second Lookup field will be filtered normally.

38 Building Advanced Lookups Page 36 If the Filter Field is empty but a selection has been made in the first Lookup field, the output from the first Lookup field will be used as search text for the second Output field. The search is triggered automatically, presenting the user with the search results when they open the list. The user can still enter new search text, which will replace the search text received from the first Lookup field. The first Lookup field could have been set as a filter instead, allowing the user to perform a search separate from the filter, however this would not trigger an automatic search.

39 Building Advanced Lookups Page 37 If a value is provided for the Filter Field and a selection has been made in the first Lookup field, the automatic search is triggered on the filtered results. If there are multiple results, the user can make a selection. With our test data, this results in a single matching result. That record is selected automatically and the output fields are populated. When using unique values, this automatic selection can occur across multiple lookups. This can fill an entire form with data from multiple sources. If a lookup field is not expected to ever need user input, it can be hidden using responsive disclosure. This concludes the tutorial for preparing advanced lookups. See the following sections for information on alternate structures such as grid lookups, webs service lookups, and responsive disclosure for combo box fields.

40 Building Advanced Lookups Page 38 Advanced Lookup Alternate Configurations The detailed tutorial covered the configuration of an advanced lookup using data tables. Creating lookup configurations from other sources just involves a few adjustments. Dynamic Grid Lookups Dynamic grid lookups retrieve data from a grid within the workflow. The configuration is very similar to data table lookups, with a few considerations. A key column cannot be selected. Instead, the value stored for the lookup field is a long alphanumeric code assigned by the system. Due to the random nature of the code, it is unlikely that this could be used in any meaningful way. The grid may be filled with default values, calculated fields, uploaded data, and user-entered data. The content of the grid may be strictly controlled, or may be very unpredictable, requiring careful configuration of the grid fields and any fields associated to the lookup. Web Service Lookups Web service lookups retrieve data from an external source. The selected filter fields are sent as part of the request, and the service returns all records that match the filters. The available fields are predefined, see the section Web Service List for Data Sources in the User Guide - Product Design document. The following requirements and limitations apply.

41 Building Advanced Lookups Page 39 Some services require dates as filters. However, Date Picker fields are not supported as filters. A calculated field can be used to pull the date from the date picker field, and the calculated field can be used as a filter. In general, when using web service lookups, the results in the combo box cannot be searched. Entering text into the combo box field will have no effect. The one exception is the Address Lookup web service, in which case the search-text can be entered directly into the combo box to perform the lookup. In addition, if no address is found for an Address Lookup, the search address can be saved. This will not populate any output fields.

42 Index Page i Index A Add button 6, 11, 15, 17, 30 Add Display Column window 15 Add Filter window 11 Add Output to Field window 18 Address Lookup web service 8, 39 Always Calculate checkbox 29 Assured Lookup web service 8 Attributes panel 7-9 Auto Class Code Lookup web service 8 Automatic search mode 23 Available for Reports checkbox 29 Available for Triggers checkbox 29 B Business Rules panel 28 C Calculated checkbox 29 Calculated Field 2 Calculated Field Formula field 29 Checkbox control type 19 Checkbox Group control type 19 City File - Auto Information Lookup web service 8 City File - Location Information Lookup web service 8 City File - Property Information Lookup web service 8 Code field 7, 12, 22 Column field 11, 15, 18 Combo Box control type 2, 19, Commercial Lines Manual - Foot Note Lookup web service 8 Commercial Lines Manual - Search web service 8 Constant Value field 12 Constant Value filter 12 Control Type field 22 Correlated checkbox 24 Country Wide Indicator Lookup web service 8 Create button 21 Culture field 4 D Data Source 4, 31 Data Source Configuration 2, 20, 29 Data Source Configuration Management page 6 Data Source Configurations panel 6 Data Source field 23 Data Source panel 7 Data Source Type field 7 Data Table 4, 11, 31

43 Index Page ii Data Table data source 2, 7 Data Table Lookup panel Date Picker control type 12, 19, 39 Default field 29 Description field 7 Display Columns panel 15 Distributor Lookup web service 8 Domain / Rate Tables page 4 Drop Down control type 19 E External Code field 22 F Field field 12 Field filter 12 Field Initial Value Settings panel 30 Field Management page 21 Fields menu item 21 Fields panel 21 Filter By field 12 Filter column 12 Filter Field field Filters panel 11 G General Information panel 7, 22 Grid data source 2, 7 Grid Field field 11, 15, 18 H Height field 23 Help Text field 28 Hidden checkbox 29 I Include Exclude List control type 19 K Key Column field 10 Key Column is Primary Display Column option 9 Key Column Rule field 9 Key Columns field 11 Key field 29 L Label control type 19 Label field 15 Label Text field 27 Labels and Help Text panel 27 Line of Business field 24 Lookup Data Source function 3 Lookup field LookupDataSource() 3 Loss Cost Lookup web service 8

44 Index Page iii M Manual search mode 23 Mapping panel 27 Maximum Length field 29 Minimum Filter Length field 24 Multi Select control type 19 N Name field 7, 22 O Option Lists field 23 Output field 36 Output Field field 18 Output to Fields panel 17 Output To Fields panel 17 P Parent Field field 24 Primary Display Column field 9 Product Design menu 5, 21 Product Management page 5-6 Product Menu widget 6 Product Model menu item 5 Products panel 5 R Radio Buttons control type 19 Rate Driver checkbox 29 Read-Only checkbox 29 Required checkbox 28 Responsive Disclosure 29 Rich Text control type 12, 19 Rounding Precision field 30 S Save & Close button 12, 16, 18 Save & New button 12, 16, 18 Save button 8, 20 Scale field 30 Search Mode field 23 Searchable checkbox 16 Sequence field 15 Size field 23 Sorting Column field 4 Specify Alternate Key Column option 9 System Library checkbox 24 T Text Area control type 19 Textbox (Decimal) control type 19 Textbox ( ) control type 12, 19 Textbox (Integer) control type 19 Textbox control type 19

45 Index Page iv W Web Service data source 2, 7-8 Workflow Configurations menu 21

46 Copyright Notice Copyright Oceanwide Canada Inc. All Rights Reserved. All material in this document and on this website are protected by copyright and intellectual property laws and are the property of Oceanwide Canada Inc. No part of this document may be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording or otherwise, without prior written permission from the owner Oceanwide Canada Inc. Printed and published in Montreal, Quebec CANADA. Trademarks All trademarks, registered trademarks and service marks in this document are exclusive to Oceanwide Canada Inc. Disclaimer The publisher Oceanwide Canada Inc. and authors specifically disclaim any responsibility for any liability, loss, or risk; whether corporate, personal or otherwise in whole or in part of which; is incurred as a consequence directly or indirectly of the application use; or reliance on or any of the contents of this document (documentation).

User Guide. Product Design. Version 2.2.2

User Guide. Product Design. Version 2.2.2 User Guide Product Design Version 2.2.2 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 PRODUCTS... 5 Creating a New Product... 5 Viewing and

More information

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet)

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet) Table of Contents 0 Genoa User Guide Storage (Extranet) 4.2.6 4.2.6 Bridge User Guide Storage (Extranet) Table of Contents 0 Table of Contents TABLE OF CONTENTS... ACCESSING THE STORAGE DECLARATION MODULE...

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

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

TABLE OF CONTENTS... 1 PURPOSE OF THIS DOCUMENT CORE ENHANCEMENTS MINOR ENHANCEMENTS AND INCORRECT FUNCTIONALITY FIXES...

TABLE OF CONTENTS... 1 PURPOSE OF THIS DOCUMENT CORE ENHANCEMENTS MINOR ENHANCEMENTS AND INCORRECT FUNCTIONALITY FIXES... Release Notes 1.6.5 Table of Contents TABLE OF CONTENTS... 1 PURPOSE OF THIS DOCUMENT... 3 1.6.5 CORE ENHANCEMENTS... 4 1.6.5 MINOR ENHANCEMENTS AND INCORRECT FUNCTIONALITY FIXES... 5 ENHANCEMENTS... 5

More information

Bridge. Master Covers Guide. Version

Bridge. Master Covers Guide. Version Bridge Master Covers Guide Version 2.5.103 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Managing Master Covers 2 Creating a New Master Cover 2 Viewing and Modifying a Master

More information

User Guide. Master Covers. Version Revision 1

User Guide. Master Covers. Version Revision 1 User Guide Master Covers Version 2.2.2 Revision 1 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 MANAGING MASTER COVERS... 5 Guide... 5 Creating

More information

Startup Guide. Version 1.7

Startup Guide. Version 1.7 Startup Guide 1 INTRODUCTION 3 COMPANIES & USERS 4 Companies & Users Licensee Offices 4 Companies & Users Insurers 6 Companies & Users Distributors 7 Companies & Users Users 8 Reset Password 10 Companies

More information

Table of Contents. Oceanwide Bridge. User Guide - Calculated Fields. Version Version Bridge User Guide User Guide - Calculated Fields

Table of Contents. Oceanwide Bridge. User Guide - Calculated Fields. Version Version Bridge User Guide User Guide - Calculated Fields Table of Contents 1 Oceanwide Bridge User Guide - Calculated Fields Version 2.3.0 Table of Contents i Table of Contents TABLE OF CONTENTS... I INTRODUCTION... 1 Guide... 1 BUILDING FORMULAS... 2 Operators...

More information

Bridge. Calculated Fields Guide. Version

Bridge. Calculated Fields Guide. Version Bridge Calculated Fields Guide Version 2.5.103 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Building Formulas 2 Operators 2 Simple Arithmetic Formulas 2 Placeholders Within

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.....4 Conditionals...

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

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

W W W. M A X I M I Z E R. C O M

W W W. M A X I M I Z E R. C O M W W W. M A X I M I Z E R. C O M Notice of Copyright Published by Maximizer Software Inc. Copyright 2018 All rights reserved Registered Trademarks and Proprietary Names Product names mentioned in this document

More information

Sparqube Lookup Column

Sparqube Lookup Column Sparqube Lookup Column Contents Overview... 2 Features... 3 Setup... 4 Requirements... 4 Installation... 4 Licensing... 4 Configuration... 9 Lookup column types... 9 Adding Sparqube Lookup Classic to SharePoint

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Checking Account Originations User Manual Release 18.2.0.0.0 Part No. E97823-01 June 2018 Checkings Account Originations User Manual June 2018 Oracle Financial Services

More information

Insbridge Enterprise Rating RateManager User Guide

Insbridge Enterprise Rating RateManager User Guide Oracle Insurance Insbridge Enterprise Rating RateManager User Guide Modules Volume 2 Release 4.9 December 2014 Copyright 2005, 2014, Oracle and/or its affiliates. All rights reserved. Oracle Insurance

More information

Provider Portal 3.0 Manual. Health Axis 3.0 Provider Portal User Guide

Provider Portal 3.0 Manual. Health Axis 3.0 Provider Portal User Guide Provider Portal 3.0 Manual Health Axis 3.0 Provider Portal User Guide Table of Contents Provider Portal 3.0... 4 How to Access the Provider Portal... 4 Login credentials:... 4 How to Request Access to

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

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

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and PHPRad PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and Getting Started Creating New Project To create new Project. Just click on the button. Fill In Project properties

More information

Advanced ARC Reporting

Advanced ARC Reporting COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

Site Manager. Helpdesk/Ticketing

Site Manager. Helpdesk/Ticketing Site Manager Helpdesk/Ticketing Ticketing Screen The Ticket Summary provides a breakdown of all tickets allocated to the user. By default, tickets are listed in order by ticket ID. Click column headings

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

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

Oracle Communications Network Charging and Control. Subscriber Profile Manager User's Guide Release: NCC4.4.1

Oracle Communications Network Charging and Control. Subscriber Profile Manager User's Guide Release: NCC4.4.1 Oracle Communications Network Charging and Control Subscriber Profile Manager Release: NCC4.4.1 December 2011 Commercial In Confidence Copyright Copyright 2011, Oracle and/or its affiliates. All rights

More information

SelectSurvey.NET Basic Training Class 1

SelectSurvey.NET Basic Training Class 1 SelectSurvey.NET Basic Training Class 1 3 Hour Course Updated for v.4.154.03 10/2016 Page 1 of 62 SelectSurvey.NET Basic Training In this video course, students will learn all of the basic functionality

More information

QUICK START GUIDE PROVIDER PORTAL. QuickCap Product Manual Provider Portal

QUICK START GUIDE PROVIDER PORTAL. QuickCap Product Manual Provider Portal QuickCap Product Manual Provider Portal QUICK START GUIDE PROVIDER PORTAL 8 4 7. 2 2 2. 1 0 0 6 M E D V I S I O N - S O L U T I O N S. C O M Page 1 of 33 Table of Contents INTRODUCTION... 3 ELIGIBILITY...

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release November 2016 Oracle Service Cloud Part Number: E80589-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

Oracle Insurance QuickView Service Ordering User Guide. Version 8.0

Oracle Insurance QuickView Service Ordering User Guide. Version 8.0 Oracle Insurance QuickView Service Ordering User Guide Version 8.0 February 2009 Oracle Insurance QuickView Service Ordering User Guide Version 8.0 Part # E14966-01 Library # E14885-01 E14886-01 February

More information

SAS Business Rules Manager 1.2

SAS Business Rules Manager 1.2 SAS Business Rules Manager 1.2 User s Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Business Rules Manager 1.2. Cary,

More information

IsoMetrix. Service Pack System Enhancements

IsoMetrix. Service Pack System Enhancements IsoMetrix Service Pack 3.12.0 System Enhancements Released 30 May 2016 DISCLAIMER No part of this document/manual may be reproduced or transmitted in any form without the prior written permission of. Whilst.

More information

User Guide. Calculated Fields. Version 2.0.0

User Guide. Calculated Fields. Version 2.0.0 User Guide Calculated Fields Version 2.0.0 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 3 Guide... 3 BUILDING FORMULAS... 4 Operators... 4 Simple Arithmetic

More information

Customization Guide October 14, 2017

Customization Guide October 14, 2017 October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Oracle Enterprise Performance Reporting Cloud

Oracle Enterprise Performance Reporting Cloud Oracle Enterprise Performance Reporting Cloud September Update (16.09) Release Content Document August 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, SEPTEMBER

More information

About the P6 EPPM Importing and Exporting Guide

About the P6 EPPM Importing and Exporting Guide P6 EPPM Importing and Exporting Guide October 2018 Contents About the P6 EPPM Importing and Exporting Guide Scope This guide contains information about import and export formats and the process of importing

More information

Designer TM for Microsoft Access

Designer TM for Microsoft Access Designer TM for Microsoft Access Application Guide 1.7.2018 This document is copyright 2009-2018 OpenGate Software. The information contained in this document is subject to change without notice. If you

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release May 2017 Oracle Service Cloud Part Number: E84078-03 Copyright 2015, 2016, 2017, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Corporate Transfer and Payment User Manual Release 12.0.3.0.0 Part No. E52543-01 April 2014 Corporate Transfer and Payment User Manual April 2014 Oracle Financial Services

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Retail Transfer and User Manual Release 12.0.2.0.0 Part No. E50108-01 September 2013 Retail Tranfer and User Manual September 2013 Oracle Financial Services Software Limited

More information

Oracle Public Sector Revenue Management Self Service

Oracle Public Sector Revenue Management Self Service Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service Pack 2 E61989-01 August 2015 Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service

More information

October 14, Business Intelligence Connector Guide

October 14, Business Intelligence Connector Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Checking Account Originations User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Checkings Account Originations User Manual July 2017 Oracle Financial Services

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

Arena: Membership Lists Foundations (Hands On)

Arena: Membership Lists Foundations (Hands On) Arena: Membership Lists Foundations (Hands On) [Course #A118] Presented by: Linda Johnson Shelby Contract Trainer 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks

More information

Service Cloud Using Service Cloud Configuration Assistant Release 17D

Service Cloud Using Service Cloud Configuration Assistant Release 17D Oracle Service Cloud Using Service Cloud Configuration Assistant Release 17D Part Number: E89541-02 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: The Service Cloud Information

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience FCUBS Originations Saving Account User Manual Release 18.3.0.0.0 Part No. F12056-01 December 2018 Preface FCUBS Originations Saving Account User Manual December 2018 Oracle

More information

esign Genie Quick Start Guide

esign Genie Quick Start Guide #1 Easiest and Most Collaborative Esignature Software Solution Highlights 1. Electronic Signature Scenarios and User Processes esign Genie Quick Start Guide 2. Create Reusable Templates and Send 3. Create

More information

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998 Oracle Project Time and Expense User s Guide RELEASE 11 October 1998 Copyright 1998, Oracle Corporation. All rights reserved. Part number A66749 01. Contributers: Neeraj Garg, Constance Kim, Chris Panero,

More information

vfire 9.8 Release Notes Version 1.5

vfire 9.8 Release Notes Version 1.5 9.8 Release Notes 9.8 Release Notes Table of Contents Version Details for 9.8 Release Notes 4 Copyright 5 About this Document 6 Intended Audience 6 Standards and Conventions 6 Introducing 9.8 7 Installation

More information

SPARK. Forms Builder for SharePoint & Office 365. Forms builder for every business. SharePoint Advanced Redesign Kit. ITLAQ Technologies

SPARK. Forms Builder for SharePoint & Office 365. Forms builder for every business. SharePoint Advanced Redesign Kit. ITLAQ Technologies SPARK SharePoint Advanced Redesign Kit Forms Builder for SharePoint & Office 365 Forms builder for every business www.itlaq.com SPARK FORMS BUILDER FEATURES With our SharePoint Web Forms Builder, millions

More information

How To Guide. Hannon Hill Corporation for Rowan University

How To Guide. Hannon Hill Corporation for Rowan University How To Guide Hannon Hill Corporation for Rowan University Hannon Hill Corporation 3423 Piedmont Road, Suite 520 Atlanta, GA 30305 www.hannonhill.com 678.904.6900 info@hannonhill.com Rowan University: How

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

ibase Manager Net Admin Guide 2005 ibase

ibase Manager Net Admin Guide 2005 ibase ibase Manager Net Admin Guide 1 ibase Manager Net Table of Contents Section 1 Welcome to the ibase Manager Net Admin Help 3 Section 2 Purpose 3 Section 3 Copyright 3 Section 4 Disclaimer 3 Section 5 Main

More information

SchoolDesk University

SchoolDesk University SchoolDesk University Forms, Surveys, and Polls Module 101 Guided Walk-through for the basic fields, terminology, and location of tools. What is the NEW SD7 Forms Module? The NEW SchoolDesk Forms Module,

More information

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11)

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11) Oracle Enterprise Performance Reporting Cloud What s New in the November Update (16.11) November 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, NOVEMBER UPDATE...

More information

Administration Tools User Guide. Release April 2015

Administration Tools User Guide. Release April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Administration Tools User Guide Release 6.2.5 April 2015 Part Number: E62969_05 Oracle Financial Services Software, Inc. 1900 Oracle Way Reston,

More information

PM4 + Partners Knowledge Articles

PM4 + Partners Knowledge Articles PM4 + Partners Knowledge Articles Customizing your PM4+ user experience r 1 November 30, 2108 PM4+ Partners Workspace - customize your experience Page 2 Contents Customizing Your Workspace... 1 Customizing

More information

Creating Pentaho Dashboards

Creating Pentaho Dashboards Creating Pentaho Dashboards This document is copyright 2011 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property of their respective

More information

Primavera Unifier and udesigner. Reference Guide

Primavera Unifier and udesigner. Reference Guide Primavera Unifier and udesigner Reference Guide Version 9.11.0.0 December 2012 ii Copyright Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks

More information

AvePoint Permissions Manager

AvePoint Permissions Manager User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About...5 Supported Browsers...7 Submit Documentation Feedback to AvePoint...8 Integrate with AvePoint Online Services...9 AvePoint

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Customer User Guide Commercial Online Access

Customer User Guide Commercial Online Access Customer User Guide Commercial Online Access Getting Started To access the customer portal, enter the following URL: nationwide.com/agclient Once you access this site, save it as a Favorite on your computer

More information

Aon Preferred Marine Cargo System

Aon Preferred Marine Cargo System OCEANWIDE INC. Aon Preferred Marine Cargo System Marine Broker/Approver User Guide 1 Introduction Aon has established a new, proprietary cargo insurance program and underwriting panel designed to deliver

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

Monitoring and Evaluation Tool

Monitoring and Evaluation Tool Monitoring and Evaluation Tool USER MANUAL March, 2014 www.menarid.icarda.org THIS PAGE LEFT EMPTY INTENTIONALLY USER MANUAL Definitions and abbreviations Chart... Graphical representation of M&E project

More information

EPM Live 2.2 Configuration and Administration Guide v.os1

EPM Live 2.2 Configuration and Administration Guide v.os1 Installation Configuration Guide EPM Live v2.2 Version.01 April 30, 2009 EPM Live 2.2 Configuration and Administration Guide v.os1 Table of Contents 1 Getting Started... 5 1.1 Document Overview... 5 1.2

More information

Avaya Communications Process Manager Release 2.2 Web Portal Help for Administrative Users

Avaya Communications Process Manager Release 2.2 Web Portal Help for Administrative Users Avaya Communications Process Manager Release 2.2 Web Portal Help for Administrative Users Document No. 04-601163 August 2008 Issue 10 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts

More information

Accounts Payable Workflow Guide. Version 14.6

Accounts Payable Workflow Guide. Version 14.6 Accounts Payable Workflow Guide Version 14.6 Copyright Information Copyright 2017 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Design Insights Enhanced Cue Functionality

Design Insights Enhanced Cue Functionality Design Insights Enhanced Cue Functionality May 2014 Contents Introduction 3 Basics of Implementing Cue Controls 3 Best Practices for Implementing Cue Controls: Enabling End User Customization of Indicators

More information

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site.

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site. User Guide v7.5 September 4, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 User guide overview 4 2 Relativity objects 4 3 Workspace 6 3.1 Workspaces

More information

New Features in Primavera P6 16.2

New Features in Primavera P6 16.2 New Features in Primavera P6 16.2 COPYRIGHT & TRADEMARKS Copyright 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

RCT Express. Administrator Training Manual. Version 4.3

RCT Express. Administrator Training Manual. Version 4.3 RCT Express Administrator Training Manual Version 4.3 Copyright 2016 CoreLogic. All rights reserved. ii Contents Introduction 1 System Requirements... 1 Tools 2 Administration 3 Manage Agencies... 3 Manage

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.5.0-beta CMExtension April 12, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E Site User Guide Oracle Health Sciences InForm CRF Submit Release 4.0.2 Part Number:E79080-01 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

End User s Guide Release 5.0

End User s Guide Release 5.0 [1]Oracle Application Express End User s Guide Release 5.0 E39146-04 August 2015 Oracle Application Express End User's Guide, Release 5.0 E39146-04 Copyright 2012, 2015, Oracle and/or its affiliates. All

More information

Multiple Custom Forms

Multiple Custom Forms Multiple Custom Forms for Magento 2 Extension for Magento 2 User Guide Table of contents 1. Module Features 2. Module Configuration 3. Manage Forms 4. Add Field 4.1. Text Field 4.2. Text Area 4.3. Drop

More information

Oracle Financial Consolidation and Close Cloud. October 2017 Update (17.10) What s New

Oracle Financial Consolidation and Close Cloud. October 2017 Update (17.10) What s New Oracle Financial Consolidation and Close Cloud October 2017 Update (17.10) What s New TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, OCTOBER UPDATE... 4 ANNOUNCEMENTS

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

Quick Usage Guide: Job Board Module

Quick Usage Guide: Job Board Module Quick Usage Guide: Job Board Module This guide will go through important user and admin functionalities in no particular order. Job Board s Main page Quick Links for Administrator Administrator can easily

More information

18B. Integrating Oracle Commerce Cloud and Oracle Responsys

18B. Integrating Oracle Commerce Cloud and Oracle Responsys 18B Integrating Oracle Commerce Cloud and Oracle Responsys Integrating Oracle Commerce Cloud and Oracle Responsys Product version: 18B Release date: 4-26-18 Document identifier: CCMarketingInteg1804261435

More information

GAIC Builders Risks Residential System - Agent User Guide

GAIC Builders Risks Residential System - Agent User Guide GAIC Builders Risks Residential System - Agent User Guide Welcome to the GAIC online Builders Risk Reporting System! Before you begin to use the system you will need to ensure that your user account has

More information

SCP-Embraer Train the Trainer. General Skills

SCP-Embraer Train the Trainer. General Skills SCP-Embraer Train the Trainer General Skills Page Set-Up A. Header: includes your user name and role, log-out function, and Help feature B. Navigation Tree: used to navigate around the various workflows

More information

Extension Archiver Creating a Simple Archiving Plan Using the New DocAve 5 Platform

Extension Archiver Creating a Simple Archiving Plan Using the New DocAve 5 Platform Quick Start Guide Extension Archiver Creating a Simple Archiving Plan Using the New DocAve 5 Platform This document is intended for anyone wishing to familiarize themselves with the user interface and

More information

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Last printed: 7/28/2011 11:37:00 PM Last saved: 7/28/2011 11:37:00 PM ii Primavera Portfolio Management Bridge

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

CRW DOCUMENTATION. The schema is a CoreTrac xml file that defines a set of databases to work with.

CRW DOCUMENTATION. The schema is a CoreTrac xml file that defines a set of databases to work with. CRW DOCUMENTATION OVERVIEW The Custom Report Writer (CRW) is a powerful reporting application that provides direct access to the data within Resource One. CRW is essentially an open-ended tool that exposes

More information

LexisNexis Coplogic Solutions LexisNexis Command Center. User Guide

LexisNexis Coplogic Solutions LexisNexis Command Center. User Guide LexisNexis Coplogic Solutions LexisNexis Command Center User Guide The recipient of this material (hereinafter "the Material") acknowledges that it contains confidential and proprietary data the disclosure

More information

Stroma Software 2016 v1.0 Tracker User Guide

Stroma Software 2016 v1.0 Tracker User Guide Stroma Software 2016 v1.0 Tracker User Guide 0 Contents My Tracker... 2 Property Summary... 4 Adding Correspondence... 6 Uploading and Viewing Documents... 6 Adding Property Contacts... 7 Creating a New

More information

Oracle Information Rights Management Sealed for Lotus Notes Extension 10gR3 PR3 May 2008

Oracle Information Rights Management Sealed  for Lotus Notes Extension 10gR3 PR3 May 2008 10gR3 PR3 May 2008 ,, 10gR3 PR3 Copyright 2007, 2008, Oracle. All rights reserved. Contributing Authors: Martin Abrahams, Martin Wykes The Programs (which include both the software and documentation) contain

More information

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1 Tutorial 2: Capital Expenditure Request Workflow creation Nintex Workflow 2007 Tutorial 2 Page 1 In this second tutorial, we are going to create the workflow shown above. It is a business process to automate

More information

Ohio. Section 504 Evaluation Report. Form Instructions and User Guide

Ohio. Section 504 Evaluation Report. Form Instructions and User Guide Ohio Section 504 Evaluation Report Form Instructions and User Guide 1990-2015 SunGard Public Sector Inc. All rights reserved. No part of this publication may be reproduced without the prior written permission

More information

TIME TO GET ORGANIZED!

TIME TO GET ORGANIZED! This cheat sheet will get you on the fast track to understanding the main features of setting up your account. We will review creating groups, user-defined fields and importing your contacts into your

More information

Oracle Utilities Smart Grid Gateway Adapter for Echelon

Oracle Utilities Smart Grid Gateway Adapter for Echelon Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service Pack 9 E23539-04 May 2013 Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service

More information