IsoMetrix. Service Pack System Enhancements

Size: px
Start display at page:

Download "IsoMetrix. Service Pack System Enhancements"

Transcription

1 IsoMetrix Service Pack System Enhancements Released 30 May 2016

2 DISCLAIMER No part of this document/manual may be reproduced or transmitted in any form without the prior written permission of. Whilst. has endeavoured to include accurate and up to date information on Management Systems, it makes no representations and gives no warranties about the accuracy or suitability of the information contained in this document. Under no circumstances whatsoever shall Metrix be liable for any direct or indirect damages whether in contract or in delict arising out of or in connection with the use of this document/manual. Copyright. All rights reserved. Service Pack Page 2

3 TABLE OF CONTENTS... 1 EXECUTIVE SUMMARY... 4 DOCUMENT PURPOSE... 4 IMAGE UPLOAD CONTROL... 4 Overview... 4 Implementation Detail... 4 Requirements Known Limitations Exclusions TABLE OF FIGURES Figure 1: Image Upload Control on a Module Template... 5 Figure 2: Image Upload Control Properties... 6 Figure 3: Record displaying an image upload control on the layout... 8 Figure 4: Empty image upload control with placeholder image... 8 Figure 5: Record displaying populated image upload control... 9 Figure 6: Image upload control displaying a larger image with the incorrect aspect ratio... 9 Figure 7: Image upload control displaying a smaller image Figure 8: Windows Browse Popup allowing users to select an image Figure 9: Image upload control displaying loading indicator Figure 10: File size exceeds the maximum allowed validation message Figure 11: Mandatory image upload control Figure 12: Selection required validation message displayed for unpopulated mandatory image upload control Figure 13: Delete icon displayed in an image upload control on mouse over Figure 14: Error message that is displayed if Adobe Flash is not installed on the users machine Figure 15: Dropdown allowing users to configure the Windows Browse box to display invalid file types Figure 16: Error message that is displayed when a user attempts to upload an invalid file Service Pack Page 3

4 EXECUTIVE SUMMARY In Service Pack there is one new enhancement to IsoMetrix viz. the image upload control. The image upload control allows users to upload an image into the allocated space on the form such that say a photo of a stakeholder or a company s logo can be stored along with the other information captured on the record. DOCUMENT PURPOSE The reason for this document is to explain the new feature that has been implemented in IsoMetrix Version IMAGE UPLOAD CONTROL Overview Version 3.11 contains 2 controls that can be used in conjunction with images. The image control allows users to upload an image into the control on the module template and displays the configured image on every single record. This is a static image that cannot be changed from the front end. The links control allows users to upload documents into it and includes images among the list of documents that are supported. These images are not displayed directly on the record and require a user to select them in order to view them. Version 3.12 has introduced a new image upload control that combines logic from each of these controls. The image upload control allows users to upload an image into it using a record s form view. The system then displays the image that has been uploaded into it thus allowing a different image to be displayed on each record. Implementation Detail The image upload control has been implemented using the logic similar to that used to implement the other controls in the system. Users are consequently able to perform the following actions when working with this control: Add the control to a module template o Users are able to add this control to a module using the same logic that is used to add other controls to a module template Service Pack Page 4

5 Figure 1: Image Upload Control on a Module Template o The control contains the following properties: Service Pack Page 5

6 Figure 2: Image Upload Control Properties Table 1: Image Control Property Details Name Description Type Allowed Values Default Value Displays the name of the Type Control Type Textbox N/A Image Upload Control Size Position Label Tooltip Displays the Control dimensions in the following format: (width x height) Displays the position of the Control on the Layout in the following format (xcoordinate : y-coordinate) Textbox Textbox Displays the name that is allocated to the control element Textbox Freetext Allows users to configure the tooltip that will be displayed when the control is hovered on Textbox Area The values in this field change when a user resizes the Control (114 x 152) The values in this field change when a user drags the Control to a different location. Freetext Default x-coordinate value: 0 Default y-coordinate value: Depends on the location of the previous Control [ Image Upload Control NUM ] where number is automatically incremented each time a user adds an additional Control of the same type Service Pack Page 6

