Audit Trail DELMIA Apriso 2018 Technical Guide

Size: px
Start display at page:

Download "Audit Trail DELMIA Apriso 2018 Technical Guide"

Transcription

1 Audit Trail DELMIA Apriso 2018 Technical Guide 2017 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA, NETVIBES, and 3DXCITE are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval.

2 Audit Trail DELMIA Apriso 2018 Technical Guide 2 Contents 1 Introduction Purpose Scope Intended Audience 3 2 Audit Trail Overview The Purpose of Audit Trail Key Audit Trail Terms How Audit Trail Works Central Configuration 4 3 Audit Configuration Overview Audit Configuration Overview Audit Configuration Browser 6 4 Audit Configuration Properties Header Tab Roles Tab Audited Tables Tab Main Table Additional Tables Audited Fields Tab Audited Fields Audited Field Properties Audit Conditions Tab Key Values Tab Common Configuration Mistakes 14 5 Audit Trail Usage 15 6 References 16 Figures Figure 1 Audit Configurations browser 6 Figure 2 Header tab 7 Figure 3 Roles tab 8 Figure 4 Audited Tables tab 8 Figure 5 Additional Table properties screen Header tab 9 Figure 6 Additional Table properties screen Additional Table Properties tab 10 Figure 7 Audited Fields tab Audited Field Properties screen 11 Figure 8 Audit Conditions tab 13 Figure 9 Key Values tab 13 Figure 10 Audit Configurations browser 15 Figure 11 Audit Trail main screen 15

3 Audit Trail DELMIA Apriso 2018 Technical Guide 3 1 Introduction 1.1 Purpose The purpose of this Technical Guide is to provide an overview of the Audit Trail framework in DELMIA Apriso, which is used for configuring and tracking database changes within the DELMIA Apriso system. All of the necessary information on using the framework to its full potential will be presented here. How to perform a common configuration and complete the administration tasks will also be described in detail. 1.2 Scope The scope of this document includes these core areas: Audit Trail architecture and key terms How Audit Trail works Configuration of Audit Trail Comprehensive explanation of how to create and maintain Audit Configurations Examples of how to create an Audit Trail based on business requirements Usage of Audit Trail An overview from the perspective of the end-user who is not involved in administrative tasks, but rather is focused on viewing and filtering Audit Trail 1.3 Intended Audience This guide is intended for people who are trained in using and administering DELMIA Apriso Audit Trail to perform basic, day-to-day procedures.

4 Audit Trail DELMIA Apriso 2018 Technical Guide 4 2 Audit Trail Overview 2.1 The Purpose of Audit Trail Audit Trail is used to track changes in the database. It enables traceability by logging changes on specified DELMIA Apriso tables and tracking what changes a specific user has made. This historical data is stored for comparison and backup purposes. The purpose of Audit Trail is to maintain control over all of the changes that have been made to DELMIA Apriso data over time. 2.2 Key Audit Trail Terms Audit Configuration a configuration that defines which changes to data are monitored and tracked The database table AUDIT_CONFIGURATION is used to store Audit Configurations (for more information, please see Database Documentation) Audit Entity represents a set of data that is consistent, has business meaning, and has been changed An Audit Entity is built using a definition from the Audit Configuration The database table AUDIT_EVENT is used to store Audit Events (for more information, see Database Documentation) Audit Event represents a single database operation on a set of data Audit Trail a record showing what database operations the user has performed during a given period of time An Audit Trail consists of Audit Events 2.3 How Audit Trail Works After DELMIA Apriso has been installed, Audit Trail is disabled by default. It is possible to enable Audit Trail on a table-by-table basis, as there is often the need to only track several specific tables rather than all existing DELMIA Apriso tables (which would severely impede the performance of DELMIA Apriso). When a specific DELMIA Apriso table has been configured for an audit, all of the changes made to this table by specific users will be stored in the Audit Trail Log. Only changes made after Audit Trail has been enabled will be stored. 2.4 Central Configuration Audit Trail must be enabled in Central Configuration.

5 Audit Trail DELMIA Apriso 2018 Technical Guide 5 There are two settings for Audit Trail that can be set in the DELMIA Apriso Central Configuration. The settings are system-wide and can be overridden on the application level. The settings are not accessible through DELMIA Apriso Configuration Manager, but they can be edited manually in the Central Configuration file using AuditEnabled and AuditConfigurationAbsouleLifetime keys located in the Framework section of the Central Configuration file (for detail, see Central Configuration Documentation). An audit generates considerable performance overhead, so it should be enabled only when it is necessary. (When Audit Trail is enabled, the UpdateBatchSize flag located in the DataServices section is disabled.)

6 Audit Trail DELMIA Apriso 2018 Technical Guide 6 3 Audit Configuration Overview 3.1 Audit Configuration Overview An Audit Trail is created based on an Audit Configuration. There can be many Audit Configurations in the system. An Audit Configuration is a user-defined object consisting of fields that are mapped to columns in database tables. One of the tables is considered the Main Table, and value changes in that table can trigger an audit. During runtime, the Audit Trail uses Audit Configurations to create Audit Entities when data in the database is changed and these changes are supposed to be tracked. An Audit Entity is an instance of an Audit Configuration that has values for its defined fields. An Audit Configuration may span several tables, and loading additional data from a database may be required before the Audit Trail for a specified Audit Configuration can be persisted. Finally, an Audit Event that contains an Audit Entity is persisted in the database. Audit Configurations are maintained using a set of screens that can be accessed in the DELMIA Apriso Desktop Client. 3.2 Audit Configuration Browser The Audit Configurations browser allows the user to browse, add, and remove Audit Configurations as well as select Audit Configurations for editing (see Figure 1). Figure 1 Audit Configurations browser An Audit Configuration can only be removed if no events were recorded by this configuration.

