Cobra Navigation Release 2011

Size: px
Start display at page:

Download "Cobra Navigation Release 2011"

Transcription

1 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 1 of 34

2 Contents Contents 1 Revision History Introduction Cobra Login Initial Entry Menu Security and Access Query Screen Define your Query Fieldname Operator Value to Compare Sort Order Output Type Predefined Query Execute Save Query Insert New Record Excel Tip Query Result (Index) Screen General Query result Limit Adapt Query result screen Document Repository Attach Documents View Documents Remove Documents Details Screen General Protected fields Predefined views...24 Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 2 of 34

3 Contents 6.3 Execution Bar Copy Record Insert Screen Data Loader Introduction How to operate Upload the CSV file to the Webserver Process the Uploaded CSV file Analyzing the results Load file Layout Example of a load file Example of a template: Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 3 of 34

4 Contents 8.5 The loader process in detail Error Messages...33 Appendix...34 Icons Used...34 Note: Examples in this manual are based on test data and do not reflect the true content of the tables, unless otherwise specified. Note: The Cobra Quotation System is used for sample screens Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 4 of 34

5 Revision History 1 Revision History Revision Date Comments Released Added Save Query content expanded how to disable the Excel confirmation on file format Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 5 of 34

6 Introduction 2 Introduction. Cobra is web based application, initially developed to support the Flowserve Aftermarket business. The main target was the development of a unified data entry environment, which uses a data driven data dictionary engine to produce the application scripts. Data Storage of isolated Cobra applications is an Oracle database, but the technology allows combining distributed databases of different architecture (Oracle, SQL, Access and so on), from different instances. The implemented data-entry concept is straight forward: Cobra starts with a query screen where users can define their search criteria to look for existing data, or to switch over to the Insert new record script. Query results are returned, from where specific records can be selected for detailed view and/or maintenance (incl. delete existing info). Query results can be exported to Excel and PDF. That s all there is to it. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 6 of 34

7 Cobra Login 3 Cobra Login From your Internet browser, use the following address to access Cobra Enter your user name and password in the fields provided respectively. (Inotes Username and Inotes Password!) Click the LOG IN button to proceed. a. If not successful, repeat the previous steps. b. If unable to log in, check with the Helpdesk to have your I-notes password reset. If this is a first time login, a users profile will be created that allows read-only access to the default applications. For more specific access, the System Administrator (John Maas) needs to be contacted (jmaas@flowserve.com) Note: Passwords cannot be reset by the Cobra System Admin team, this requires Helpdesk intervention. Most of the times, the I-notes ID is the same as you address ) but there are examples of Gems ID s being used also Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 7 of 34

8 Cobra Login 3.1 Initial Entry Menu Upon successful log in, the last accessed Cobra menu is displayed. Accessibility to the available applications per menu depends on the authorization of the current user. The Menu Selector will offer a selection of all the Menus the current user is subscribed to Select one of the subscribed menus and hit the Activate Menu button. This will display the applications that are assigned to the selected Menu. Subscribed Menus can differ per user. The menu subscription is done by the System Administrator Example: Menu entries are defined in a tree-like structure, the + sign in front of a menu option indicates there is more branches, that will open up when the + sign is selected Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 8 of 34

9 Cobra Login 3.2 Security and Access. Cobra accounts are identified by the unique I-Notes ID and are created by the system when a user logs in for the first time. Additional account information is stored to fully identify a user and contains elements that are required to decide what access should be granted. Additional information stored: Business Unit. Sales Engineer Code.. This data is maintained by the System Administrator. There are numerous tables that are read only by default for all Cobra Users, there are also tables that require special access to either modify or read the content. If the profile is not set up to access a selected table, a warning will be displayed. Security can be granted on a per user bases or can be role based. Please contact the System Administrator (or IT HelpDesk) if there is need for more access. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 9 of 34

10 Query Screen 4 Query Screen 4.1 Define your Query The Query screen enables the user to select records from the current table that is being accessed. A query consists of the following entities: FieldName Operator Value to compare Example: QuoteNumber = 642ABCD Fieldname All the fields from the current table are displayed in the order they appear in the table Operator The Operator is the comparison that needs to happen between the fieldname and the supplied field value. If the result is true, the record will be marked to be included in the query result. Operators can be selected from the list of values. The available operators depend on the field type where the operator applies to. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 10 of 34