7 Read-only on Add Read-only on Edit Max File Size (MB) Border Border Colour Background Colour Add Validation Allows users to define if the control is Read-only when users add new records Allows users to define if the control is Read-only when users edit existing records Allows users to configure the maximum size of the image file that users are allowed to upload into the control. If configured correctly, this option prevents users from uploading really large files into this control Allows users to define the thickness of the border line that appears around the control Allows users to define the colour of the border line Allows users to define the background colour of the control. The background is displayed when the aspect ratio of the image does not match the aspect ratio of the control Defines whether a Control is mandatory when new records are added Checkbox Checkbox Textbox Dropdown Dropdown Dropdown Dropdown Selected Deselected Selected Deselected Deselected Deselected Integer Numeric values 2 None 1px 2px 3px None Black Gray Silver Maroon Red Purple Fushia Green Lime Olive Yellow Navy Blue Teal Aqua Black White Black Gray Silver Maroon Red Purple Fushia Green Lime Olive Yellow Navy Blue Teal Aqua White Not Required Required Not Required Service Pack Page 7

8 Edit Validation Visible on Add Visible on Edit Defines whether a Control is mandatory when existing records are edited Allows users to define if the Control is visible when users add new records Allows users to define if the Control is visible when users edit existing records Dropdown Checkbox Checkbox Not Required Required Selected Deselected Selected Deselected Not Required Selected Selected View the image upload control on a record o The image upload control is displayed as a control on the record layout Figure 3: Record displaying an image upload control on the layout o The image upload control displays an empty Image placeholder icon when there is no image populated into the control Figure 4: Empty image upload control with placeholder image o The image that is populated into the image upload control is displayed in the control directly on the record Images that have been uploaded into the image upload control are loaded last Service Pack Page 8

9 Users are able to interact with a record before the images have finished loading Figure 5: Record displaying populated image upload control o The System implements the following logic in order to determine how an image will be displayed in the image upload control If the dimensions of the image > than the dimensions of the image upload control: The system FITS the image into the allocated space This may result in blank space around the image if the aspect ratio of the image does not correspond with the aspect ratio of the allocated space Figure 6: Image upload control displaying a larger image with the incorrect aspect ratio If the dimensions of the image < than the dimensions of the image upload control: Service Pack Page 9

10 The system CENTRES the image in the allocated space There will be blank space around the image Figure 7: Image upload control displaying a smaller image Upload an image into the control o A user is required to click on the image upload control in order to trigger the image upload action o The system responds by presenting the user with a Windows Browse box allowing the user to select an image to upload into the control The Windows Browse box filters out invalid files and displays only the image files users are allowed to upload into the control o Figure 8: Windows Browse Popup allowing users to select an image The image upload control supports all the major web image types.png.jpg.jpeg.bmp Service Pack Page 10

11 o o.tiff.gif Users are only allowed to upload a single image into an image upload control The system displays a loading indicator when uploading large images Figure 9: Image upload control displaying loading indicator o If the image the user selects exceeds the Max File Size configured for the control the system will cancel the upload request and display a validation message informing the user that the file size exceeds the allowed limit Service Pack Page 11

12 Figure 10: File size exceeds the maximum allowed validation message o If the image upload control has been configured to be mandatory the system marks the control as mandatory and requires users to upload an image before saving the record The mandatory control is marked using a red line on the left hand side of the control Service Pack Page 12

13 Figure 11: Mandatory image upload control The system displays a validation message if a user attempts to save a record without uploading an image into a mandatory image upload control Service Pack Page 13