7 Audit Trail DELMIA Apriso 2018 Technical Guide 7 4 Audit Configuration Properties The Audit Configuration properties screen is displayed when the user chooses to add a new Audit Configuration or selects an existing one from the browser (see Figure 1). The properties of the Audit Configuration are divided into several tabs that will be discussed in the following sections. 4.1 Header Tab The Header tab (see Figure 2) contains the general properties of an Audit Configuration. The following items can be defined: Name the name of the Audit Configuration Description the description of the Audit Configuration Status the Audit Configuration can be enabled or disabled, and the status can be changed using the Enable/Disable button on the right side of the screen Figure 2 Header tab 4.2 Roles Tab The Roles tab (see Figure 3) defines the roles of the employees for which the Audit Trail will be generated. If there are no roles configured, then the Audit Trail will be generated for all employees. For example, an employee with the employee number of 997xy is assigned the Production User and Warehouse User roles. There is an Audit Configuration defined to track changes in the ATTENDANCE table. Employee 997xy clocks in and out. The behavior will be the following: If there are no roles configured, the Audit Trail will be created (for all employees) If there is a Process Author role configured, the Audit Trail will not be created (because employee 997xy has not been assigned this role) If there are Production User and Process Author roles configured, the Audit Trail will be created (because employee 997xy has been assigned one of these configured roles)

8 Audit Trail DELMIA Apriso 2018 Technical Guide 8 Figure 3 Roles tab 4.3 Audited Tables Tab The Audited Tables tab defines the tables that will be used to build an Audit Entity Main Table Figure 4 Audited Tables tab For each Audit Configuration, a Main Table must be selected. Only the Main Table is monitored for changes. The Main Table selected for this scenario is ATTENDANCE Additional Tables Additional Tables can be used to feed the Audit Entity additional reference data (e.g., the number of an employee taken from the EMPLOYEE table). The Audit Configuration can have multiple Additional Tables, but they are not required.

9 Audit Trail DELMIA Apriso 2018 Technical Guide 9 For example, an administrator wants to track changes in the attendance records. The ATTENDANCE table contains the EmployeeID column, which specifies an employee s unique ID and which is linked to the EMPLOYEE table. However, it would be more useful for the enduser to see the employee number that is stored in the EmployeeNo column of the EMPLOYEE table, so the administrator adds the EMPLOYEE table as an Additional Table. To add an Additional Table, click (Add). This will bring you to the Additional Table properties screen, which can also be accessed by clicking (Properties) after highlighting an existing Additional Table. The Additional Table properties screen has two tabs (see Figure 5) Header and Additional Table Properties and allows the user to configure and edit the properties of an Additional Table. For the purposes of this scenario, the following Additional Tables have been added: Header Tab Table Alias Required EMPLOYEE EMPLOYEEE WORK_CENTER WORK_CENTER EMPLOYEE On this tab, the following items can be defined: EMPLOYEE_CREATEDBY Name the name of the Additional Table, which must be linked by clicking (Link) Required this check-box indicates if data from the Additional Table is required when building an Audit Entity If the Additional Table is marked as Required, then during runtime the Audit Trail will not persist an Audit Event if data does not exist in the Additional Table Alias the alias of the Additional Table, which needs to be unique within the scope of the Audit Configuration Description the description of the Additional Table Figure 5 Additional Table properties screen Header tab

10 Audit Trail DELMIA Apriso 2018 Technical Guide 10 Additional Table Properties Tab This tab defines the links between the tables (which is very similar to the concept of joins in the world of SQL). A link is based on an Audited Field (see 4.4 Audited Fields Tab) and describes which value of a field from the parent table will be used to retrieve a record from the Additional Table. To add a link, click (Add), and select a Field Name and Parent Field Name. Figure 6 Additional Table properties screen Additional Table Properties tab It is also possible to define the link between an Additional Table and parent table based on a constant value (as with the Facility Field Name in the table below). The value of a field in the Additional Table is filtered using the constant value specified in the grid. For this scenario, the fields in the table below have been configured in the Additional Table Properties tab. Additional Table Field Name Parent Field name Constant Value EMPLOYEE EmployeeID AttendanceEmployeeID WORK_CENTER WorkCenter AttendanceWorkCenter Facility Constant C1P1 EMPLOYEE CreatedByEmployee AttendanceCreatedBy 4.4 Audited Fields Tab Audited Fields The Audited Fields tab defines the fields that comprise the Audit Entity. All Audit Trail features are built around Audited Fields. Audited Fields are used to define triggering criteria, filtering conditions, and links between Audited Tables so that they can be persisted in the Audit Trail. This section allows the user to add, edit, and remove fields. The properties of Audited Fields are discussed further in the document. It is important to note that the Audit Configuration must have a set of unique fields defined. A set of unique fields constitutes the "primary key" of the Audit Entity. During runtime, Audit Trail uses the unique fields to differentiate between two objects instantiated using the same Audit Configuration. If the unique fields are not defined, it is possible that changes to two different objects (e.g., two EMPLOYEE records) will be recognized as one change, and the data will be mixed (which is clearly undesirable).