11 Query Screen The supported operators are: Like ( %...% ) The value supplied to be somewhere in the string to search. F.i. QuoteNumber like ABC returns all the entries that have ABC somewhere in the QuoteNumber field. f.i 624ABC XYZABC Equal ( = ) The value supplied must equal the string or numerical value to search. F.i. QuoteNumber = 123ABC returns all the entries that have an exact match on 123ABC Not Equal ( <> ) Returns all entries that are NOT equal to the supplied value. Begins with ( % ) Returns the entries that begin with the supplied value Ends with (%... ) Returns the entries that end with the supplied value Greater than ( > ) Greater Equal than (>= ) Less than ( < ) Less Equal than (<= ) Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 11 of 34

12 Query Screen Example of the List of values for the query Operator Character type fields Numerical type fields Date Type fields Value to Compare The value is used to complete the equation and to determine if the query question results in either true or false. Date values are all to be entered in the DD-MMM-YYYY format (f.i. 04-Nov-2004). If the between operator is selected to find records for a given date range, two dates are expected, comma separated f.i: 01-aug-2011,31-aug-2011 Safest way is to use the date picker that accompanies a date field (will not work for date ranges). Fields that have supporting tables attached, are accompanied by the binoculars, which can be activated to zoom to the supporting table and select the value you want to use. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 12 of 34

13 Query Screen Any fieldname combination can be used in the query tool. Cobra determines if a fieldname is to be included in the query by the simple fact that a value needs to be defined for that field. The total query to be executed is determined as the combination of all fields that have a value defined in the query screen, combined with the relational operator AND. The different field types (numerical, string, date) have different query operators. Cobra takes care of this and allows only the applicable operators to be selected. 4.2 Sort Order. By default, the first field of the table is identified as the identifier for the query results to be sorted on. Changing the order can be achieved by selecting the field from the List of Values.. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 13 of 34

14 Query Screen 4.3 Output Type. By default, the query results appear in a tabular form within the Cobra application and are hyperlinked for detailed view/modify capabilities (one record per screen). To export the data for further use by other applications, the output type can set to Excel/PDF and the results will be in the selected output format. 4.4 Predefined Query Queries can be supplied for general use by the System Administrator. Available queries can be selected from the List of Values. Any additional query values defined in the Query Screen will be used in conjunction of the selected predefined query. Example: The selection of AsiaPacific Quotes would return all records that are related to Customers in any Asia Pacific country. If only the quotes, created since January 01, 2011 would be required, the Creation Date on the query screen should be set accordingly: Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 14 of 34

15 Query Screen 4.5 Execute The Execute button will evaluate the supplied Query input and switch to the Index screen, where the Query results will be shown. 4.6 Save Query The Safe Query button, will save the query design, linked to the current user, so it can be reused for future use. It will appear in the Select Predefined Query Selection box. Each saved query will be identified by the current users I-Notes ID and the table this query was designed for. A default name (current date) will be attached to this query design. Changing the name of a Query Design Go to Admin,Users Table Query for your own account This will show your account info Go to the Details Screen and Select the View User Defined Queries by clicking the binoculars Locate your query and change the Query Description to your personal likings. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 15 of 34

16 Query Screen 4.7 Insert New Record. This option is only available if the current user access allows creation of new Records Fur a description of the Insert Function See description of the Insert Screen 4.8 Excel Tip If the Excel output is selected, make sure that the results appear in a separate window (i.e. that MS Excel takes over). How?: Open your Windows Explorer Select tools from the title bar. Select Folder Options Select File Types Locate the.xls extension. Select Advanced and duplicate the settings as shown below. (Browse in Same Window should not be selected!) Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 16 of 34

17 Query Screen As of Excel version 7, the result file will not be displayed in Excel without a confirmation about the format. This confirmation box appears in the background, hidden from the open applications. By using the ALT-TAB sequence you can check to see if the confirmation is there, if not this means Cobra is not done yet with delivering the output To disable this hidden confirmation: In Windows XP, click Start, click Run, type regedit, and then click OK. 1. Locate and then click the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security 2. On the Edit menu, point to New, and then click DWORD Value. 3. Type ExtensionHardening, and then press ENTER. 4. Right-click ExtensionHardening, and then click Modify. 5. In the Value data box, type the value data, and then click OK. The following list contains the value data settings that are appropriate for the ExtensionHardening setting: o 0: Do not check the file name extension and the file type, and bypass the function of the warning message. o 1: Check the file name extension and the file type. If they do not match, display the warning message. o 2: Check the file name extension and the file type. If they do not match, do not open the file. Note The default value data is 1. When the value data is set to 1, the behavior becomes the same as when no registry value is set. When the value data is set to 0, the file name extension and the file content are not checked in all situations. We do not recommend bypassing this function. 6. On the File menu, click Exit to exit Registry Editor. Careful!!! Going in to the Registry like this can cause serious issues, so prepare a full registry backup first!! Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 17 of 34

