CrownPeak Translation Model Framework. Version 0.91

Size: px
Start display at page:

Download "CrownPeak Translation Model Framework. Version 0.91"

Transcription

1 CrownPeak Translation Model Framework Version 0.91

2 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any information storage and retrieval system, without permission from CrownPeak Technology. Document History Author/Editor Date Reason for Change Version Greg Aimone 12/10/2013 Draft 0.90 Jason Yoo 3/10/2014 Add TMF Configurations 0.91 CrownPeak Technology 2

3 Table of Contents CrownPeak Translation Model Framework Overview... 4 Translation Model Framework Benefits... 4 Business Process Guide for the TMF Configuration... 5 Configuring the TMF... 5 Core Configuration... 6 Backend Configurations... 9 Using TMF to Manage Content Notes and Additional Information Implementation Guidelines CrownPeak Technology 3

4 CrownPeak Translation Model Framework Overview The Translation Model Framework (TMF) is a collection of templates created and managed by CrownPeak Professional Services that provides the CrownPeak authoring community the ability to manage multi-lingual content within a site, or localization activities across sites. CrownPeak subscribers that have any of the following needs, should consider leveraging the CrownPeak TMF in their next initiative: Managing sites of a multi-lingual nature (i.e. English and Spanish versions of the US site) Managing sites with similar content and structure, that will be localized for each regional deployment (North America site, Canada site, Mexico site) Managing content that has a single point of origination, with requirements to derive and deploy multiple versions of the content. The CrownPeak Translation Model Framework provides features that enable content teams to effectively leverage their investment in CrownPeak to meet these challenges. Translation Model Framework Benefits The TMF feature: Can be added to any existing CrownPeak configuration at any time. Enables effective collaboration between content owners. Provides notifications when master content has changed. Provides authors the ability to review change in the master content, for incorporation into their derived content set. Provides the ability to selectively send content out to a translation service. Can be used with a variety of translation services, or supports localization by regional content owners. CrownPeak Technology 4

5 Business Process Guide for the TMF Configuration The Translation Model Framework can be configured to support many different processes. Before starting the configuration, it is beneficial to solidify the scope of the configuration. What will the master content be? Will it be the US-English site for the corporate site? How will the content be translated/localized? Is it the whole site, or just parts of the site? Are there URL considerations for these sites (mysite.com/us-en mysite.com/us-es vs. mysite.com/en mysite.ca/en mysite.ca/fr) How will the translation/localization happen? Will in-region personnel provide the translation, or will an external service be involved? If a service will be involved, is there an existing business relationship between the customer and the translation service provider, or will contracts need to be established? If a service will be involved, will they exchange content electronically (as do all the Service Providers listed in the CrownPeak marketplace)? Can the standard workflow be extended to support the translation process? For example, all DRAFT content can be selectively (or automatically) sent out for translation as a part of the workflow steps. When localized content is received, the workflow can advance requesting review. How will the process for the initial content migration be different from ongoing content updates? For example, all of the US EN content Configuring the TMF Once the Business Process is understood CrownPeak will confirm the TMF Design with the customer. CrownPeak will confirm the workflow configuration changes for Translation states CrownPeak will confirm the alerts/notification configuration for authors CrownPeak will confirm the extent of the template changes for Translation formats CrownPeak will confirm the extent of the publishing packages and jobs for processing Translation files CrownPeak will work directly with the translation service provider to Confirm Inbox/Outbox file processing Confirm XML formats for Inbox/Outbox processing CrownPeak will add the TMF templates into the configuration from the Professional Services Library. CrownPeak will configure the TMF per project specifications, and will conclude with the User Training and Acceptance Testing Once the Business Process is understood, configuring the TMF will be configured in the following way: TMF Library - The following classes need to be created in /System/Library/ directory. Please make sure to create CrownPeak Technology 5