11 Audit Trail DELMIA Apriso 2018 Technical Guide 11 In continuation of the previous example, the administrator wants to display employee numbers in the Audit Trail. To do this, the administrator can add an audited field that is mapped to the EmployeeNo column in the EMPLOYEE table Audited Field Properties The Audited Field Properties screen appears after an Audited Field has been added, or it can be accessed by clicking (Properties) after highlighting an existing Audited Field. The screen (see Figure 7) allows the user to edit the properties of the Audited Field. The following items can be defined: Name the name of the Audited Field Description the description of the Audited Field Table Alias the alias of the table that contains the column to which the field is mapped This table must already be in the collection of Audited Tables (see 4.3 Audited Tables Tab) Table Field the database column to which the field is mapped Change Triggers Audit indicates if a change of value should trigger the creation of the Audit Trail Please note that this option is available only for the fields that come from the Main Table Persisted in Audit Trail indicates if a value of the field should be persisted in the Audit Trail Please note that the fields do not necessarily have to be persisted in the Audit Trail, as they can be used for other purposes also (e.g., to link other tables or define conditions for other tables) Unique indicates if a field is part of the unique key that, during runtime, allows the Audit Trail to differentiate between objects instantiated from the same Audit Configuration Figure 7 Audited Fields tab Audited Field Properties screen For our scenario, we have added the Audited Fields in the image below: Field Name Table Alias Table Field Triggers Audit Persisted Unique AttendanceCreatedby ATTENDANCE CreatedBy AttendanceEmployeeID ATTENDANCE EmployeeID

12 Audit Trail DELMIA Apriso 2018 Technical Guide 12 AttendanceEndTime ATTENDANCE EndTime AttendanceID ATTENDANCE ID AttendanceStartTime ATTENDANCE StartTime AttendanceWorkCenter ATTENDANCE WorkCenter EmployeeID EMPLOYEE ID EmployeeName EMPLOYEE Name EmployeeNo EMLPOYEE EmployeeNo CreatedBy EMPLOYEE_CREAT Name EDBY CreatedByEmployee EMPLOYEE_CREAT EmployeeNo EDBY WORK_CENTER WorkCenter Faclilty WORK_CENTER Facility WorkCenter WORK_CENTER WorkCenter 4.5 Audit Conditions Tab The Audit Conditions tab (see Figure 8) defines conditions that will be evaluated to determine if an Audit Entity should be persisted in the Audit Trail. The conditions can be established for all Audited Fields and for all available standard DELMIA Apriso operators. Additionally, a database action can be defined on which the Audit Entity will be persisted. For example, an administrator wants to create an Audit Trail that will consist of all additions and all edits performed by users. Additionally, the administrator wants to exclude two users from the Audit Trail: ADMIN and SYSTEM. To configure these conditions, the administrator: 1 Unselects the Delete checkbox in order to indicate that the Audit Trail shall not be persisted when the user deletes data from the database. 2 Adds the following Advanced Filter: EmployeeNo NOT IN Admin,System (see Figure 8). This means that the value of the EmployeeNo field should not be in the ADMIN or SYSTEM sets of values

13 Audit Trail DELMIA Apriso 2018 Technical Guide 13 Figure 8 Audit Conditions tab 4.6 Key Values Tab During runtime, Audit Trail keeps all the values of the Audited Fields as serialized properties of the Audit Event. The Key Values tab (see Figure 9) defines as Audited Fields which values will be stored in regular columns. The fields defined as Key Values can be used in search conditions both in DELMIA Apriso and in custom SQL queries. For example, an administrator defines an Audit Configuration on the ATTENDANCE and EMPLOYEE tables and sets EmployeeID as Key Value 1. The users of the Audit Trail request to be able to search the Audit Events by EmployeeNo and AttendanceEndTime, which are both fields of the Audit Configuration. The administrator defines that Key Value 2 will contain the value of the EmployeeNo field, while Key Value 3 will contain the value of the AttendanceEndTime field. Figure 9 Key Values tab