18 Index Screen 5 Query Result (Index) Screen 5.1 General The Query result screen shows the records that match the query criteria as defined in the query screen. Records are show in tabular form and be scrolled horizontally if the information width exceed the display width. Results are shown in batches of 20 records. Scrolling to the first/last/previous/next batch can be done with the navigation Icons. The translated query input is linked as a tooltip to the query result count Hoover over the text (in the middle) and the translated query will be revealed. From the query results screen, the details screen opens up by selecting the (hyperlinked) first field of the applicable row. In this example, Quote Number is hyperlinked to the Details screen Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 18 of 34

19 Index Screen 5.2 Query result Limit The results returned from a given query can be huge for certain tables. To avoid server overloads and response time degradation, the maximum amount of records to be returned can be set to a limited number. This limit can be defined on a per user basis. Whenever this limit is reached, Cobra displays a notification: 5.3 Adapt Query result screen. By default the query results are shown with ALL the fields that are available in the current table. Fields can be omitted by using the Adapt Query result screen Icon Only selected fields will be displayed in the query results screen Select All and Process will select ALL fields De-Select All and Process will de-select ALL fields Process will save the result for this table and the current user Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 19 of 34

20 Index Screen The above selection will only display 3 fields as the query result Selection of fields can be changed at all times. 5.4 Document Repository. Each Cobra application can be equipped with the functionality to attach multiple documents (of any kind) to table entries. The indication if the current table is equipped with this functionality is based on the presence of the green and/or yellow buttons, as the second element of the rows in the Index screen. What the colors mean: Yellow Button: click to attach documents. Green Button: click to view documents. Attach Documents View Documents If there is no green button, this indicates that there are NO documents attached yet. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 20 of 34

21 Index Screen Attach Documents. Click the yellow button, the following dialog opens: From here you either type in the document name (with the complete path) or you click the browse button, which enables you to locate and select the document from your computer or network storage. Once the document has been identified, press the Upload button and the document will be attached to the record of which the yellow button was pressed. The following status information will be displayed: To go back to the index view, use the browsers back button. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 21 of 34

22 Index Screen View Documents. Click the green button, the following dialog opens: Multiple document entries can be present, click on the document you want to view and the applicable viewer/application will display the document. Note: the application associated with a document needs to be installed on the client PC Remove Documents This functionality has not been implemented yet Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 22 of 34

23 Details Screen 6 Details Screen 6.1 General The purpose of the details screen is to display one record at a time and allow for modifications. Which fields can be modified, depends on the implemented security rules and use role for the table being accessed. The Details Screen can be equipped with subject tabs, subject paragraphs or a combination of both Example of Subject Tabs Only Example of Subject Paragraphs only Example of Combination Subject Tabs and Subject Paragraph Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 23 of 34

24 Details Screen Protected fields As general rule within the Cobra system, protected fields are colored grey. Fields can be protected based on the implemented security rules or for the simple reason that they are Read- or Display Only by design of the application. Example of Display Only fields are the related descriptions of coded fields (f.i country codes, sales engineer codes). These descriptions are there for informational purposes only. 6.2 Predefined views Whenever there are tables available that in some way can be linked to the current table, a predefined view can be designed to allow the display/maintenance of the linked data. An example of these links: Quote Header and Quote Lines, displays all the lines for the active quote number. Install base and Quotes, displays all the quotations for a given serial number The predefined views are created by the System Administrator and can be executed from the Details Screen. (click on the Binoculars) In the view, full Cobra functionality is available (incl. security rules) 6.3 Execution Bar Each Cobra application can have specific embedded functionality attached. These are all located at the Execution Bar and can be turned on or off, depending on the data content of the current record Example of the Execution Bar for Quote Header table Tooltips further explain the action, related to each Icon. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 24 of 34