14 Figure 12: Selection required validation message displayed for unpopulated mandatory image upload control Change the image that is displayed in the control o A user is able to trigger a new image upload action by clicking on an image upload control that already has an image populated into it o The system responds by presenting the user with a Windows Browse box allowing the user to select a new image to upload into the control o The system replaces the existing image with the new one Delete an image from the control o Users are able to access the delete image option when hovering on the control o The system responds by displaying the delete icon on the right hand top corner of the image o Selecting the delete icon removes the image from the control Service Pack Page 14

15 Figure 13: Delete icon displayed in an image upload control on mouse over Reference the control o The Image Upload Control can be referenced from and included in Bespoke Reports Requirements The image upload control has the following requirements: IE9 and IE10 require Adobe Flash to be installed in order for the image upload control to function as designed The system displays an error message if Adobe Flash is missing informing the user that they need to install it in order for the form to work correctly o This error message is displayed when a user hovers over the image upload control Service Pack Page 15

16 Figure 14: Error message that is displayed if Adobe Flash is not installed on the users machine Known Limitations The image upload control has the following known limitations: IE9 does not take into account the Max File Size settings that has been configured and allows users to upload any image size into the control IsoMetrix will not allow users to upload files that are larger than the maximum file size allowed by the environment settings o If users wish to increase the size of files to be uploaded to the IsoMetrix site to a value that is higher than that allowed by the environment settings, the following settings need to be adjusted accordingly: Web.config -> maxrequestlength= IIS settings -> Requests filtering set Maximum allowed content length (bytes) to for 1GB upload o For more information refer to the following website: Even though IsoMetrix has configured the Windows Browse box to filter out invalid files, thus displaying only the image files users are allowed to upload into the control, users are able to get round this limitation by selecting one of the other options available in the dropdown located beside the File name field o The following options will allow users to view and select files that should not be uploaded into the image upload control: All Files (*.*) HTML (*.htm;*.html) Service Pack Page 16

17 Figure 15: Dropdown allowing users to configure the Windows Browse box to display invalid file types o The System displays an error message should a user attempt to upload an invalid file type into the control Service Pack Page 17

18 Figure 16: Error message that is displayed when a user attempts to upload an invalid file Exclusions The image upload control has been excluded from the following areas in the System: Search Options Search Results Notification Templates System Reports Triggers o Conditions Area o Actions Area Set Value Process Flow o Conditions Area Replicator Service Pack Page 18

19 Metrix Software Solutions has a dedicated support desk which is open weekdays from 8am to 5pm South African time. IsoMetrix Support Desk: support@isometrix.com Ideally all users should report problems to their Site Administrator who should then contact the support desk. The support desk will provide feedback to the Site Administrator who can then follow up with the user. Please contact the support desk if you experience a problem when using IsoMetrix. If you get an error page it is ideal to take a screen shot (select Print Screen or PrtSc on your keyboard), paste it into a Word Document and then it through to IsoMetrix. An confirming that your call has been logged with a unique reference number will be sent to you. Quote this reference number at any time when dealing with the support desk. You will be updated on progress with your call and any fixes will be sent directly to your IT department. If you do not receive your unique reference number from us within two hours, please phone us as there could be a problem with the delivery or receipt. A report will be sent to you once a month with all issues raised and how they were resolved. If you are unhappy with the support you are receiving, please do not hesitate to contact: Lucille Hallowes: lh@isometrix.com We hope you enjoy these new features! Service Pack Page 19

Service Pack Defect Resolution

Service Pack Defect Resolution Service Pack 3.8.0 Defect Resolution Released October 2014 DISCLAIMER No part of this document/manual may be reproduced or transmitted in any form without the prior written permission of. Whilst. has endeavoured

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

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

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

More information

Tips and Tricks for Photos

Tips and Tricks for Photos Tips and Tricks for Photos Photo Compression: If a photo is over 125KB in size, the image will be compressed to 125KB. Note: this could result in a reduction in quality. For users who upload photos larger

More information

Step-by-step. Young Enterprise: Entries. Interchange. guide. Making entries for Young Enterprise qualifications via Interchange