14 Audit Trail DELMIA Apriso 2018 Technical Guide Common Configuration Mistakes Defining Audit Configurations and designing Audit Trails may require deep functional and technical knowledge of DELMIA Apriso data models. Invalid configuration can dramatically destabilize the system, and, though it may not affect (i.e., modify) DELMIA Apriso data, it may lead the system to an unexpected stop. These are some common mistakes made when configuring Audit Trail and their resolutions: The application was not restarted after the Central Configuration had been changed Changes in the Central Configuration require the application to be restarted for the changes to take effect (see 2.4 Central Configuration) This concerns both the ASP.NET runtime engine and DELMIA Apriso services The link between tables is not defined properly Tables cannot be linked to invalid columns (e.g., the EmployeeID column in the EMPLOYEE table cannot be mapped to AttendanceStatus) (see 4.3 Audited Tables Tab) An error message (with this icon: ) will appear for any incorrect links on the Additional Table Properties tab of the Additional Table properties screen The fields are mapped to the wrong columns A field cannot have a name that suggests a different mapping than actually exists (e.g., the EmployeeNo field cannot be mapped to the GivenName column) (see 4.4 Audited Fields Tab) The unique fields have not been defined The Audit Configuration must have fields that are unique and they need to be marked as such (see 4.4 Audited Fields Tab

15 Audit Trail DELMIA Apriso 2018 Technical Guide 15 5 Audit Trail Usage The Audit Configurations browser (see Figure 10) allows the user to select the Audit Configuration for which the Audit Trail should be presented. To do this, select the desired Audit Configuration and press (Audit Trail). Figure 10 Audit Configurations browser The Audit Trail main screen consists of two sections (see Figure 11): 1 The Audit Trail section is a standard DELMIA Apriso grid that presents Audit Events persisted for the selected Audit Configuration. The list of Audit Events can be filtered and sorted by Action, Employee, Date, and various Key Values. 2 When a specific Audit Event is selected, the Audit Event Details list is filled with the values of all of the fields that are defined in the selected Audit Configuration. Figure 11 Audit Trail main screen For detailed information on enabling and using (Signature) in Audit Trail, please refer to the 21 CFR Part 11 Compliance Implementation Guide.

16 Audit Trail DELMIA Apriso 2018 Technical Guide 16 6 References All the documents referenced below are available from the DELMIA Apriso Start page, which can be accessed on your DELMIA Apriso server (<server name>/apriso/start). The newest versions of all the documents are available from the 3DS Support. 1 Dassault Systèmes, 21 CFR Part 11 Compliance Implementation Guide This guide describes how the FDA s 21 Code of Federal Regulations (21 CFR Part 11) on Electronic Records/Electronic Signatures is incorporated in the DELMIA Apriso solution. The guide also presents what modules are enhanced with the electronic signature-related functionality as well as how DELMIA Apriso (as a set of those modules) should be configured to support this. 2 Dassault Systèmes, Central Configuration Documentation This documentation describes in detail all the keys of the Central Configuration (CC) file for DELMIA Apriso. Various sections group the keys for individual modules or distinct functional areas. 3 Dassault Systèmes, Database Documentation This documentation enables viewing DELMIA Apriso database (DB) tables (organized into groups), their descriptions, and the relations between them.

Flat File Decoding DELMIA Apriso 2017 Technical Guide

Flat File Decoding DELMIA Apriso 2017 Technical Guide Flat File Decoding DELMIA Apriso 2017 Technical Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA,

More information

21 CFR Part 11 Compliance DELMIA Apriso 2018 Implementation Guide

21 CFR Part 11 Compliance DELMIA Apriso 2018 Implementation Guide 21 CFR Part 11 Compliance DELMIA Apriso 2018 Implementation Guide 2017 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Sequence Provider DELMIA Apriso 2018 Implementation Guide

Sequence Provider DELMIA Apriso 2018 Implementation Guide Sequence Provider DELMIA Apriso 2018 Implementation Guide 2017 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D

More information

FlexParts DELMIA Apriso 2018 Implementation Guide

FlexParts DELMIA Apriso 2018 Implementation Guide FlexParts DELMIA Apriso 2018 Implementation Guide 2017 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA,

More information

Database Management (Functional) DELMIA Apriso 2018 Implementation Guide

Database Management (Functional) DELMIA Apriso 2018 Implementation Guide Database Management (Functional) DELMIA Apriso 2018 Implementation Guide 2017 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA,

More information

CONFIGURED IP MANAGEMENT OBJECTIVE

CONFIGURED IP MANAGEMENT OBJECTIVE CONFIGURED IP MANAGEMENT OBJECTIVE Configured IP Management provides engineers with full control and thorough traceability of modifications made with 3DEXPERIENCE applications for designing and simulating

More information

Manufacturing Process Intelligence DELMIA Apriso 2017 Installation Guide

Manufacturing Process Intelligence DELMIA Apriso 2017 Installation Guide Manufacturing Process Intelligence DELMIA Apriso 2017 Installation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA,

More information

CLIENT SYSTEM REQUIREMENTS NOTEBOOK 2018

CLIENT SYSTEM REQUIREMENTS NOTEBOOK 2018 CLIENT SYSTEM REQUIREMENTS NOTEBOOK 2018 Copyright Notice 2017 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA,

More information

Performance Dashboard DELMIA Apriso 2017 Technical Guide

Performance Dashboard DELMIA Apriso 2017 Technical Guide Performance Dashboard DELMIA Apriso 2017 Technical Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D

More information

INSTALL GUIDE BIOVIA INSIGHT 2.6

INSTALL GUIDE BIOVIA INSIGHT 2.6 INSTALL GUIDE BIOVIA INSIGHT 2.6 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

DEVELOPER GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016

DEVELOPER GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 DEVELOPER GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA,

More information

INSTALL GUIDE BIOVIA INSIGHT 2016

INSTALL GUIDE BIOVIA INSIGHT 2016 INSTALL GUIDE BIOVIA INSIGHT 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Business Integrator - Configuration Guidelines DELMIA Apriso 2018 Technical Guide

Business Integrator - Configuration Guidelines DELMIA Apriso 2018 Technical Guide Business Integrator - Configuration Guidelines DELMIA Apriso 2018 Technical Guide 2018 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA,

More information

HOW GEOVIA GEMS DEFINES BLOCK DISCRETIZATION AND BLOCK VARIANCE:

HOW GEOVIA GEMS DEFINES BLOCK DISCRETIZATION AND BLOCK VARIANCE: HOW GEOVIA GEMS DEFINES BLOCK DISCRETIZATION AND BLOCK VARIANCE: EXECUTIVE SUMMARY For confidence and clarity when discussing interpolation results from GEOVIA GEMS, it is important to understand how GEMS

More information

SOLIDWORKS ELECTRICAL SUITE

SOLIDWORKS ELECTRICAL SUITE SUPPOR T I NG EX C ELLENC E SOLIDWORKS ELECTRICAL SUITE SEAMLESS INTEGRATION OF ELECTRICAL AND MECHANICAL DESIGN INTEGRATED ELECTRICAL SYSTEM DESIGN SOLIDWORKS Electrical Solutions simplify electrical

More information

SOLIDWORKS ELECTRICAL SUITE

SOLIDWORKS ELECTRICAL SUITE SOLIDWORKS ELECTRICAL SUITE SEAMLESS INTEGRATION OF ELECTRICAL AND MECHANICAL DESIGN INTEGRATED ELECTRICAL SYSTEM DESIGN SOLIDWORKS Electrical Solutions simplify electrical product design with specific

More information

SOLIDWORKS SOLUTIONS ENGINEERING AND DESIGN TOOLS TO DRIVE YOUR BUSINESS

SOLIDWORKS SOLUTIONS ENGINEERING AND DESIGN TOOLS TO DRIVE YOUR BUSINESS SOLIDWORKS SOLUTIONS ENGINEERING AND DESIGN TOOLS TO DRIVE YOUR BUSINESS Powerful, yet simple solutions to help you grow your business SOLIDWORKS design solutions help designers, engineers, and manufacturers

More information

Web Services DELMIA Apriso 2017 Implementation Guide

Web Services DELMIA Apriso 2017 Implementation Guide Web Services DELMIA Apriso 2017 Implementation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA,

More information

DESIGNER TO ANALYST PROCESS SOLUTIONS Innovate. Evaluate. Validate.

DESIGNER TO ANALYST PROCESS SOLUTIONS Innovate. Evaluate. Validate. DESIGNER TO ANALYST PROCESS SOLUTIONS Innovate. Evaluate. Validate. INNOVATION BY - DRIVEN DESIGN Innovation starts with someone asking, What if? or Why not? Answering these questions with any great certainty

More information

SOLIDWORKS ELECTRICAL SUITE

SOLIDWORKS ELECTRICAL SUITE SOLIDWORKS ELECTRICAL SUITE SEAMLESS INTEGRATION OF ELECTRICAL AND MECHANICAL DESIGN INTEGRATED ELECTRICAL SYSTEM DESIGN SOLIDWORKS Electrical Solutions simplify electrical product design with specific

More information

DELMIA Apriso DELMIA Apriso 2017 Installation Guide

DELMIA Apriso DELMIA Apriso 2017 Installation Guide DELMIA Apriso DELMIA Apriso 2017 Installation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA,

More information

DELTAGEN 13 GAME-CHANGING VISUAL QUALITY WITH MINIMAL EFFORT

DELTAGEN 13 GAME-CHANGING VISUAL QUALITY WITH MINIMAL EFFORT DELTAGEN 13 GAME-CHANGING VISUAL QUALITY WITH MINIMAL EFFORT GAME-CHANGING VISUAL QUALITY WITH MINIMAL EFFORT 3DEXCITE DELTAGEN is the world s leading high-end 3D visualization software that delivers a

More information

SOLIDWORKS SOLUTIONS THE POWER YOU NEED TO DRIVE INNOVATION POWERFUL, YET SIMPLE SOLUTIONS TO HELP YOU GROW YOUR BUSINESS

SOLIDWORKS SOLUTIONS THE POWER YOU NEED TO DRIVE INNOVATION POWERFUL, YET SIMPLE SOLUTIONS TO HELP YOU GROW YOUR BUSINESS SUPPORTING EXCELLENCE SOLIDWORKS SOLUTIONS THE POWER YOU NEED TO DRIVE INNOVATION POWERFUL, YET SIMPLE SOLUTIONS TO HELP YOU GROW YOUR BUSINESS SOLIDWORKS design solutions help designers, engineers, and

More information

Data Visualization DELMIA Apriso 2017 Implementation Guide

Data Visualization DELMIA Apriso 2017 Implementation Guide Data Visualization DELMIA Apriso 2017 Implementation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Mine sequence optimization for Block Caving using concept of best and worst case

Mine sequence optimization for Block Caving using concept of best and worst case Mine sequence optimization for Block Caving using concept of best and worst case Daniel Villa, Principal Consultant, Caving Business Unit, DASSAULT SYSTÈMES GEOVIA White Paper Abstract The generation of

More information

ENOVIA Studio Developer Edition

ENOVIA Studio Developer Edition ENOVIA Studio Developer Edition Product overview ENOVIA Studio Developer Edition provides software code implementation and quality engineering capabilities to more rapidly develop custom applications for

More information

FEATURE LIST DELTAGEN MARKETING SUITE

FEATURE LIST DELTAGEN MARKETING SUITE FEATURE LIST DELTAGEN MARKETING SUITE 3DEXCITE DELTAGEN MARKETING SUITE - STAGE MAKE IT SHINE While DELTAGEN ROBOT and HUB convert, prepare and preserve model data, DELTAGEN STAGE provides the final steps

More information

DELTAGEN STELLAR. DISTRIBUTED RENDERING - CLUSTER SETUP Administration Guide

DELTAGEN STELLAR. DISTRIBUTED RENDERING - CLUSTER SETUP Administration Guide DELTAGEN STELLAR DISTRIBUTED RENDERING - CLUSTER SETUP Administration Guide CONTENTS Prerequisites 2 Overview 2 Setup 2 Set up Artifacts 3 Cluster Setup 3 Cluster Startup 3 Start and Shutdown Order 3 Remote

More information

ADMINISTRATION GUIDE BIOVIA QUERY SERVICE 2018

ADMINISTRATION GUIDE BIOVIA QUERY SERVICE 2018 ADMINISTRATION GUIDE BIOVIA QUERY SERVICE 2018 Copyright Notice 2017 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA,

More information

USER GUIDE Time and Attendance User Administration Human Capital Management Suite

USER GUIDE Time and Attendance User Administration Human Capital Management Suite USER GUIDE Time and Attendance User Administration Human Capital Management Suite Ormed Information Systems Ltd. Version 1.2 (January 2015) What s Inside What s Inside...1 Introduction...2 Procedures...3

More information

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012 Product Documentation ER/Studio Portal User Guide Version 1.6.3 Published February 21, 2012 2012 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

FAQ. General Information: Online Support:

FAQ. General Information: Online Support: FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com Phone:

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

Dispatching Board DELMIA Apriso 2017 Implementation Guide

Dispatching Board DELMIA Apriso 2017 Implementation Guide Dispatching Board DELMIA Apriso 2017 Implementation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D

More information

Visualization Library DELMIA Apriso 2017 Implementation Guide

Visualization Library DELMIA Apriso 2017 Implementation Guide Visualization Library DELMIA Apriso 2017 Implementation Guide 2016 Dassault Systèmes. Apriso, 3DEXPERIENCE, the Compass logo and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

Interstage Business Process Manager Analytics V12.1 Studio Guide

Interstage Business Process Manager Analytics V12.1 Studio Guide Interstage Business Process Manager Analytics V12.1 Studio Guide Solaris April 2013 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular products

More information

Database: LABEL ARCHIVE Server is compatible with Microsoft Access, SQL Server 2005/2008, and Oracle 10 or higher.

Database: LABEL ARCHIVE Server is compatible with Microsoft Access, SQL Server 2005/2008, and Oracle 10 or higher. RELEASE NOTES LABEL ARCHIVE v3.30.00 06 April 2011 Table of Contents System Requirements New Features & Enhancements Fixed Defects Known Limitations Compatibility with Other TEKLYNX Software System Requirements

More information

testo Comfort Software CFR 4 Instruction manual

testo Comfort Software CFR 4 Instruction manual testo Comfort Software CFR 4 Instruction manual 2 1 Contents 1 Contents 1 Contents... 3 2 Specifications... 4 2.1. Intended purpose... 4 2.2. 21 CFR Part 11 and terminology used... 5 3 First steps... 9

More information

Infor Factory Track Shop Floor User Guide

Infor Factory Track Shop Floor User Guide Infor Factory Track Shop Floor User Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

SOLIDWORKS TECHNICAL COMMUNICATIONS

SOLIDWORKS TECHNICAL COMMUNICATIONS SOLIDWORKS TECHNICAL COMMUNICATIONS ADDING A NEW DIMENSION TO YOUR TECHNICAL COMMUNICATION DELIVERABLES POWERFUL, YET SIMPLE SOLUTIONS TO HELP YOU GROW YOUR BUSINESS You put significant time and money

More information

SOLIDWORKS TECHNICAL COMMUNICATIONS

SOLIDWORKS TECHNICAL COMMUNICATIONS SOLIDWORKS TECHNICAL COMMUNICATIONS ADDING A NEW DIMENSION TO YOUR TECHNICAL COMMUNICATION DELIVERABLES POWERFUL, YET SIMPLE SOLUTIONS TO HELP YOU GROW YOUR BUSINESS You put significant time and money

More information

Texas Education Agency

Texas Education Agency Texas Education Agency TSDS UNIQUE ID TSDS Unique ID User Guide April 02, 2018 TSDS Unique ID User Guide Table of Contents About This Guide... 5 Definitions, Acronyms, and Abbreviations... 5 About the

More information

Adobe Sign and 21 CFR Part 11

Adobe Sign and 21 CFR Part 11 Adobe Sign and 21 CFR Part 11 Today, organizations of all sizes are transforming manual paper-based processes into end-to-end digital experiences speeding signature processes by 500% with legal, trusted

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer User Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Governance, Risk, and Compliance Controls Suite. Release Notes. Software Version

Governance, Risk, and Compliance Controls Suite. Release Notes. Software Version Governance, Risk, and Compliance Controls Suite Release Notes Software Version 7.2.2.1 Governance, Risk, and Compliance Controls Suite Release Notes Part No. AG008-7221A Copyright 2007, 2008, Oracle Corporation

More information

Precise for BW. User Guide. Version x

Precise for BW. User Guide. Version x Precise for BW User Guide Version 9.8.0.x 2 Precise for BW User Guide Copyright 2018 Precise Software Solutions, Inc. All rights reserved. Precise for BW User Guide version 9.8.0.x Document release version

More information

CHAPTER TWO STEP-UP TO SIMULATION:

CHAPTER TWO STEP-UP TO SIMULATION: CHAPTER TWO STEP-UP TO SIMULATION: TACKLING COMPLEX ENGINEERING CHALLENGES CHAPTER TWO STEP UP TO A SMARTER WAY TO DESIGN Contrary to popular belief, simulation is one of the simplest and easiest ways

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

SOLIDWORKS DESIGN TO MANUFACTURING PROCESS SOLUTION

SOLIDWORKS DESIGN TO MANUFACTURING PROCESS SOLUTION SOLIDWORKS DESIGN TO MANUFACTURING PROCESS SOLUTION DESIGN, VISUALIZE, COMMUNICATE, VALIDATE, COST, MANUFACTURE, INSPECT, COMPOSE, AND MANAGE ALL IN ONE ENVIRONMENT. For years, companies have survived

More information

TOP 5 TIPS IN GEOVIA SURPAC VOL 1 USEFUL TIPS TO HELP YOU GET THE MOST OUT OF YOUR SOFTWARE

TOP 5 TIPS IN GEOVIA SURPAC VOL 1 USEFUL TIPS TO HELP YOU GET THE MOST OUT OF YOUR SOFTWARE TOP 5 TIPS IN GEOVIA SURPAC VOL 1 USEFUL TIPS TO HELP YOU GET THE MOST OUT OF YOUR SOFTWARE INTRODUCTION GEOVIA Surpac is the world s most popular geology and mine planning software, supporting open pit

More information

SAGE ACCPAC. Sage Accpac ERP. G/L Consolidations. User Guide

SAGE ACCPAC. Sage Accpac ERP. G/L Consolidations. User Guide SAGE ACCPAC Sage Accpac ERP G/L Consolidations User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service names are registered

More information

Simulation Model Creation and Assembly Essentials. R2014x

Simulation Model Creation and Assembly Essentials. R2014x Simulation Model Creation and Assembly Essentials R2014x About this Course Course objectives Upon completion of this course you will be able to: Clean and repair native and imported geometry. Use advanced

More information

Abaqus/CAE: Geometry Import and Meshing. About this Course

Abaqus/CAE: Geometry Import and Meshing. About this Course Abaqus/CAE: Geometry Import and Meshing R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Import, edit, and repair CAD geometry. Import and edit orphan meshes.

More information

Isight Component Development

Isight Component Development Lecture 1 Introduction Workshop 0 Workshop Preliminaries Lecture 2 Basic Component Anatomy Workshop 1 Building a GUI Workshop 2 Executing External Source Code Lecture 3 Building and Testing Components

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.1.0.0.0 Part No. E83887-01 March 2017 Core Corporate Admin User Manual March 2017 Oracle Financial Services Software Limited

More information

Introduction to Isight

Introduction to Isight Day 1 Lecture 1 Introduction Lecture 2 Isight Workshop 1 I-Beam Integration Lecture 3 Design of Experiments Workshop 2 I-Beam DOE Lecture 4 Optimization Methods Workshop 3 I-Beam Optimization Lecture 5

More information

Smart Measurement System for Late Phase

Smart Measurement System for Late Phase Smart Measurement System for Late Phase Electronic Data Capture (EDC) User Guide - Site Staff Version 6.6 Contents Contents 2 Section 1: Signing into Smart Measurement System (SMS) for Late Phase 4 1.1

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Sage G/L Consolidations User's Guide. May 2018

Sage G/L Consolidations User's Guide. May 2018 Sage 300 2019 G/L Consolidations User's Guide May 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Core Corporate Admin User Manual July 2017 Oracle Financial Services Software Limited

More information

Vela Web User Guide Vela Systems, Inc. All rights reserved.

Vela Web User Guide Vela Systems, Inc. All rights reserved. The Vela Systems Web application is designed to enable the administration, management, and reporting of the Vela Field Management Suite, as well as give project teams the ability to collaborate on issues,

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) GLOBAL SEARCH CONNECT (new UI!)

CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) GLOBAL SEARCH CONNECT (new UI!) 1 CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) The next phase of Cornerstone Connect is here! The user interface and experience of Knowledge Bank and Communities have been completely redesigned. This

More information

Product Documentation. ER/Studio Portal. User Guide 2nd Edition. Version 2.0 Published January 31, 2013

Product Documentation. ER/Studio Portal. User Guide 2nd Edition. Version 2.0 Published January 31, 2013 Product Documentation ER/Studio Portal User Guide 2nd Edition Version 2.0 Published January 31, 2013 2013 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

Getting Started for FRC Teams with SOLIDWORKS Electrical

Getting Started for FRC Teams with SOLIDWORKS Electrical Getting Started for FRC Teams with SOLIDWORKS Electrical Apply for SOLIDWORKS and SOLIDWORKS Electrical at Download SOLIDWORKS Electrical KOP (Kit of Parts) at Post any questions/comments about SOLIDWORKS

More information

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1 Oracle Revenue Management and Billing Version 2.6.0.1.0 File Upload Interface (FUI) - User Guide Revision 1.1 E97081-01 May, 2018 Oracle Revenue Management and Billing File Upload Interface (FUI) - User

More information

INSTALLATION GUIDE BIOVIA VAULT SERVER 2016

INSTALLATION GUIDE BIOVIA VAULT SERVER 2016 INSTALLATION GUIDE BIOVIA VAULT SERVER 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA,