25 Details Screen 6.4 Copy Record Records can be copied if the current user is allowed to insert new records in the current table (as defined by the security settings). The current record from the Details Screen will contain the source data. The identification of the target record will be defined in the Copy Script. As a general rule, the target record should not already exist. (exceptions can be implemented per application). Activate the Copy Option: General question asked: Current record of the Details Screen New record to be created with data from current record Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 25 of 34

26 Insert Screen 7 Insert Screen This is where the record identification (so called primary key) of the new table entry has to be defined. Control will switch to the Insert Screen by using the, available at both the Query- and Index screen (if security setting allow for Inserting new records). There are two ways of entering the primary key values for the new record Enter the values as they should be. Use the Generate button to retrieve the next available number. The generate functionality checks if the current user as specific numbering sequences defined for the current table. 1. If there is only one sequence defined, the next available number will be taken from the stack and control switches to the Details screen. 2. If there is more than one sequence defined, the user has to decide which sequence to use. 3. If there is no sequence defined, a warning will be displayed and the record identifier has to be entered as they should be. Example of multiple sequences defined. Example of no sequence defined Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 26 of 34

27 Data Loader 8 Data Loader 8.1 Introduction. The Cobra Loader is a generated application that is developed to do mass table loads, based on CSV file (comma separated file format) input. CSV files can be easily maintained through Microsoft Excel, or delivered as output by any given business system. Exception can be made to the separation character, this needs to be identified during the loader process (See figure 2) The description in this document is just an example of the generic process to follow. Since each Cobra table can be equipped with loader functionality, additional format description of the specific.csv file will be required to complete the process for a given table. 8.2 How to operate. The required loader is activated from the menu, next to the table that needs to be populated. Loader process consists of two steps Upload the CSV file to the Webserver Process the uploaded CSV file Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 27 of 34

28 Data Loader Upload the CSV file to the Webserver. To take exception on the delimiters used. Use the button to locate the CSV file, either on your hard drive or on the network Press to upload the selected CSV file to the Webserver. A confirmation message will be displayed Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 28 of 34

29 8.2.2 Process the Uploaded CSV file. Data Loader Press to process the entries in the CSV file. During the process, a status bar will be displayed and each row that is being processed will be displayed in a separate window. 8.3 Analyzing the results. After completion, the results are shown in tabular form Meaning: Nr of Records Added Nr of Records Updated Nr of Records Rejected Nr of Records Skipped Number of new records added (inserted) to the table, based on the processed load file Number of existing records in the table that were updated, based on the information in the processed load file Any row from the processed load file that contains an error will be rejected to be loaded in the table Some loaders are configured for new inserts only. Existing records are skipped and reported under this section. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 29 of 34

30 Data Loader 8.4 Load file Layout Although each loader can be designed to perform specific actions, the lay-out of the CSV load file has to comply with the following basics. 1. The first row always has to consist of the field names of the table for which the loader is designed (This will be communicated for each loader). 2. The following row(s) contain the data to be loaded, empty space between the delimiters is NOT allowed. For this purpose the dash has to be used (-). or the string null First row, contains field names Example of a load file Pattern_number,serial,number,owning_bu,pattern_family,qty_core_boxes 98AB123,01,ETL,null,3 3BC_D,01,COS,-,- 3BC_D,02,COS,-,4 Data to be loaded The above example will insert (or modify) three records in the given table, for which the loader was designed. Empty fields are to be defined as -.or null Each loader application is equipped with a downloadable load file template, which can be retrieved by the following link: An Excel formatted template will be generated, containing: The first row that is required for the.csv load file The Field descriptions (Length, type) Dropdown values (if any). Of this template, only row one is to be used for the load file, the rest is only there for information and reference. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 30 of 34

31 Data Loader Example of a template: As explained before, the first row of the load file identified the field names as they are used in the table, for which the loader was designed. Empty cells are not allowed in the load file (use the sign if a cell value is empty, this cell will in turn be ignored and the initial value in the table will not be overwritten). Columns can be omitted from the load file entirely, this will cause the load process to ignore that field to be populated or changed in the table. However, if a mandatory field is omitted during the insert of a new record, the loader will not load that specific row. (Will be reported in the error log at the end of the loader process). Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 31 of 34