6 TMFGeneralFunctions.cs first since most of the core functions live in TMFGeneralFunctions.cs and other library files are using them. TMFGeneralFunctions.cs TMFInput.cs TMFOutput.cs TMFPostInput.cs TMFPostSave.cs Core Configuration TMF Library Create TMF configuration folders/files in /System/Translation Model Framework directory - Templates, Models, and Assets are core configuration that power the TMF. _Assets JS, CSS, Images _Templates TMF Configuration Folders CrownPeak Technology 6

7 TMF Assets Auto Link Locales (input.aspx, output.aspx) Country Sites Config (input.aspx, post_input.aspx) Global TMF Config (input.aspx, post_input.aspx, post_save.aspx) Languages (input.aspx, post_input.aspx) Locale Config (input.aspx, post_input.aspx) Relationship Config (input.aspx, post_input.aspx) Templates Config (input.aspx) Translation Rules (input.aspx, post_input.aspx) _Models CrownPeak Technology 7

8 TMF Templates Model Template Path Country Site /System/Translation Model Framework/_Templates/Country Sites Config Language /System/Translation Model Framework/_Templates/Languages Locale /System/Translation Model Framework/_Templates/Locale Config Relationship /System/Translation Model Framework/_Templates/Relationship Config Translation Rule /System/Translation Model Framework/_Templates/Translation Rules Note: The latest version of the library classes/templates are available on Diageo instance. TMF library will be part of the CrownPeak Services Library soon. Setup Global Configuration (/System/Translation Model Framework/Global) Countries and Languages need to be pre-defined in order to add in each site. Country Sites Languages CrownPeak Technology 8

9 Backend Configurations There must be a _TMF folder in the site directory. _TMF folder should contain the following folders: TMF Directory Folders Country Sites Config - Countries are not just limited to "countries", but in fact can be used to define any geographical region, such as state (CA, NY, etc), continent (North America, Europe), political regions (Middle East, Indian SubContinent), etc. Globally configured countries will be available in this folder. Languages Config - Languages describe the language(s) available for the TMF to manage. Globally configured languages will be available in this folder. Locales Config - A locale is a relationship of a Language and Country, and more importantly the actual content in the CMS to be identified as belonging to that Locale. Relationships Config - TMF stores information about master/derived relationships and master history for each asset. There is no need to manually create or change any assets in this folder. CrownPeak Technology 9

10 TMF Config Auto Link Locale - This asset allows administrators to perform initial TMF setup and create relationships between selected locales based on the CMS Folder Structure. The TMF will loop through all the assets in the Source Locale folder, search for matching assets in Destination Locale folder and create relationship if matching asset is found. Templates Configuration - This configuration asset allows you to select which templates and fields will be processed by the TMF. Folder Model Country Sites Config /System/Translation Model Framework/_Models/Country Site Languages Config /System/Translation Model Framework/_Models/Language Locales Config /System/Translation Model Framework/_Models/Locale Relationships Config /System/Translation Model Framework/_Models/Relationship Note: The listed models should be applied to each folder. Asset in TMF Config Folder Template Auto Link Locale /System/Translation Model Framework/_Templates/Auto Link Locale Templates Configuration /System/Translation Model Framework/_Templates/Templates Config Install TMF For the TMF to work properly, input/output/output_changes/post_input/post_save template files must contain TMF include code. input.aspx - TMFInput.LoadInput(asset, context); output.aspx - TMFOutput.LoadOutput(asset, context); output_changes.aspx - TMFOutput.LoadMasterAssetChanges(asset); post_input.aspx - TMFPostInput.LoadPostInput(asset, context); post_save.aspx - TMFPostSave.LoadPostSave(asset, context); (Optional) Configuring Translation Service Provider CrownPeak Technology 10

11 CrownPeak Technology 11