More information

Interstage Business Process Manager Analytics V12.0 Studio Guide

Interstage Business Process Manager Analytics V12.0 Studio Guide Interstage Business Process Manager Analytics V12.0 Studio Guide Windows/Linux January 2012 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular

More information

Avaya CMS Supervisor Reports

Avaya CMS Supervisor Reports Avaya CMS Supervisor Reports Release 16.1 June 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and accurate

More information

Isight Component Development 5.9

Isight Component Development 5.9 Isight Component Development 5.9 About this Course Course objectives Upon completion of this course you will be able to: Understand component requirements Develop component packages for Isight Targeted

More information

Sage G/L Consolidations User's Guide

Sage G/L Consolidations User's Guide Sage 300 2017 G/L Consolidations User's Guide This is a publication of Sage Software, Inc. Copyright 2016. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Governance, Risk, and Compliance Controls Suite. Preventive Controls Governor Flow Rules User s Guide. Software Version

Governance, Risk, and Compliance Controls Suite. Preventive Controls Governor Flow Rules User s Guide. Software Version Governance, Risk, and Compliance Controls Suite Preventive Controls Governor Flow Rules User s Guide Software Version 7.2.2.1 Preventive Controls Governor: Flow Rules User s Guide Part No. AR007-7221A

More information