32 Data Loader 8.5 The loader process in detail. The Cobra security model also applies to the execution of the loader process. If your account is not authorized, the following message will appear. In this case it is advised to contact the system admin John Maas Once the CSV file is uploaded to the webserver and the process button is pressed the following activities are performed on each row of the load file. Check for numerical fields that contain other than numerical characters Check for mandatory fields (fields that are not allowed to be empty) which are empty. Check if all foreign key elements supplied are valid (this means a validity check for country codes, customer numbers, and more ) If any of the above conditions are not met, the row will not be processed and the error will be displayed at the end of the loader process.(see figure 9). The error s can be handled by modifying the CSV file and start the process from scratch (any rows not flagged are processed and could be eliminated from the re-load) Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 32 of 34

33 Error Messages 9 Error Messages There is a distinct difference between system warnings and system errors. A system warning is nothing more than an informational message, saying what action is considered to illegal or inclomplete. For instance if a mandatory field is left empty, a warning will be generated to instruct the user that a value has to be supplied before the data will be committed to the table. Example of such a warning: Unfortunately, there are occasions that a user action causes situations that were not foreseen by the development team or just software bugs that cause the application to crash. When this happens (see the error below), it would surely help if you let the System Administrator know what happened, so it can be investigated and fixed. Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 33 of 34

34 Appendix Icons Used Appendix Icons Used Insert new record Zoom to supporting Table to make selection. The use is optional. The field that is linked to this Icon can also be manually edited. Selection from List of Values. Use is mandatory. The field that is linked to this icon cannot be manually modified. Date Picker. All date fields have a calendar attached, to select dates from Go to first screen of Query result Go to Previous screen of Query result Go to Next screen of Query result Go to Last screen of Query result Adapt Query result screen Attach Document Show Attached Documents Print Save input, stay on screen Cobra Navigation - Rev.0.2 Date: November jmaas@flowserve.com Page 34 of 34

Enterprise Reporting -- APEX

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

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Xfmea Version 10 First Steps Example

Xfmea Version 10 First Steps Example Xfmea Version 10 First Steps Example This example provides a quick introduction to the Xfmea software by allowing you to experiment with the application s data management, analysis and reporting features.

More information

Oracle Sourcing Support Helpdesk: Telephone: > Option

Oracle Sourcing Support Helpdesk: Telephone: > Option esourcing FAQ s Oracle Sourcing Support Helpdesk: Telephone: 021-4534777 -> Option 2.2.2 Email: oraclesourcingsupport@ervia.ie FAQ s Forgotten Password? Logging In and Accessing Tenders Acknowledging Intent

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

FindUs.Rail User Guide

FindUs.Rail User Guide FindUs.Rail User Guide 7001 Weston Parkway, Suite 200 Cary, North Carolina 27513 Copyright 2016 Railinc. All Rights Reserved. Last Updated: December 2016 FindUs.Rail User Guide Table of Contents Learning

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/ GlobeNewswire USER S GUIDE Version: 1.16 Issued: 2011-06-12 By: Global Corporate Services 12/06/2011 1.16 1 (31) Table of Contents 1. INTRODUCTION... 4 1.1 Document Objectives... 4 1.2 Document conventions...

More information

Hewlett Packard Enterprise Smart Quote

Hewlett Packard Enterprise Smart Quote Hewlett Packard Enterprise Smart Quote User Guide for Reseller Table of contents 1 Introduction to Smart Quote... 3 1.1 What is Smart Quote?... 3 1.2 Who will use Smart Quote?... 3 1.3 Do I require a special

More information

12/05/2017. Geneva ServiceNow Custom Application Development

12/05/2017. Geneva ServiceNow Custom Application Development 12/05/2017 Contents...3 Applications...3 Creating applications... 3 Parts of an application...22 Contextual development environment... 48 Application management... 56 Studio... 64 Service Creator...87

More information

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS WORKFLOW BUILDER TM FOR MICROSOFT ACCESS Application Guide Version 06.05.2008 This document is copyright 2007-2008 OpenGate Software. The information contained in this document is subject to change without

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

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE 1/25/2016 Section I: Special Functions [Topic 8B: Payroll Deduction Data Export and Import File Processing, V1.2] Revision History Date Version Description Author

More information

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 Contents Contents... i Oracle isupplier Portal Overview...1 Recommended Browsers and Settings...2 Advanced Settings...2 Turn-off pop-up blocker or Allow pop-up

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

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

Sales Order Configurator