12 Using TMF to Manage Content Once the configuration is complete, CrownPeak will conduct user training as a part of User Acceptance testing. CrownPeak will review the TMF in the context of the business process, confirming the proper operations for: Country/Region Configuration Language Configuration Locale Configuration, and Content Folders and Owners Workflow Alerts Integrations with the Translation Service Provider Applying Changes to the Master Content Approving Translated Content Declining Translated Content Declining a request to Translate Content Any issues or additional changes requested will be processed as a part of the final configuration tuning. Once the User Acceptance Testing is completed, normal operations will commence, the configuration project will end, and operations will be supported by CrownPeak s Absolute Service team. Notes and Additional Information More information can be found: The Translation Model Framework whitepaper Using the TMF webinar recording Implementation Guidelines In general, a TMF project takes about hours to configure from a business process specification. Gathering the business requirements may take as much as 16 hours depending on documentation levels required. UAT and tuning the configuration may add 16 hours to an existing UAT, or may require 24 hours for a stand-alone configuration as: 8 hours of training, 16 hours of support across a 5 day UAT window. CrownPeak Technology 12

Twitter Integration. Version 0.93

Twitter Integration. Version 0.93 Twitter Integration Version 0.93 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

Starter Kit. Version 0.90

Starter Kit. Version 0.90 Starter Kit Version 0.90 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

CrownPeak Web Content Optimizer. Version 0.93

CrownPeak Web Content Optimizer. Version 0.93 CrownPeak Web Content Optimizer Version 0.93 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

CrownPeak Playbook CrownPeak Search

CrownPeak Playbook CrownPeak Search CrownPeak Playbook CrownPeak Search Version 0.94 Table of Contents Search Overview... 4 Search Benefits... 4 Additional features... 5 Business Process guides for Search Configuration... 5 Search Limitations...

More information

Marketo Crownpeak Platform Integration Playbook. Version 0.99

Marketo Crownpeak Platform Integration Playbook. Version 0.99 Marketo Crownpeak Platform Integration Playbook Version 0.99 2016 Crownpeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means,

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

Design Build Services - Service Description-v7

Design Build Services - Service Description-v7 Design Build Services - Service Description Hyper-scale clouds, such as Microsoft s Azure platform, allow organizations to take advantage of flexible, cost-effective cloud solutions that have the power

More information

Altiris Client Management Suite 7.1 from Symantec User Guide

Altiris Client Management Suite 7.1 from Symantec User Guide Altiris Client Management Suite 7.1 from Symantec User Guide Altiris Client Management Suite 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and

More information

Altiris Software Management Solution 7.1 from Symantec User Guide

Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

NetIQ Secure Configuration Manager Installation Guide. October 2016

NetIQ Secure Configuration Manager Installation Guide. October 2016 NetIQ Secure Configuration Manager Installation Guide October 2016 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use restrictions, U.S. Government restricted

More information

DocAve Online 3. Release Notes

DocAve Online 3. Release Notes DocAve Online 3 Release Notes Service Pack 17, Cumulative Update 1 Issued September 2017 New Features and Improvements Administrator Archiver Support working with Communication sites. Added the SharePoint

More information

Symantec ServiceDesk 7.1 SP1 Implementation Guide

Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

JumpStart Package for SHAREPOINT. by NIFTIT LLC

JumpStart Package for SHAREPOINT. by NIFTIT LLC JumpStart Package for SHAREPOINT by NIFTIT LLC 2016 2017 2 Table of Contents 1 Pricing page 05 2 Benefits page 05 3 The Process page 08 4 Package Components page 10 5 Technical Points page 16 6 Assumptions

More information

DocAve Online 3. Release Notes

DocAve Online 3. Release Notes DocAve Online 3 Release Notes Service Pack 16, Cumulative Update 1 Issued May 2017 New Features and Improvements Added support for new storage regions in Amazon S3 type physical devices, including: US

More information

DocAve. Release Notes. Governance Automation Online. Service Pack 9, Cumulative Update 6