Step-by-step. Young Enterprise: Entries. Interchange. guide. Making entries for Young Enterprise qualifications via Interchange Log into Making entries for Young Enterprise qualifications via A step-by-step for centres a h c r e t n I o t e m o c l e W 1 Log into This demonstrates how to make entries for Young Enterprise qualifications

More information

Making Backgrounds With Paint Shop Pro

Making Backgrounds With Paint Shop Pro Making Backgrounds With Paint Shop Pro A good Web site deserves a good background. Whether you decide on a single color, a faded repeated logo, a textured tile, or a border, the background of your Web

More information

hdalbum User Designer Guide Collect Create Share Designer V 1.2

hdalbum User Designer Guide Collect Create Share Designer V 1.2 hdalbum User Designer Guide 2017 Collect Create Share Designer V 1.2 Table of Contents Contents Welcome to the hdalbum Designer... 2 Features... 2 System Requirements... 3 Supported File Types... 3 Installing

More information

Step-by-step guide. Cambridge. Technicals Entries. Interchange. Making entries for Cambridge Technicals. A step-by-step guide for centres TECHNICALS

Step-by-step guide. Cambridge. Technicals Entries. Interchange. Making entries for Cambridge Technicals. A step-by-step guide for centres TECHNICALS Log in to Making entries for Technicals A step-by-step for centres a h c r e t n I o t e m o c l e W 1 Log in to This guidance demonstrates how to make entries for Technicals via. For help getting started

More information

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

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

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

SchoolDesk University

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

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

CSS. Lecture 16 COMPSCI 111/111G SS 2018

CSS. Lecture 16 COMPSCI 111/111G SS 2018 CSS Lecture 16 COMPSCI 111/111G SS 2018 No CSS Styles A style changes the way the HTML code is displayed Same page displayed using different styles http://csszengarden.com Same page with a style sheet

More information

Bridge. Advanced Configuration Guide. Version

Bridge. Advanced Configuration Guide. Version Bridge Advanced Configuration Guide Version 2.5.103 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Building Advanced Lookups 2 Preparing the Data Source Configuration 4 Preparing

More information

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

<body bgcolor=  fgcolor=  link=  vlink=  alink= > These body attributes have now been deprecated, and should not be used in XHTML. CSS Formatting Background When HTML became popular among users who were not scientists, the limited formatting offered by the built-in tags was not enough for users who wanted a more artistic layout. Netscape,

More information

CSS Lecture 16 COMPSCI 111/111G SS 2018

CSS Lecture 16 COMPSCI 111/111G SS 2018 No CSS CSS Lecture 16 COMPSCI 111/111G SS 2018 Styles Astyle changes the way the HTML code is displayed Same page displayed using different styles Same page with a style sheet body font-family: sans-serif;

More information

OnPoint s Guide to MimioStudio 9

OnPoint s Guide to MimioStudio 9 1 OnPoint s Guide to MimioStudio 9 Getting started with MimioStudio 9 Mimio Studio 9 Notebook Overview.... 2 MimioStudio 9 Notebook...... 3 MimioStudio 9 ActivityWizard.. 4 MimioStudio 9 Tools Overview......

More information

IMAGE LINKS - INTRODUCTION

IMAGE LINKS -  INTRODUCTION IMAGE LINKS - EMAIL INTRODUCTION The purpose of this document is to provide guidance for client website administrators who create and maintain content on how to create image links to content. RELATED IMAGE

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

1. Introduction. 2. Login TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN

1. Introduction. 2. Login TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN 1. Introduction You want to submit your Contribution Return on the Mauritius Revenue Authority s website, but you do not know exactly how to proceed. This guide

More information

User Guide. Product Design. Version 2.2.2

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

More information

D-Cut Master MANUAL NO. OPS639-UM-153 USER'S MANUAL

D-Cut Master MANUAL NO. OPS639-UM-153 USER'S MANUAL D-Cut Master MANUAL NO. OPS639-UM-153 USER'S MANUAL Software License Agreement Graphtec Corporation ( Graphtec ) grants the user permission to use the software (the software ) provided in accordance with