Sales Order Configurator Sales Order Configurator User Guide Version 4.1 Mar 2016 Objective This user guide describes the Sales Order Configurator (SOC) system which is be used to place orders for Schneider software products.

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

What is OU Campus? Log into OU Campus

What is OU Campus? Log into OU Campus OU Campus v10 Content Providers User Guide This document is designed to provide (level 5) Content Providers with basic information needed to do most tasks. Those needing additional information are encouraged

More information

PL/SQL Developer 7.0 New Features. December 2005

PL/SQL Developer 7.0 New Features. December 2005 PL/SQL Developer 7.0 New Features December 2005 L/SQL Developer 7.0 New Features 3 Contents CONTENTS... 3 1. INTRODUCTION... 5 2. DIAGRAM WINDOW... 6 2.1 CREATING A DIAGRAM...6 2.2 SAVING AND OPENING

More information

N2KExtractor. Maretron Data Extraction Software User s Manual

N2KExtractor. Maretron Data Extraction Software User s Manual N2KExtractor Maretron Data Extraction Software User s Manual Revision 3.1.6 Copyright 2017 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 Document Control Change Record 4 Date Author Version Change Reference 12-Dec-2016 DOF 1.0 08-Feb-2017 DOF 1.1 Updated with new URL links 23-Mar-2017 DOF 1.2

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

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

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

InView 5 User Guide v 1.8

InView 5 User Guide v 1.8 InView 5 User Guide v 1.8 Tushar Bhamare Version 1.0 05-May-2017 Contents 1 Introduction... 4 2 Overview... 5 3 Sitemap and Navigation... 7 4 General... 8 4.1 Access Inview... 8 4.2 Customer, Hub and Client

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Printing Batch Unofficial Transcripts

Printing Batch Unofficial Transcripts Printing Batch Unofficial Transcripts On occasion, you may need to print unofficial transcripts for several students at one time. The Batch Transcripts process allows you to upload a text file containing

More information

Test Information and Distribution Engine

Test Information and Distribution Engine SC-Alt Test Information and Distribution Engine User Guide 2018 2019 Published January 14, 2019 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

Oracle User Productivity Kit User and Content Management. E August 2016

Oracle User Productivity Kit User and Content Management. E August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Copyright 1998, 2016, Oracle and/or its affiliates.

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

EMS MASTER CALENDAR User Guide

EMS MASTER CALENDAR User Guide EMS MASTER CALENDAR User Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction to the

More information

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE 11 2015 CONTENTS INTRODUCTION... 3 USERS... 4 FUNCTION ROLES AND DATA ROLES... 5 FUNCTION ROLES... 5 Create a Function Role... 8

More information

A³ Platform Quick Start

A³ Platform Quick Start A³ Platform Quick Start Last Update: Sep 07, 2011 Copyright 2002-2011 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting Started... 3 Download A3 Platform... 3 Start-up

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

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

KeyNavigator Book Transfer

KeyNavigator Book Transfer Created (10/2018) KeyNavigator Book Transfer User Guide Table of Contents 1. Introduction to Book Transfer... 3 Overview... 3 Features... 3 Navigation... 3 Transfer Processing Timing... 4 2. User-Level

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

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

econtracts for Tier1 partners COURSE CODE: COE01

econtracts for Tier1 partners COURSE CODE: COE01 econtracts for Tier1 partners COURSE CODE: COE01 April 2017 Introduction Welcome to the econtracts for Partners course. This course provides a brief overview of what the Zebra econtracts Portal is used

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

Adding Users. Adding Users CHAPTER

Adding Users. Adding Users CHAPTER CHAPTER 15 You can use Cisco Unified Communications Manager Bulk Administration (BAT) to add a group of new users and to associate users to phones and other IP Telephony devices in the Cisco Unified Communications

More information

Administration Essentials for New Admins (Managing Data) Exercise Guide

Administration Essentials for New Admins (Managing Data) Exercise Guide Administration Essentials for New Admins (Managing Data) Exercise Guide Table of Contents 6-1: Prepare the Import File... 1 6-2: Import Leads Using Wizard... 3 6-3: Export Using Data Loader... 4 6-4:

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

Agilent Partner Central

Agilent Partner Central User Guide for Partners 6/1/2010 For External Partners/US_Canada Version Author: Betsy Savarese/Trish Kohrt/Tamie LeBar/CEG Version: 1.0 Partner Central Training for Partners June 7 th through June 11