DocAve. Release Notes. Governance Automation Online. Service Pack 9, Cumulative Update 6 DocAve Governance Automation Online Release Notes Service Pack 9, Cumulative Update 6 Issued December 2017 New Features and Improvements In Settings > System > E-mail Templates, the E-mail Template Language

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES SERVICE, SUPPORT AND EXPERT GUIDANCE FOR THE MIGRATION AND IMPLEMENTATION OF YOUR ORACLE APPLICATIONS ON ORACLE INFRASTRUCTURE

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: to 6.6.x

Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: to 6.6.x ImageNow Accounts Payable Invoice eform Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: 6.5.1.149 to 6.6.x Written by: Product Documentation, R&D Date: August 2012 2012

More information

DocAve Online 3. Release Notes

DocAve Online 3. Release Notes DocAve Online 3 Release Notes Service Pack 17 Issued July 2017 New Features and Improvements Replicator Report Center Administrator Nintex Workflow definitions can now be replicated. Office 365 group team

More information

Tzunami Deployer Hummingbird DM Exporter Guide

Tzunami Deployer Hummingbird DM Exporter Guide Tzunami Deployer Hummingbird DM Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected

More information

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0 Symantec Endpoint Protection Integration Component User's Guide Version 7.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms

More information

Symantec NetBackup Vault Operator's Guide

Symantec NetBackup Vault Operator's Guide Symantec NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 7.6 Symantec NetBackup Vault Operator's Guide The software described in this book is furnished under a license agreement and may

More information

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Introduction This two day class is designed for information workers or power users who serve as SharePoint

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes Release Date: March 2018 AvePoint Cloud Governance March 2018 Release Date: March 18, 2018 New Features and Improvements Prior to this release, in order to properly

More information

Department Administration

Department Administration Department Administration Best Practices Version: 7.2.x Written by: Product Knowledge, R&D Date: April 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Veritas Provisioning Manager

Veritas Provisioning Manager Veritas Provisioning Manager Automated server provisioning, part of the Veritas Server Foundation suite, automates server provisioning and management from physical bare metal discovery and OS installation

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

NetIQ Identity Manager Notification Guide. Febraury 2018

NetIQ Identity Manager  Notification Guide. Febraury 2018 NetIQ Identity Manager E-Mail Notification Guide Febraury 2018 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use restrictions, U.S. Government restricted

More information

Symantec NetBackup Appliance Fibre Channel Guide

Symantec NetBackup Appliance Fibre Channel Guide Symantec NetBackup Appliance Fibre Channel Guide Release 2.6.1.2 NetBackup 52xx and 5330 Symantec NetBackup Appliance Fibre Channel Guide Documentation version: 2.6.1.2 Legal Notice Copyright 2015 Symantec

More information

Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager. February 2018

Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager. February 2018 Null Service and Loopback Service Drivers Implementation Guide NetIQ Identity Manager February 2018 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use

More information

Quick Reference Card - Document Owner

Quick Reference Card - Document Owner Quick Reference Card - Document Owner Finding documents that you own, proxy, or assigned to you in each status. Under Documents, click My Documents/I Own. Creating New Document or New Version of Current

More information

DocAve. Release Notes. Governance Automation Online. Service Pack 8, Cumulative Update 1

DocAve. Release Notes. Governance Automation Online. Service Pack 8, Cumulative Update 1 DocAve Governance Automation Online Release Notes Service Pack 8, Cumulative Update 1 Issued October 2016 New Features and Improvements Users can now start Create Group, Change Group Settings, and Group

More information

4. Manage schedule (Schedule manager ) 1. Register schedule. 1. Register one by one. 5. Proceed task ( Artist ) 1. Start task

4. Manage schedule (Schedule manager ) 1. Register schedule. 1. Register one by one. 5. Proceed task ( Artist ) 1. Start task Wormhole user Guide 1. Wormhole 2. Workflow 1. Wormhole Outline 1. How Your Project Works 4. Manage schedule (Schedule manager ) 6. Proceed project ( Admin / Schedule manager ) 2. Admin and User System