More information

VMp Technical Support Phone: Online request:

VMp Technical Support Phone: Online request: Copyright 2011 ViewCast Corporation. All rights reserved. ViewCast, Niagara SCX, ViewCast logo, Osprey, Niagara, SimulStream, Niagara logo, SchedulStream, GoStream, and ViewCast Media Platform (VMp) are

More information

Premium Auto Attendant USER GUIDE

Premium Auto Attendant USER GUIDE Premium Auto Attendant USER GUIDE CONTENTS 1.0 Introduction 4 2.0 Setting up for the First Time 4 3.0 Working with the Interface 5 3.1 Names and Descriptions 5 3.2 Error Icons 6 4.0 Configuring your Schedule

More information

PACSIM Layout and Instructions

PACSIM Layout and Instructions PACSIM Layout and Instructions A Video of the PACSim accompanies these instructions, which you may refer to for further understanding. Visit www.ardms.org/ PACSIM to view the video. Table of Contents (Click

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

Guide for Candidates: Online Progress Reports

Guide for Candidates: Online Progress Reports Guide for Candidates: Online Progress Reports What is Quest Quest is our comprehensive research management system used to administer and support research activity at Victoria University. All Progress Reports

More information

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

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

More information

Introduction. My Safe Zones

Introduction. My Safe Zones 1 1.1 Introduction 1 The feature allows a user to create different zones, and assign them to vehicles / groups. The relevant zone names will display in the location string. Notifications can also be setup

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

bla bla Groupware Compact Guide

bla bla Groupware Compact Guide bla bla Groupware Compact Guide Groupware Groupware: Compact Guide Publication date Friday, 01. June 2018 Version 7.10.0 Copyright 2016-2018 This document is the intellectual property of OX Software GmbH

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

Forms iq Designer Training

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

More information

2016 April. User Guide V2.0.4 BadgeMaker V2.0.4

2016 April. User Guide V2.0.4 BadgeMaker V2.0.4 2016 April User Guide V2.0.4 BadgeMaker V2.0.4 Text element 38 Image element 38 Passport Photo element 39 Signature element 39 Barcode element 39 Dynamic logo element 40 MAGstripe element 40 1. Project

More information

Premium Auto Attendant User Guide

Premium Auto Attendant User Guide Premium Auto Attendant User Guide Contents Introduction to Premium Attendant... 1 Setting up Premium Attendant for the First Time...1 Working with the Premium Attendant Interface... 2 Names and Descriptions...2

More information

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual Flash Image Enhancer Manual Copyright 2009 All Rights Reserved Page 1 of 62 Index Flash Image Enhancer Manual... 1 Index... 2 About Flash Image Enhancer... 3 Features in Detail... 3 Before you begin...

More information

MITEL. Mobile Extension. Mobile Client Handset User Guide Release 1.7

MITEL. Mobile Extension. Mobile Client Handset User Guide Release 1.7 MITEL Mobile Extension Mobile Client Handset User Guide Release 1.7 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation

More information

User Guide Product Design Version 1.7

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

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2007 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

Welcome to FM Professional

Welcome to FM Professional Welcome to FM Professional Fully configurable and customisable. You control what you want to see, where you want to see it, and how you want to see it. FM Pro puts you in charge of your desktop. Fully

More information

Portwalk Place WORDPRESS MANUAL O ROURKE HOSPITALITY MARKETING OROURKEHOSPITALITY.COM

Portwalk Place WORDPRESS MANUAL O ROURKE HOSPITALITY MARKETING OROURKEHOSPITALITY.COM Portwalk Place WORDPRESS MANUAL TABLE OF CONTENTS Login... 3 Editing Existing Pages... 4 Adding New Pages... 7 Editing/Adding Text... 9 Creating a Link... 10 Linking to a PDF... 11 Making a Link a Button...

More information

Dashboard Guide. May Version history. May April 2018

Dashboard Guide. May Version history. May April 2018 May 2018 Dashboard Guide Version history May 2018 April 2018 Added information on readers and instructions for adding hyperlinks to another Schooltas book Added options for premium pins and mouseover texts

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

User Guide for. Employment Permits Online System

User Guide for. Employment Permits Online System User Guide for Employment Permits Online System Table of Contents Employment Permits Online System User Guide 3 1. Getting started 3 2. How to find the correct application form 4 2.1 Experienced users

More information

Investigator Site OC RDC PDF User Guide

Investigator Site OC RDC PDF User Guide Investigator Site OC RDC PDF User Guide Version 1.0 Page 1 of 40 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 4 Change Password 4 Laptop and System Security 5 Change Study 5 Navigating

More information

JACQUES ANNOUNCEMENT SCHEDULER (JAS) USER GUIDE JED-0368

JACQUES ANNOUNCEMENT SCHEDULER (JAS) USER GUIDE JED-0368 JACQUES ANNOUNCEMENT SCHEDULER (JAS) USER GUIDE JED-0368 www jacques.com.au TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION... 5 1.1 AIM... 5 1.2 SCOPE... 5 1.3 RELATED DOCUMENTATION... 5 2 OVERVIEW...

More information

Instructions for use of the FRAM Model Visualiser (FMV)

Instructions for use of the FRAM Model Visualiser (FMV) FRAM Model Visualiser instructions Page 1 Instructions for use of the FRAM Model Visualiser (FMV) Background These instructions refer to FMV version 0.2.0 June 2014 The FRAM Model Visualiser (FMV) is the

More information

PowerPoint 2007 Cheat Sheet

PowerPoint 2007 Cheat Sheet ellen@ellenfinkelstein.com 515-989-1832 PowerPoint 2007 Cheat Sheet Contents Templates and Themes... 2 Apply a corporate template or theme... 2 Format the slide master... 2 Work with layouts... 3 Edit

More information

Workshare Compare Server 9.5.2

Workshare Compare Server 9.5.2 Workshare Compare Server 9.5.2 Rendering Set Guide May 2018 9.5.2.4144 Workshare Compare Server 9.5 Rendering Set Guide Table of Contents Chapter 1: Introducing Rendering Sets...4 What are Rendering Sets?...5

More information

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Working with Graphics University Information Technology Services Training, Outreach & Learning Technologies Copyright 2014 KSU Department of University Information Technology

More information

2016 July. Quick Start Manual V2.0 BadgeMaker Base V2.0.25

2016 July. Quick Start Manual V2.0 BadgeMaker Base V2.0.25 2016 July Quick Start Manual V2.0 BadgeMaker Base V2.0.25 Create Dynamic Fields 22 Add a background 23 Add shapes 24 Add placeholder for passport photo and signature 24 Add barcode 25 Add Text 26 Add

More information

Cityworks Analytics By Azteca Systems Inc.

Cityworks Analytics By Azteca Systems Inc. Cityworks Analytics 2014 By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State St., Suite 24 Sandy, UT, 84070, U.S.A.

More information

Monitoring and Evaluation Tool

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

More information

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2 Adding Text and Images IMCOM Enterprise Web CMS Tutorial 1 Version 2 Contents and general instructions PAGE: 3. First steps: Open a page and a block to edit 4. Edit text / The menu bar 5. Link to sites,

More information

Configuration Manager

Configuration Manager Tivoli Management Solution for Microsoft SQL Configuration Manager Version 1.1 Tivoli Management Solution for Microsoft SQL Configuration Manager Version 1.1 Tivoli Management Solution for Microsoft SQL

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

Authorized Send User s Guide Version 3.5

Authorized Send User s Guide Version 3.5 Canon Authorized Send User s Guide Version 3.5 08011-35-UD1-004 This page is intentionally left blank. 2 Authorized Send User s Guide Contents Preface...5 How to Use This Manual... 5 Symbols Used in This

More information

Surveys v Contents. User Guide March 11, 2008

Surveys v Contents. User Guide March 11, 2008 Surveys v8.3.0 User Guide March 11, 2008 Contents What Surveys does Creating survey questions Survey question types Likert Question Importing survey questions from a text file Setting up survey properties

More information

OPERATION MANUAL. MV-410HS Layout Editor. Version higher. Command

OPERATION MANUAL. MV-410HS Layout Editor. Version higher. Command OPERATION MANUAL MV-410HS Layout Editor Version 3.0 - higher Command Command Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410HS

More information

Ge#ng Started Guide New Users and Starter Edi/on

Ge#ng Started Guide New Users and Starter Edi/on Ge#ng Started Guide New Users and Starter Edi/on Goal Thank you for taking the time to use Viewpath as your project management solution. Our goal in providing this guide is to help streamline the process

More information

Using the IDEF0 Diagram in Innoslate

Using the IDEF0 Diagram in Innoslate Using the IDEF0 Diagram in Innoslate This document discusses how to use the IDEF0 Diagram in Innoslate. Contents IDEF0 Entities...2 IDEF0 Relationships...2 IDEF0 Interactions...3 Adding an Action...3 Adding

More information

Document Manager. Balance Point Technologies, Inc. Document Manager. User Guide. Certified MAX Integrator

Document Manager. Balance Point Technologies, Inc.  Document Manager. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com Document Manager User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

Blue Form Builder extension for Magento 2

Blue Form Builder extension for Magento 2 Blue Form Builder extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction......5 II) General Configurations....6 1) General Settings.....7 2) ReCaptcha... 8 III) Manage Forms......