More information

Employee self-service guide

Employee self-service guide Employee self-service guide August 2016 (V.2) Contents Important note... 4 Login... 5 How do I know I am on the correct site and my connection is secure?... 5 How do I login?... 6 Username and password...

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

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

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Data Dictionary User Guide Version 1.1 (20 May 2016) Prepared By: (On behalf of Alion Science and Technology) For: US Army

More information

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F.

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. Logging Off... 4 G. Navigation Bar... 4 II. Search Menu...

More information

Los Angeles Unified School District Maximo 7.5 / General Query Management Guide. Post Date: 7/5/13

Los Angeles Unified School District Maximo 7.5 / General Query Management Guide. Post Date: 7/5/13 Los Angeles Unified School District Maximo 7.5 / General Query Management Guide Post Date: 7/5/13 DEFINITION The Query Management Guide is designed for anyone who wishes to generate their own queries in

More information

SmartSeminars User Guide

SmartSeminars User Guide SmartSeminars User Guide Copyright 1998-2006, E-Z Data, Inc. All Rights Reserved No part of this documentation may be copied, reproduced, or translated in any form without the prior written consent of

More information

Comodo Comodo Dome Antispam MSP Software Version 2.12

Comodo Comodo Dome Antispam MSP Software Version 2.12 Comodo Comodo Dome Antispam MSP Software Version 2.12 User Guide Guide Version 2.12.111517 Comodo Security Solutions 1255 Broad Street Clifton, NJ, 07013 Table of Contents 1 Introduction to Comodo Dome

More information

Training Manual. Gift Acknowledgement Maintenance

Training Manual. Gift Acknowledgement Maintenance Training Manual Gift Acknowledgement Maintenance How to use this manual This manual may include the graphics pointing out specific text. Refer to the descriptions below for detailed information about

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

Comodo Antispam Gateway Software Version 2.12

Comodo Antispam Gateway Software Version 2.12 Comodo Antispam Gateway Software Version 2.12 User Guide Guide Version 2.12.112017 Comodo Security Solutions 1255 Broad Street Clifton, NJ, 07013 Table of Contents 1 Introduction to Comodo Antispam Gateway...3

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 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

SOU Banner 9 Navigation Guide

SOU Banner 9 Navigation Guide SOU Banner 9 Navigation Guide Draft 11.29.2018 Contents Introduction.... 2 Application Navigator.... 2 Basic Navigation.... 3 Page Header.... 4 Key Block... 4 Sections... 5 Bottom Section Navigation...

More information

esa-p GUIDE Tracking and Reporting Guide on Tracking and Reporting 1 Page

esa-p GUIDE Tracking and Reporting Guide on Tracking and Reporting 1 Page esa-p GUIDE Tracking and Reporting 1 Page esa-p Guide Tracking and Reporting CHANGE LOG REASON FOR CHANGE VERSION DATE PARAGRAPH(S) Update of the esa-p user documentation for supplier 1.0 30/09/2015 All

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

Adobe Captivate Monday, February 08, 2016

Adobe Captivate Monday, February 08, 2016 Slide 1 - Slide 1 MT+ How to export and import mobilities In this demo you will see how to export the template or the list of existing mobilities, an explanation of the format of the CSV file how to use

More information

EasySites Quickstart Guide. Table Of Contents

EasySites Quickstart Guide. Table Of Contents EasySites Quickstart Guide Table Of Contents 1. Introduction: What is an Easysite? Page 2 2. Log In: Accessing your Easysite Page 2 3. Categories: A Navigation Menu for your Website Page 3 4. Entries:

More information

User Documentation. Administrator Manual.

User Documentation. Administrator Manual. User Documentation Administrator Manual Proposal Software 1140 US Highway 287, Suite 400-102 Broomfield, CO 80020 USA Tel: 203.604.6597 www.proposalsoftware.com Table of Contents Open the WebPro Viewer...

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Administrative Training Mura CMS Version 5.6

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

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

SanctionCheck 5 CSV File Tutorial

SanctionCheck 5 CSV File Tutorial SanctionCheck 5 CSV File Tutorial The SanctionCheck 5.0 Batch Search process provides a quick and convenient way to compare a list of persons or businesses against several government sanction databases

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

Supplier Quality Optimization Program ecert User Manual