More information

HeadSetup Pro Manager

HeadSetup Pro Manager Quick User Guide Contact information Support Portal: www.sennheiser.com/cco-support E-mail: hsuphelp@senncom.com Phone: Find your local support phone number and opening hours here below. Asia-Pacific Australia

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 26162 First edition 2012-08-15 Systems to manage terminology, knowledge and content Design, implementation and maintenance of terminology management systems Systèmes de gestion

More information

CA IT Client Manager / CA Unicenter Desktop and Server Management

CA IT Client Manager / CA Unicenter Desktop and Server Management CA GREEN BOOKS CA IT Client Manager / CA Unicenter Desktop and Server Management Object Level Security Best Practices LEGAL NOTICE This publication is based on current information and resource allocations

More information

Request Manager User's Guide

Request Manager User's Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

Open Connect Overview

Open Connect Overview Open Connect Overview What is Netflix Open Connect? Open Connect is the name of the global network that is responsible for delivering Netflix TV shows and movies to our members world wide. This type of

More information

Air Transat. Background. Goals. Challenges. Solution. Industry Travelling, Transport

Air Transat. Background. Goals. Challenges. Solution. Industry Travelling, Transport Air Transat www.airtransat.ca Industry Travelling, Transport Partner r42 communication Cooper Building 3981 boul. Saint-Laurent, suite 215 Montreal H2W1Y5 Quebec, Canada Ralph Spandl ralph@r42.ca Background

More information

AvePoint Cloud Governance. Release Notes

AvePoint Cloud Governance. Release Notes AvePoint Cloud Governance Release Notes January 2018 New Features and Improvements AvePoint Cloud Governance now includes a My Groups report, which shows users a list of Office 365 groups they own or are

More information

MOC 10748A: Deploying System Center 2012 Configuration Manager

MOC 10748A: Deploying System Center 2012 Configuration Manager MOC 10748A: Deploying System Center 2012 Configuration Manager Course Overview This course describes how to plan and deploy a Microsoft System Center 2012 Configuration Manager hierarchy, including the

More information

ImageNow Accounts Payable Invoice eform

ImageNow Accounts Payable Invoice eform ImageNow Accounts Payable Invoice eform Installation and Setup Guide Version: 10.2.0.x Compatible with ImageNow Versions: 6.5.1 to 6.7.x Written by: Product Documentation, R&D Date: October 2012 2012 Perceptive

More information

Resolving Actions and Completion Policy Status About Non-Workflow BPs Creating a BP Record... 40

Resolving Actions and Completion Policy Status About Non-Workflow BPs Creating a BP Record... 40 Unifier Project Controls User Guide Version 17 September 2017 Contents Introduction to Project Controls... 17 Downloading and Configuring Project Controls Base Product (On-Premises Deployment)17 Downloading

More information

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Unica Marketing Operations and Unica Campaign Version 8.2.0 Integration Guide Publication Date: September 20, 2010 Copyright THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Table of

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Course 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 8 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Overview This

More information

SAS Enterprise Miner TM 6.1. Migration Guide

SAS Enterprise Miner TM 6.1. Migration Guide SAS Enterprise Miner TM 6.1 Migration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Enterprise Miner TM 6.1: Migration Guide. Cary, NC: SAS Institute

More information

An End User s Perspective of Central Administration

An End User s Perspective of Central Administration Your free source of essential SharePoint know-how from Combined Knowledge An End User s Perspective of Central Administration By Chris Casingena Relevant to SharePoint 2013 www.combined-knowledge.com Copyright

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Course Details Course Outline Module 1: The Role of the Site Owner This module provides an introduction to the topics covered

More information

Services Summary. Deliverables. Location of Services. Services Assumptions & Exclusions. General Project Management