More information

Learning Series. Volume 8: Service Design and Business Processes

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

More information

Use Guide STANDARD JIRA CLIENT. (Practical Case)

Use Guide STANDARD JIRA CLIENT. (Practical Case) Use Guide STANDARD JIRA CLIENT (Practical Case) Version 3.0 Madrid, July 2018 1 OBJECTIVE 4 2 BASIC STANDARD SOLUTION 4 2.1 User Profiles 4 2.2 Types of issue 2.2.1 Functional Support 2.2.2 Corrective

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

MSP Yearbooks Quick Start Guide

MSP Yearbooks Quick Start Guide MSP Yearbooks Quick Start Guide March 2017 Contents Quick Start Guide 1 Introduction 1.1 Welcome to MSP Yearbooks 1 1.2 Help at your fingertips 1 2 Before you start... 2.1 Security settings information

More information

PowerPoint 2013 Advanced. PowerPoint 2013 Advanced SAMPLE

PowerPoint 2013 Advanced. PowerPoint 2013 Advanced SAMPLE PowerPoint 2013 Advanced PowerPoint 2013 Advanced PowerPoint 2013 Advanced Page 2 2013 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Terex Management System (TMS)

Terex Management System (TMS) Terex Management System (TMS) Instructor Manual Instructor Manual TMS is the technology foundation that enables and supports the business capabilities we need to serve our customers, leverage our supply