Supplier Quality Optimization Program ecert User Manual Supplier Quality Optimization Program ecert User Manual Document Approval Name of Approver Defined in PDM Defined in PDM Defined in PDM Defined in PDM Role of Approver (per GSM) Author Project Manager

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Raptor University. Building Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Building Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Building Admin Training Instructor: RAPTOR TECHNOLOGIES, LLC This presentation includes the following topics to get you started using Raptor: Learning Objectives Create and Manage Users

More information

NJUNS Users Guide.

NJUNS Users Guide. NJUNS Users Guide www.njuns.com The National Joint Utilities Notification system, NJUNS, is a national organization of member utilities formed for the purpose of improving the coordination of joint ventures.

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

EDIT Tourism Statistics Aggregated Data Validation User Manual

EDIT Tourism Statistics Aggregated Data Validation User Manual EUROPEAN COMMISSION EUROSTAT Directorate B: Quality, methodology and information systems Unit B-3: IT for statistical production EDIT Tourism Statistics Aggregated Data Validation User Manual Date: 23/02/2015

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information

Performance Dashboard Guide

Performance Dashboard Guide Performance Dashboard Guide v8.0 May 10, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 Overview 3 1.1 System requirements 3 1.2 Installation 3

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

CREATING DIMENSIONED METRICS AND REPORTS

CREATING DIMENSIONED METRICS AND REPORTS CREATING DIMENSIONED METRICS AND REPORTS Table of Contents Understanding Dimensioned Elements... 3 Use a Naming Template to Specify Dimensioned Elements Name Format... 4 Create a Dimensioned Element that

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

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM Proprietary Materials No use of these Proprietary materials is permitted without

More information

isupport System EUAS Ease of Use Application Standards Screen Document

isupport System EUAS Ease of Use Application Standards Screen Document isupport System EUAS Ease of Use Application Standards Screen Document EUAS Ease of Use Application Standards Screen Version No 2.0 March 19, 2016 Revision History Revision Date 1-Jan-2016 1.0 Version

More information

Océ Posterizer Pro Designer. POP into retail. User manual Application guide

Océ Posterizer Pro Designer. POP into retail. User manual Application guide - Océ Posterizer Pro Designer POP into retail o User manual Application guide Copyright copyright-2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

More information

MarineLink SupplierOnline

MarineLink SupplierOnline MarineLink SupplierOnline Introduction for Suppliers with email integration Version: Revision: Date: 1.0.0 10 May 28, 2013 Table of Contents 1 Introduction to MarineLink SupplierOnline 3 1.1 Logging in

More information

GSA QMAC. Transportation Service Provider (TSP) TransPort Integrator User Guide. TransPort Integrator Service. Version 3.0

GSA QMAC. Transportation Service Provider (TSP) TransPort Integrator User Guide. TransPort Integrator Service. Version 3.0 GSA QMAC TransPort Integrator Service Transportation Service Provider (TSP) TransPort Integrator User Guide Version 3.0 Change Log Version # Date of Change Section Description of Change Changed By 1.0

More information

SANTANDER TREASURY LINK USER GUIDE

SANTANDER TREASURY LINK USER GUIDE SANTANDER TREASURY LINK USER GUIDE Welcome to Santander Treasury Link Santander Treasury Link is a secure Web application that allows you to manage accounts, payments, transfers, reports, and users. This

More information

Raptor University. District Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. District Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University District Admin Training Instructor: RAPTOR TECHNOLOGIES, LLC This presentation includes instruction on the following topics to get you started using Raptor: Learning Objectives Navigating

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Training Instructor: RAPTOR TECHNOLOGIES, LLC Log In and Log Out 1. In your browser, enter https://apps.raptortech.com. 2. On the Raptor Login screen, enter your assigned

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

My Query Builder Function

My Query Builder Function My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file,

More information

How to start as registered user? How to edit a content? How to upload a document (file)?... 8

How to start as registered user? How to edit a content? How to upload a document (file)?... 8 Platform Tutorial This document provides HydroEurope participants with the basic procedures to use the platform and to update the different pages of the website with text and documents. How to start as

More information

FORMSTACK ONLINE FORMS

FORMSTACK ONLINE FORMS FORMSTACK ONLINE FORMS Introduction The online application forms are built through a product called Formstack. With Formstack you can build intelligent and professional looking forms and map them into

More information