Services Summary. Deliverables. Location of Services. Services Assumptions & Exclusions. General Project Management Page 1 of 1 SERVICE DESCRIPTION: CISCO DNA CENTER ADVISE AND IMPLEMENT QUICK START ASF-EN1-G-DNAC-QS Services Summary Digital Network Architecture (DNA) Center Advise and Implement Quick Start assists

More information

Custom SharePoint Workflows

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

More information

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

More information

Navigator for ArcGIS an Introduction

Navigator for ArcGIS an Introduction Esri Developer Summit March 8 11, 2016 Palm Springs, CA Navigator for ArcGIS an Introduction Scott Sandusky Navigator for ArcGIS Navigator for ArcGIS is a mobile app that gets your field workforce where

More information

DocAve. Release Notes. Governance Automation Online. Service Pack 8

DocAve. Release Notes. Governance Automation Online. Service Pack 8 DocAve Governance Automation Online Release Notes Service Pack 8 Issued September 2016 New Features and Improvements Added support for the Group Report. This report displays information for all Office

More information

TEAMSITE-TO-ADOBE MIGRATION BRIDGE

TEAMSITE-TO-ADOBE MIGRATION BRIDGE TEAMSITE-TO-ADOBE MIGRATION BRIDGE A WHITEPAPER FOR THE BRIDGE TOOL FOR CONTENT MIGRATION AUTOMATION BETWEEN OPENTEXT TEAMSITE AND ADOBE EXPERIENCE MANAGER By Ali Alkhafaji Lokesh BS Ravi Sangubotla Hemanth

More information

Informatica MDM - Customer Release Guide

Informatica MDM - Customer Release Guide Informatica MDM - Customer 360 10.3 Release Guide Informatica MDM - Customer 360 Release Guide 10.3 September 2018 Copyright Informatica LLC 2017, 2018 This software and documentation are provided only

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5 Security Content Update 2016-1 Release Notes Versions: CCS 11.1 and CCS 11.5 SCU 2016-1 Release Notes for CCS 11.1 and CCS 11.5 Legal Notice Copyright 2016 Symantec Corporation. All rights reserved. Symantec,

More information

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 1 Veritas Storage

More information

3.4 NON-DOMESTIC SERVICES (L )

3.4 NON-DOMESTIC SERVICES (L ) 3.4 NON-DOMESTIC SERVICES (L.34.1.3.4) Qwest uses a combination of owned assets and strategic international alliances to deliver non-domestic services ensuring that providers with local knowledge are leveraged.

More information

JumpStart Package for SHAREPOINT

JumpStart Package for SHAREPOINT JumpStart Package for SHAREPOINT By NIFTIT LLC Tired of your plain SharePoint installation? Working with Office 365 but not knowing where to start with SharePoint? NIFTIT develops a SharePoint JumpStart

More information

Active Orders. Supplier Administrator Training Trading Grid Company Registration

Active Orders. Supplier Administrator Training Trading Grid Company Registration Active Orders Supplier Administrator Training Trading Grid Company Registration Supplier Company Registration September 14, 2011 Slide 2 You will receive an email inviting you to register to use Active

More information

Cisco ServiceGrid Deployment Service Ecosystem Manager Managed B2B Connection (ASF-SGA-EM-MNC)

Cisco ServiceGrid Deployment Service Ecosystem Manager Managed B2B Connection (ASF-SGA-EM-MNC) Page 1 of 1 Service Description: Advanced Services Fixed Price Cisco ServiceGrid Deployment Service Ecosystem Manager Managed B2B Connection (ASF-SGA-EM-MNC) This document describes Advanced Services Fixed

More information

SAS Infrastructure for Risk Management 3.4: User s Guide

SAS Infrastructure for Risk Management 3.4: User s Guide SAS Infrastructure for Risk Management 3.4: User s Guide SAS Documentation March 2, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Infrastructure for

More information

Mesh and hub-and-spoke networks on Azure