More information

ETC WEBCHAT USER GUIDE

ETC WEBCHAT USER GUIDE ETC WEBCHAT USER GUIDE CONTENTS Overview... 2 Agent and User Experience... 2 Agent Extention Window... 3 Etc WebChat Admin Portal... 4 Agent Groups... 5 Create, Edit, Delete A Group... 5 Create, Edit,

More information

Piktochart 101 Create your first infographic in 15 minutes

Piktochart 101 Create your first infographic in 15 minutes Piktochart 101 Create your first infographic in 15 minutes TABLE OF CONTENTS 01 Getting Started 5 Steps to Creating Your First Infographic in 15 Minutes 1.1 Pick a Template 1.2 Click Create and Start Adding

More information

Publisher 2016 Foundation SAMPLE

Publisher 2016 Foundation SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

ART SPECIFICATION Guidelines

ART SPECIFICATION Guidelines ART SPECIFICATION Guidelines CONTENTS Woven Products...3-5 Select...3 Cord and Classic... 4 Elite+(Plus) and Elite Fabric...5 Digital Transfers... 6 Screen Printing... 6 Pad Printing...7 Laser Etching...7

More information

PowerPoint Slide Basics. Introduction

PowerPoint Slide Basics. Introduction PowerPoint 2016 Slide Basics Introduction Every PowerPoint presentation is composed of a series of slides. To begin creating a slide show, you'll need to know the basics of working with slides. You'll