ControlPoint. Managing ControlPoint Users, Permissions, and Menus. February 05,

ControlPoint. Managing ControlPoint Users, Permissions, and Menus. February 05, Managing Users, Permissions, and Menus February 05, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2018 All rights reserved. No part or section of the contents

More information

Abaqus/CAE: Geometry Import and Meshing

Abaqus/CAE: Geometry Import and Meshing Abaqus/CAE: Geometry Import and Meshing Day 1 Overview of Abaqus/CAE Lecture 1 Demonstration 1 Demonstration 2 Workshop 1 Workshop 2 Workshop 3 Geometry Import and Repair Geometry Import and Repair: Lens

More information

DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016

DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA,

More information

Sparta Systems TrackWise Digital Solution

Sparta Systems TrackWise Digital Solution Systems TrackWise Digital Solution 21 CFR Part 11 and Annex 11 Assessment February 2018 Systems TrackWise Digital Solution Introduction The purpose of this document is to outline the roles and responsibilities

More information

WHAT'S NEW SOLIDWORKS PDM 2019

WHAT'S NEW SOLIDWORKS PDM 2019 WHAT'S NEW SOLIDWORKS PDM 2019 Contents Legal Notices...3 1 SOLIDWORKS PDM...6 Conditional Notifications...6 Defining Conditional Notifications...7 Conditional Notification Dialog Box...7 Default Search