Mesh and hub-and-spoke networks on Azure Mesh and hub-and-spoke networks on Azure Architectural considerations By Lamia Youseff and Nanette Ray Azure Customer Advisory Team (AzureCAT) December 2017 Contents Introduction... 3 Virtual network peering

More information

The Value Methodology SAVE International

The Value Methodology SAVE International The Value Methodology 2013 SAVE International What is the value methodology? The value methodology (VM) is known as value engineering, value analysis, and value management A function-based, systematic

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS55035]: Microsoft SharePoint Server 2013 for the Site Owner/Power User Length : 2 days Audience(s) : Information Workers, IT Professionals Level : 200 Technology : Microsoft SharePoint Server 2013 Delivery

More information

DocAve Online 3. Release Notes

DocAve Online 3. Release Notes DocAve Online 3 Release Notes Service Pack 16 Issued April 2017 New Features and Improvements Administrator Added the Active Directory Group Restriction Policy Enforcer rule. Added the Site Owner Restriction

More information

A Binary Tree SMART Migration Webinar. Designing an Active Directory Migration to Meet Real- World Requirements

A Binary Tree SMART Migration Webinar. Designing an Active Directory Migration to Meet Real- World Requirements A Binary Tree SMART Migration Webinar Designing an Active Directory Migration to Meet Real- World Requirements Our Speakers Gary Steere Microsoft Certified Master Microsoft MVP: Exchange Microsoft Certified

More information

AvePoint Cloud Backup. Release Notes

AvePoint Cloud Backup. Release Notes AvePoint Cloud Backup Release Notes Table of Contents Table of Contents... 2 AvePoint Cloud Backup 1.1.1... 3... 3... 3 AvePoint Cloud Backup 1.1.0... 5... 5... 5 AvePoint Cloud Backup 1.0.4... 6... 6...

More information

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer.

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Content PREFACE... II INTENDED AUDIENCE...

More information

Better Translation Technology. Documentation for. XTM Bridge

Better Translation Technology. Documentation for. XTM Bridge Better Translation Technology Documentation for XTM Bridge Documentation for XTM Bridge. Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication

More information

COURSE 10964: CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER

COURSE 10964: CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER ABOUT THIS COURSE This course equips students with the skills they require to deploy and configure System Center 2012 R2 Operations Manager. Using hands-on labs, students learn the following: How to architect

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

Security Content Update Release Notes for CCS 12.x

Security Content Update Release Notes for CCS 12.x Security Content Update 2018-1 Release Notes for CCS 12.x SCU 2018-1 Release Notes for CCS 12.0 Documentation version: 1.0 Legal Notice Copyright 2018 Symantec Corporation. All rights reserved. Symantec,

More information

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5.

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5. Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5.x For Windows 2000, Windows Server 2003, and Windows XP SQL

More information

Connector for Microsoft SharePoint Product Guide - On Premise. Version

Connector for Microsoft SharePoint Product Guide - On Premise. Version Connector for Microsoft SharePoint Product Guide - On Premise Version 03.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Security Correlation Server System Deployment and Planning Guide

Security Correlation Server System Deployment and Planning Guide CorreLog Security Correlation Server System Deployment and Planning Guide The CorreLog Server provides a method of collecting security information contained in log messages generated by network devices

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Planning and Deploying System Center 2012 Configuration Manager

Planning and Deploying System Center 2012 Configuration Manager Planning and Deploying System Center 2012 Configuration Manager 10748C; 3 days, Instructor Led Course Description Get detailed instruction and hands-on practice planning and deploying Microsoft System

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

AvePoint Governance Automation 2. Release Notes

AvePoint Governance Automation 2. Release Notes AvePoint Governance Automation 2 Release Notes Service Pack 2, Cumulative Update 1 Release Date: June 2018 New Features and Improvements In the Create Office 365 Group/Team service > Governance Automation

More information