More information

PowerPoint 2016 Advanced SAMPLE

PowerPoint 2016 Advanced SAMPLE PowerPoint 2016 Advanced PowerPoint 2016 Advanced PowerPoint 2016 Advanced Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written

More information

Publisher I-Introduction-2013 Version

Publisher I-Introduction-2013 Version Publisher I-Introduction-2013 Version I. About Publisher A. What is it? Publisher is a desktop publishing program that assists you in designing and producing professional documents that combine text, graphics,

More information

Using the reporting function

Using the reporting function 11/17 ArtemiS SUITE 1 provides a very versatile reporting functionality, which makes it easy for you to present your analysis results in clearly arranged reports. This describes the first steps with this

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Designing in the FastTrack

Designing in the FastTrack Designing in the FastTrack The Fast Track is best used with templates that have already been customized as desired. For more information on the differences between the FastTrack and the Advanced Designer,

More information

Q u i c k S ta r t G u i d e

Q u i c k S ta r t G u i d e Quick Start Guide GETTING STARTED The first time you run Trust ID, you will be presented with an option to enable security accounts. Enabling this feature will require knowledge of the username and password

More information

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities...

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities... SUPPLIER USER GUIDE This documentation may only be used in accordance of the Terms of Use of the Supplierportal.biz Portal. Any other use, including but not limited to modification, publication and/or

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Using SymPrint to Make Overlays, Templates & More...

Using SymPrint to Make Overlays, Templates & More... Welcome to SymPrint SymPrint is an easy-to-use tool for creating communication overlays, worksheets, classroom activities and more using a modern toolbar and common-sense interface modeled after the programs

More information

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE Microsoft Publisher 2013 Foundation Publisher 2013 Foundation Microsoft Publisher 2013 Foundation - Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may

More information

Shape Cluster Photo Written by Steve Patterson

Shape Cluster Photo Written by Steve Patterson Shape Cluster Photo Written by Steve Patterson Before After Step 1: Create A New Document Let's begin by creating a new Photoshop document. Go up to the File menu in the Menu Bar along the top of the screen

More information

User guide. PRISMAdirect Order processing

User guide. PRISMAdirect Order processing User guide PRISMAdirect Order processing Copyright 2016, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form or by any means without written permission

More information

MagicInfo VideoWall Author

MagicInfo VideoWall Author MagicInfo VideoWall Author MagicInfo VideoWall Author User Guide MagicInfo VideoWall Author is a program designed to construct a VideoWall layout and create VideoWall content by adding various elements

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Publisher 2016 Foundation. North American Edition SAMPLE

Publisher 2016 Foundation. North American Edition SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation North American Edition Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this

More information

RITIS Training Module 4 Script

RITIS Training Module 4 Script RITIS Training Module 4 Script Welcome to the Regional Integrated Information System or RITIS Module 04 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

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

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

More information

User Guide Version 3.2.1

User Guide Version 3.2.1 User Guide Version 3.2.1 www.thephotobookclub.com.au September 2012 1 Contents Introduction... 4 1.1 PhotobookClub Cool Tools... 6 1.2 Copyright and Content... 6 1.3 Privacy Policy... 6 2.0 Downloading

More information

From the dashboard, hover over the + New button, then select Pattern from the drop-down menu.

From the dashboard, hover over the + New button, then select Pattern from the drop-down menu. WORDPRESS Log in here: http://www.quiltworx.com/wp-login From the dashboard, hover over the + New button, then select Pattern from the drop-down menu. An alternative way to create a new Pattern post is

More information