More information

Oracle Communications Network Charging and Control. Number Portability Service Pack User's Guide Release

Oracle Communications Network Charging and Control. Number Portability Service Pack User's Guide Release Oracle Communications Network Charging and Control Number Portability Service Pack User's Guide Release 12.0.0 December 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved.

More information

WebEx Meeting Center User Guide

WebEx Meeting Center User Guide WebEx Meeting Center User Guide For Hosts, Presenters, and Participants 8.17 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco

More information

Employee Web Services. Installation Guide

Employee Web Services. Installation Guide Employee Web Services This is a publication of Abila, Inc. Version 2017.x 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

Oracle Cloud Using the Adobe esign Adapter. Release 17.3

Oracle Cloud Using the Adobe esign Adapter. Release 17.3 Oracle Cloud Using the Adobe esign Adapter Release 17.3 E71395-07 September 2017 Oracle Cloud Using the Adobe esign Adapter, Release 17.3 E71395-07 Copyright 2016, 2017, Oracle and/or its affiliates. All

More information

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

More information

Oracle Utilities Smart Grid Gateway Adapter Development Kit

Oracle Utilities Smart Grid Gateway Adapter Development Kit Oracle Utilities Smart Grid Gateway Adapter Development Kit User's Guide Release 2.1.0 Service Pack 2 E41628-02 April 2014 Oracle Utilities Smart Grid Gateway Adapter Development Kit User's Guide Release

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Oracle Financial Services Regulatory Reporting Rwanda Suspicious Transaction Report User Guide. Release October 2014

Oracle Financial Services Regulatory Reporting Rwanda Suspicious Transaction Report User Guide. Release October 2014 Oracle Financial Services Regulatory Reporting Rwanda Suspicious Transaction Report User Guide Release 2.5.2 October 2014 Oracle Financial Services Regulatory Reporting Rwanda Suspicious Transaction Report

More information

Product Release Notes Alderstone cmt 2.0

Product Release Notes Alderstone cmt 2.0 Alderstone cmt product release notes Product Release Notes Alderstone cmt 2.0 Alderstone Consulting is a technology company headquartered in the UK and established in 2008. A BMC Technology Alliance Premier

More information

Entropy Software General Administration & Configuration

Entropy Software General Administration & Configuration Entropy Software General Administration & Configuration V1.02 1 of 34 Contents 1. Customising your Entropy system... 4 1.1 Entering or editing your Organisation s name into Entropy... 4 1.2 Adding a Watermark...

More information

USER GUIDE. Biometric Attendance Software.

USER GUIDE. Biometric Attendance Software. USER GUIDE Product AXES Time Biometric Attendance Software E-mail : Web site: sales@axestime.com Care@axestime.com www.axestime.com Overview Axes Time is an industry leader in terms of both innovation

More information

Pega Foundation for Healthcare

Pega Foundation for Healthcare Pega Foundation for Healthcare COMMON CODES SOLUTION BUSINESS CASE USE CASE GUIDE 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

PRISM-FHF The Fred Hollows Foundation

PRISM-FHF The Fred Hollows Foundation PRISM-FHF The Fred Hollows Foundation SECURITY ADMINISTRATOR S GUIDE Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 SECURITY CONSOLE... 6 ACCESSING THE SECURITY CONSOLE... 6 VIEWING THE

More information

Perceptive Intelligent Capture Project Migration Tool. User Guide. Version: 2.0.x

Perceptive Intelligent Capture Project Migration Tool. User Guide. Version: 2.0.x Perceptive Intelligent Capture Project Migration Tool User Guide Version: 2.0.x Written by: Product Knowledge, R&D Date: May 2015 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Advanced Reporting in the Online Report Designer Administration Guide

Advanced Reporting in the Online Report Designer Administration Guide SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014 CUSTOMER Advanced Reporting in the Online Report Designer Administration Guide Content 1 Change History....3 2 Overview....4

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

T E KLYNX CENTRAL I N S T A L L A T I O N G U I D E

T E KLYNX CENTRAL I N S T A L L A T I O N G U I D E TEKLYNX CENTRAL I N S T A L L A T I O N G U I D E Note TEKLYNX CENTRAL Installation Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

ACTS Version 5.9 Release

ACTS Version 5.9 Release ACTS Version 5.9 Release Release Note Last Updated: August 22, 2014 EFC Version: 12.1.1, Country Code: 1 Product Affected: ACTS Version 5.9 Document Author: Lindsey Organ KEY FEATURES AND UPDATES This

More information