EMC SourceOne Management Pack for Microsoft System Center Operations Manager

EMC SourceOne Management Pack for Microsoft System Center Operations Manager EMC SourceOne Management Pack for Microsoft System Center Operations Manager Version 7.2 Installation and User Guide 302-000-955 REV 01 Copyright 2005-2015. All rights reserved. Published in USA. Published

More information

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK. Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK. Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire Corporate IT Services Department (CHIS) E-mail: IT_Recruitment@AFDB.ORG Telephone:

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

Office Adapters for Quark Publishing Platform

Office Adapters for Quark Publishing Platform Office Adapters for Quark Publishing Platform Contents Getting started... 1 About Quark Publishing Platform...1 System requirements... 3 Installing the Office Adapters for Quark Publishing Platform...

More information

Content Mirroring in EPiServer

Content Mirroring in EPiServer Content Mirroring in EPiServer Abstract From EPiServer 4.50 it is possible to define a selection of pages that can be mirrored to, for example, another system. This white paper describes the functionality

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 6 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: 2 days; Instructor-Led Introduction

More information

Let your customers login to your store after pre-approval

Let your customers login to your store after pre-approval Customer Approve & Disapprove Let your customers login to your store after pre-approval Extension Specification Document Version: 2.0.0 Magento 2 Extension URL: https://www.extensionhut.com/customer-approve-disapprove-for-magento-2.html

More information

Web CMS Sub Administrator Training

Web CMS Sub Administrator Training Web CMS Sub Administrator Training - Introduction... 2 User Administration... 2 User Roles... 2 Administrator... 2 Sub Administrator... 2 Content Contributor... 2 Site User... 3 Overview of User Management...

More information

Introduction. The Login Page. ADP Workforce Now Navigating in ADP Workforce Now for Managers, Supervisors, and Employees

Introduction. The Login Page. ADP Workforce Now Navigating in ADP Workforce Now for Managers, Supervisors, and Employees ADP Workforce Now Navigating in ADP Workforce Now for Managers, Supervisors, and Employees Introduction In this self-study, you will learn how to navigate in ADP Workforce Now. The features that you will

More information

Washington State Emergency Management Association (WSEMA) Olympia, WA

Washington State Emergency Management Association (WSEMA) Olympia, WA Washington State Emergency Management Association (WSEMA) Olympia, WA Request for Proposals Website Redesign and Content Management and Maintenance System Proposal Submittal Deadline: I. Introduction and

More information

Unifier Project Controls User Guide

Unifier Project Controls User Guide Unifier Project Controls User Guide 16 R2 September 2016 Contents Introduction to Project Controls... 17 Components of Project Controls... 19 About the Owner Template... 19 About the Contractor Template...

More information

DocAve Online 3. Release Notes

DocAve Online 3. Release Notes DocAve Online 3 Release Notes Service Pack 17, Cumulative Update 2 Issued November 2017 New Features and Improvements AvePoint Online Services has improved how Office 365 content gets registered. We are

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note FSA Reporting deployment guidelines 8.0 Symantec Information Foundation Symantec Enterprise Vault: FSA Reporting deployment guidelines The software described in

More information

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Microsoft - Sharepoint Nível: Intermédio Duração: 14h Sobre o curso This two day class is designed for information workers or power

More information

SAS Forecast Server 3.1. Administrator s Guide to Installation and Configuration

SAS Forecast Server 3.1. Administrator s Guide to Installation and Configuration SAS Forecast Server 3.1 Administrator s Guide to Installation and Configuration The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Forecast Server 3.1: Administrator

More information

Token Guide for USB MP. with. BlackShield ID

Token Guide for USB MP. with. BlackShield ID Token Guide for USB MP with BlackShield ID Copyright 2009 CRYPTOCard Inc. http:// www.cryptocard.com Copyright Copyright 2008, CRYPTOCard All Rights Reserved. No part of this publication may be reproduced,

More information