Selector, Multi Selector, and Item Display

Size: px
Start display at page:

Download "Selector, Multi Selector, and Item Display"

Transcription

1 Selector, Multi Selector, and Item Display I want to reduce the number of sites so that performance and maintenance are better and it is easier for users to find their information. I also want an easy method to apply filters across multiple webparts. Module Background: Quest Log Homes Storyline: The QLH Corporate Intranet is a key resource to the entire QLH Staff. Every department has taken the initiative to create their own SharePoint Site. Other QLH Employees have gone further and created their own SharePoint Site with information that is useful to other QLH Employees. The performance of the QLH Corporate Intranet is very fast and has stayed that way since its roll out. Existing Problem: The QLH Corporate Intranet performance was excellent until last week. QLH Employees have noticed a decrease in performance. The QLH Executives has requested Adam Anderson, the QLH SharePoint Administrator to investigate the reason for the performance decrease. Adam, after carefully researching the possible reason for the performance decrease, has found out that the number of SharePoint Sites has increased exponentially. The initial number of SharePoint Sites has increased from 25 to 1,500! Solution provided by the QDS WebParts: To improve the QLH Corporate Intranet, Adam has recommended reducing the number of sites.

2 To reduce the sites more efficiently, Adam adds to the recommendations, the use of the Quest Selector WebPart. The Quest Selector WebPart assists in the process in a single SharePoint Site. of consolidating Sites by centralizing the data Module Lessons: Site Proliferation Site proliferation is a common issue in many organizations. It is pretty easy to create a new site in SharePoint and that s what people usually do. When Jack starts a new project, he will create a new site for his project. When Jane starts a new project, she will create another site for her project. Without good governance, very soon the number of sites in your SharePoint server will become unmanageable. When this happens, a few problems arise: 1. It s hard to find information because it scattered everywhere 2. It s hard to get a consolidated view of the information that I need. For example, how can I see all my tasks that are scattered in so many project sites 3. Duplicate information in several sites 4. Performance might decrease as the number of sites increases 5. Time wasted in backing up sites that are no longer used The Core Concepts module speaks a little bit about Performance Architecture. Performance Architecture is all about reducing the number of sites. The idea is this. If I am working on multiple similar projects, why do I need to maintain one site for each project? Wouldn t it be better if I could manage all my projects in one site? Quest Development Studio provides several WebParts that can help you consolidate your projects into one site without sacrificing the usability of the system. They are the Quest Selector, Quest Multi Selector and Quest Item Display. What is the Quest Selector? The Quest Selector WebPart is used to display data from a List in a dropdown control. There are two things that make the Quest Selector special: 1. It remembers the last item that you select by storing it in the ASP.NET session variable in the web server. If you navigate away and come back to the same page, or visit another page with a Quest Selector with the same Session Name, that Quest Selector will maintain the last selected item. 2. It can pass the selected item to another WebPart. Another WebPart that receives the information can use it for several purposes. For example, the Quest List View uses the

3 selected item as a filter. The Quest List Form uses the selected item to auto fill some of the fields that are displayed in the form. What is the Quest Multi Selector? The Quest Multi Selector enables you to have multiple Quest Selectors in the same WebPart. Each Quest Selector will filter the next Quest Selector that comes after it. The last Quest Selector in the Quest Multi Selector can pass the selected item into another WebPart. This is an example of when this capability can come handy for you. You have a site to manage multiple projects. Each project can be divided into several phases. You can have a Quest Multi Selector to display the projects and their phases. The first Quest Selector will display the project information and the second Quest Selector will display the phases for the selected project. What is the Quest Item Display? To put it simply, the Quest Item Display is the read only version of the Quest Selector. The Quest Item Display does not use a dropdown control to display the data. Rather, it presents the data as a text. The Quest Item Display is normally used in an application where using the Quest Selector is not desirable. For example, you may have a very big Customers list that will take a long time to load and render in the Quest Selector WebPart. In that case, you will use the Quest List View WebPart to show and select the data from the Customers list. The Quest List View is an ideal WebParts to view a big list because you can page and search the data efficiently. After users select a Customer data, the Quest List View will put that data into the session variable. The Quest Item Display can then displays the item in the session and pass it to another WebPart as a filter or to be consumed. As a matter of fact, this is the technique that we use in the CRM application template. The CRM application template can be used to manage information for thousands of company. In addition to displaying the data in the session, the Quest Item Display can be used to ensure that the information that it needs is available in the session. If the data is not available, the Quest Item Display can do one of two things: 1. Display a message that the session is empty 2. Redirect a user to another page that contains a WebPart that can store an item into the session, such as the Quest List View

4 Do you have an example on how to use these WebParts? We ship 2 application templates that show you how we apply the performance architecture concept: 1. Multi Project Application Template 2. CRM Application Template Module Labs: Lab Setup: Starting Location: Starting Module: QLH Employee: Username: Password: Selector, Multi Selector, and Item Display Adam Anderson LITWAREINC\SPAdmin pass@word1 Lab 1: Configure the Selector 1. Click the Pages link in the panel menu on the left hand side 2. Click the link to the Selector page. 3. Click the Quest Selector WebPart Menu 4. Enter CompanySession for the Session Name 5. Enter.. for the Site Url. Please note that the Selector page is located in this URL: means go up one level and the resulting Site URL will become: 6. Enter Companies for the List Name 7. Enter Company for the Display Field Name 8. Click Edit Button for the Configuration property 9. Select Company 10. Click the Appearance tab 11. Replace the Title with Company 12. Click OK

5 Lab 2: Filter the Quest List View with the Quest Selector 1. Click Site Actions Menu 2. Click Edit Page 3. Click the edit WebPart Menu of the Companies WebPart 4. Click Connections 5. Click Provide Row To 6. Click Contacts 7. Select ID Value from DropDown 8. Click Next Button 9. Select Company List Item ID from DropDown 10. Click Finish Button. 11. You will notice that the Contacts view is now filtered by the Company selector. If you select another Company in the selector, the contacts that are shown in the view will change. Lab 3: Setting up the Display Format in the Quest Selector 1. Click the Quest Selector WebPart Menu 2. Click Configure 3. Enter <%Company%> <%Location%> for the Display Format. 4. Click OK.

6 Please notice that the Quest Selector displays the company information based on the format that you define. Please also note that the Display Format property takes precedence over the Display Field Name property. Lab 4: Displaying Multiple Columns in the Quest Selector 1. Click the Quest Selector WebPart Menu 2. Click Configure 3. Add <&CompanyType%> to the Display Format string 4. Click the Edit button for the Display Fields property 5. Check Company, Location and Company Type 6. Click OK 7. Click Selector Appearance 8. Type 400 for Persistent Selector Width 9. Type 400 for Drop Down Width 10. Click OK 11. Click the down arrow in the selector to display the dropdown. You will notice that the dropdown contains a grid that displays the fields that you selected. Lab 5: Configure the Quest Multi Selector 1. Click the Pages link in the bread crumb towards the top of your page 2. Click the link to the MultiSelector page. 3. Click the Quest Multi Selector WebPart Menu 4. Click Configure 5. Click the Edit button for the Configuration property. In the next screen, you will configure the first selector.

7 6. Enter Please select a Company for the Title 7. Enter.. for the Site Url. 8. Enter Companies for the List Name 9. Enter CompanySession for the Session Name 10. Enter Company for the Display Field Name 11. Click OK 12. Click Add Selector to add the second selector 13. Click the Edit button for the newly added selector 14. Enter Then select a Contact for the Title 15. Enter.. for the Site Url. 16. Enter Contacts for the List Name 17. Enter ContactSession for the Session Name 18. Enter ID for the Parent Filter Field Name 19. Enter Company List Item ID for the Filter Field Name 20. Enter <%First Name%> <%Last Name%> for the Display Format 21. Click OK 22. Click OK 23. Click OK 24. Select different company in the first selector and you will notice that the contacts in the second selector will change Lab 6: Filter the Quest List View with the Quest Multi Selector 1. Click Site Actions Menu 2. Click Edit Page 3. Click the edit WebPart Menu of the Quest Multi Selector WebPart 4. Click Connections 5. Click Provide Row To 6. Click Conversation Records with a Contact 7. Select ID Value from DropDown 8. Click Next Button 9. Select Contact List Item ID from DropDown 10. Click Finish Button. 11. If you don t see any conversation record in the view, click the New button to create one. Please create conversation records for different contact in different company and you

8 will notice that the conversation records view is filtered by the contact that you select in the Quest Multi Selector. Lab 7: Configure the Quest Item Display 1. Go back to the default page of this module 2. Click ACME Corporation in the Companies view 3. Click the New button in the Tasks view. You will notice that there is a Quest Item Display at the top of the form that has not been configured yet. We will configure this Quest Item Display to consume the contact information from the session. 4. Click Site Actions Menu 5. Click Edit Page 6. Click the Edit button in the Quest Item Display WebPart Menu 7. Click Configure 8. Enter ContactSession for the Session Name 9. Enter../.. for the Site URL 10. Enter Contacts for the List Name 11. Enter You are creating a new task for <%Last Name%>, <%First Name%> for the Display Format 12. Enter You have not selected a Contact for the No Selected Item Message 13. Click OK

9 Lab 8: Redirecting Users to another page 1. In this exercise, we will redirect the user to another page to select a contact if one has not been selected yet. We will start by clicking the Site Actions Menu 2. Click Edit Page 3. Click the Edit button in the Quest Item Display WebPart Menu 4. Click Configure 5. Enter../../ContactSelect.aspx for the No Selected Item Redirect URL 6. Click OK. Once you do so, you will be redirected to ContactSelect.aspx to select a contact information for the task. 7. Click the last name for one of the contacts 8. Notice that now the Quest Item Display displays the contact information that you just selected.

10 Lab 9: Enabling the Change Contact button in the Item Display 1. What if you want to select another contact? We will enable the button in the Quest Item Display that can let you select another contact. We will start by clicking the Site Actions Menu 2. Click Edit Page 3. Click the Edit button in the Quest Item Display WebPart Menu 4. Click Configure 5. Click Toolbar Appearance tab 6. Enter Select Another Contact for the Change Value Button Text 7. Enter../../ContactSelect.aspx for the Change Value Button URL 8. Click OK Click the Select Another Contact button. You will be redirected to the ContactSelect.aspx and you can select different contact information.

Document Management in the List View

Document Management in the List View Document Management in the List View I want to manage my documents inside folders. I also want to manage my folders within the Quest List View and copy or move documents to different folder. Module Background:

More information

1. Click the Site Actions dropdown arrow and select Show Page Editing Toolbar. 2. Click Edit Page to begin changing the page layout

1. Click the Site Actions dropdown arrow and select Show Page Editing Toolbar. 2. Click Edit Page to begin changing the page layout SharePoint Tools Create a Custom List Show Page Editing Tool Bar (If your Editing toolbar is not displaying) 1. Click the Site Actions dropdown arrow and select Show Page Editing Toolbar. 2. Click Edit

More information

How to set up Outlook Anywhere on your home system

How to set up Outlook Anywhere on your home system How to set up Outlook Anywhere on your home system The Outlook Anywhere feature for Microsoft Exchange Server 2007 allows Microsoft Office Outlook 2007 and Outlook 2003 users to connect to their Outlook

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status Document Generation Date 7/8/2009 Last Changed by Status Final System Office Create Communication Template Concept If you frequently send the same Message Center communication to selected students, you

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

UW- Green Bay QuickBooks Accounts Receivable User Manual

UW- Green Bay QuickBooks Accounts Receivable User Manual UW- Green Bay QuickBooks Accounts Receivable User Manual Table of Contents Topic Page Number Logging into QuickBooks 2 Changing your password. 3 Creating Invoices. 4 Customer Entry/Search. 5-7 Entering

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions HelpDesk OSP User Manual Content 1 INTRODUCTION... 3 2 REQUIREMENTS... 4 3 THE SHAREPOINT SITE... 4 4 THE HELPDESK OSP TICKET... 5 5 INSTALLATION OF HELPDESK OSP... 7 5.1 INTRODUCTION... 7 5.2 PROCESS...

More information

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71 Combo Screen Guide 092311 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Accessing the Professional Development Plan (PDP) Evaluation Process Staff Evaluations Edit Professional Development Plan.

Accessing the Professional Development Plan (PDP) Evaluation Process Staff Evaluations Edit Professional Development Plan. 1 NC Educator Effectiveness System Evaluator s Guide Professional Development Plan This guide outlines the steps that Evaluators must complete for the Professional Development Plan in the North Carolina

More information

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

Craig Carpenter MCT. MCSE, MCSA

Craig Carpenter MCT. MCSE, MCSA Securing Central Administration in SharePoint 2007 Craig Carpenter MCT. MCSE, MCSA Partner Combined Knowledge SharePoint training and courseware providers. http://www.combined knowledge.com Craig Carpenter

More information

How to Set Up Outlook 2007 and Outlook 2010 for Hosted Microsoft Exchange if the Program is Already Installed

How to Set Up Outlook 2007 and Outlook 2010 for Hosted Microsoft Exchange if the Program is Already Installed How to Set Up Outlook 2007 and Outlook 2010 for Hosted Microsoft Exchange if the Program is Already Installed 1. If you received your copy of Outlook from Cbeyond (via a CD or by downloading it from CbeyondOnline)

More information

IMAP and SMTP Setup in Email Clients

IMAP and SMTP Setup in Email Clients IMAP and SMTP Setup in Email Clients Configuring an Email Client for IMAP Configuring an Email Client for the SMTP Server Overview Internet Message Access Protocol (IMAP), or a remote connection through

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario EditAble CRM Grid For Microsoft Dynamics CRM How To Guide Trial Configuration: Opportunity View EditAble CRM Grid Scenario Table of Contents Overview... 3 Opportunity View EditAble CRM Grid... 3 Scenario...

More information

eprocurement Procedures

eprocurement Procedures eprocurement Procedures Table of Contents Sign in to PeopleSoft... 2 Create Requisition Special Item... 5 Create Requisition Fixed Cost Service... 19 Modify Line Information... 21 Favorites... 24 Receive

More information

Contents INDEX...61 ECRM...1

Contents INDEX...61 ECRM...1 ecrm Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,

More information

Fax and SMS Quickguide

Fax and SMS Quickguide INTRODUCTION U2 Fax and SMS allow faxes and SMS to be sent directly from a user s workstation via the Internet using U2 Webservices. This improves staff efficiency by removing the need to physically fax

More information

Rational Quality Manager. Quick Start Tutorial

Rational Quality Manager. Quick Start Tutorial Rational Quality Manager Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 4 3.1 Adding Users and specifying Roles... 4 3.2 Managing Tool Associations...

More information

Microsoft Office 365 with MailDefender

Microsoft Office 365 with MailDefender (PC) for Microsoft Office 365 with MailDefender V1.0 Contents 1 Logging in to the Office 365 Portal... 3 1.1 Outlook Web Access Exchange & Lync... 3 1.2 Team Site SharePoint Online... 3 2 Configuring your

More information

henry schein secure chart patient portal

henry schein secure chart patient portal henry schein secure chart patient portal s e t u p a n d u s e r g u i d e Contents Henry Schein Secure Chart Patient Portal Overview... 2 Setting Up the Henry Schein Secure Chart Patient Portal... 3 Activating

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

IP Phone Services Configuration

IP Phone Services Configuration CHAPTER 96 Using Cisco Unified Communications Manager Administration, you define and maintain the list of IP phone services to which users can subscribe at their site. IP phone services comprise XML applications

More information

Microsoft Business Intelligence 2012 Single Server Install Guide

Microsoft Business Intelligence 2012 Single Server Install Guide Microsoft Business Intelligence 2012 Single Server Install Guide Howard Morgenstern Business Intelligence Expert Microsoft Canada 1 Table of Contents Microsoft Business Intelligence 2012 Single Server

More information

Montgomery County Public Schools. MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide

Montgomery County Public Schools. MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide Montgomery County Public Schools MCPS Careers Applicant Tracking System (ATS) Hiring Manager User Guide Version 4.0 Revised February 2012 TABLE OF CONTENTS Logging In... 3 Navigating the Site... 4 Center

More information

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad SYNTHESYS MANAGEMENT User Management Synthesys.Net User Management 1 SYNTHESYS.NET USER MANAGEMENT INTRODUCTION...3 STARTING SYNTHESYS USER MANAGEMENT...4 Viewing User Details... 5 Locating individual

More information

Qvidian Playbooks & Salesforce Setup Guide. Fall Release 2013

Qvidian Playbooks & Salesforce Setup Guide. Fall Release 2013 Qvidian Playbooks & Salesforce Setup Guide Fall Release 2013 Last Updated: 11/12/2013 Introduction Welcome to Qvidian Sales Playbooks & Analytics! This guide is directed toward CRM Administrators, Playbook

More information

This is a training module for Maximo Asset Management V7.1. In this module, you learn to use the E-Signature user authentication feature.

This is a training module for Maximo Asset Management V7.1. In this module, you learn to use the E-Signature user authentication feature. This is a training module for Maximo Asset Management V7.1. In this module, you learn to use the E-Signature user authentication feature. Page 1 of 16 When you complete this module, you can perform these

More information

Cloud Services. Sharepoint. Admin Quick Start Guide

Cloud Services. Sharepoint. Admin Quick Start Guide Cloud Services Sharepoint Admin Quick Start Guide 3/12/2015 ACTIVATION An activation letter will be sent to the email account of your administrator contact. SharePoint will be part of your Cloud Control

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Dynamic DNS How-To Guide

Dynamic DNS How-To Guide Configuration Guide Dynamic DNS How-To Guide Overview This guide will show you how to set up a Dynamic DNS host name under the D-Link DDNS service with your D-Link ShareCenter TM. Dynamic DNS is a protocol

More information

Ingenious Testcraft Technical Documentation Installation Guide

Ingenious Testcraft Technical Documentation Installation Guide Ingenious Testcraft Technical Documentation Installation Guide V7.00R1 Q2.11 Trademarks Ingenious, Ingenious Group, and Testcraft are trademarks of Ingenious Group, Inc. and may be registered in the United

More information

SharePoint AD Information Sync Installation Instruction

SharePoint AD Information Sync Installation Instruction SharePoint AD Information Sync Installation Instruction System Requirements Microsoft Windows SharePoint Services V3 or Microsoft Office SharePoint Server 2007. License management Click the trial link

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Page 1 of 14 Help Center Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Learn how to configure Outlook 2007 for use with your 1&1 e-mail account using POP3. Before you begin, you will need

More information

Microsoft Office 365 Portal

Microsoft Office 365 Portal Microsoft Office 365 Portal Once you logon, you are placed in the Admin page if you are an adminstrator. Here you will manage permissions for SharePoint, install Office Professional for Windows users,

More information

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

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

More information

How to integrate Verax NMS & APM with Verax Service Desk

How to integrate Verax NMS & APM with Verax Service Desk How to integrate Verax NMS & APM with Verax Service Desk Table of contents Abstract... 3 1. Configuring Service Desk notification profile in Verax Administrator Console... 4 2. Configuring incident categories

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2009 KWizCom Corporation. All rights reserved. Company Headquarters P.O. Box #38514 North York, Ontario M2K 2Y5 Canada E-mail:

More information

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013

ONBASE OUTLOOK CLIENT GUIDE for 2010 and 2013 To install Outlook 2010/2013 client Note: NOT currently compatible with Windows 10. Make sure your version of outlook is 32bit if not reinstall your version of Microsoft Office to the 32bit version. Must

More information

Microsoft Office 365 Exchange Online Cloud

Microsoft Office 365 Exchange Online Cloud 5-9-2014 A.Bueter Set up an Exchange connection to your email in Outlook 2010 or Outlook 2013 Note: Outlook 2007 is not supported with Office 365/Exchange Online- only Outlook 2010 & 2013 will work. 1.

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

QAS Small Business for Salesforce CRM

QAS Small Business for Salesforce CRM INTRODUCTION This document provides an overview of integrating and configuring QAS for Salesforce CRM. It will take you through the standard integration and configuration process and also provides an appendix

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide Document Revision Date: Nov. 13, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Introduction... 1 Exchange 2010 Outlook

More information

ANYWHERE POLLING - POLLING WITH A QUESTION LIST

ANYWHERE POLLING - POLLING WITH A QUESTION LIST Anywhere Polling - Polling with a Question List 1 ANYWHERE POLLING - POLLING WITH A QUESTION LIST Before Class This section covers question lists and participant lists. Question lists and participant lists

More information

NextGen EHR: Clinic Password and User Preferences Setup in PROD

NextGen EHR: Clinic Password and User Preferences Setup in PROD NextGen EHR: Clinic Password and User Preferences Setup in PROD FALL 2014 1 Click the NextGen icon on your desktop. The NextGen Application Window opens. FALL 2014 2 Click the icon for EHR. The EHR login

More information

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: March 2012 ImageNow and CaptureNow are registered trademarks of

More information

Introduction... 2. Download and Install Mobile Application... 2. About Logging In... 4. Springboard... 4. Navigation... 6. List Pages...

Introduction... 2. Download and Install Mobile Application... 2. About Logging In... 4. Springboard... 4. Navigation... 6. List Pages... Contents Introduction... 2 Download and Install Mobile Application... 2 About Logging In... 4 Springboard... 4 Navigation... 6 List Pages... 6 Example: Edit Contact... 7 View Pages... 12 Example: Companies...

More information

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0 Pcounter Web Administrator User Guide - v2014-09-08 Pcounter Web Administrator User Guide Version 1.0 Table of Contents Table of Contents... 2 Overview... 3 Installation Prerequisites and Requirements...

More information

Microsoft Dynamics Guide

Microsoft Dynamics Guide 1 Microsoft Dynamics Guide 2 Microsoft Dynamics Guide Integrating Velaro with Microsoft Dynamics Using Velaro's CRM integration tools you can interact directly with your Dynamics account right from the

More information

HDAccess Administrators User Manual. Help Desk Authority 9.0

HDAccess Administrators User Manual. Help Desk Authority 9.0 HDAccess Administrators User Manual Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks

More information

The following are two things that cannot be done with a lead until it has been converted to a prospect or account:

The following are two things that cannot be done with a lead until it has been converted to a prospect or account: Customer Management Work with the Leads Database & Lead Entry The Oasis-CRM Leads Database is quarantined from the main Oasis-CRM accounts and contacts database until they are converted to a prospect or

More information

PCLaw Data Import Module

PCLaw Data Import Module Contents PCLaw Data Import Module About the Data Import Module Before You Begin Starting the Data Import Module Importing Clients and Matters Importing Contacts Importing Calendar and Telephone Events

More information

The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC.

The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC. UCL INFORMATION SERVICES DIVISION CRYSTAL REPORTS INTEGRATING WITH REMEDY The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC. 1. Install BMC

More information

NOTE: You must be set up as a member of the Administrators group in order to perform the steps described in this article.

NOTE: You must be set up as a member of the Administrators group in order to perform the steps described in this article. Rollup Rollup Milestone Dates to the Project Center by Ira Brown An important part of a project manager s job is to manage the dates for milestones and other key tasks in a project. The dates for these

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...

More information

ManageMyHealth SMS Text Message Service User Guide. Medtech32. Version 20.0 (March 2012)

ManageMyHealth SMS Text Message Service User Guide. Medtech32. Version 20.0 (March 2012) ManageMyHealth SMS Text Message Service User Guide Medtech32 Version 20.0 (March 2012) IMPORTANT NOTE Medtech recommends that all Medtech upgrades and database back-up and restore processes are performed

More information

SENDING EMAILS & MESSAGES TO GROUPS

SENDING EMAILS & MESSAGES TO GROUPS SENDING EMAILS & MESSAGES TO GROUPS Table of Contents What is the Difference between Emails and Selltis Messaging?... 3 Configuring your Email Settings... 4 Sending Emails to Groups Option A: Tasks...

More information

Technical Information Sheet Page 1 of 8

Technical Information Sheet Page 1 of 8 Page 1 of 8 TIS#: 293 Date: November 27, 2006 Issued by: Chris Lawlor Subject Serial Talk Through: Configuring a 3508 with itools through a 6000 Series Recorder Definition: Serial talk-through allows a

More information

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual 2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

5. For Display name, Your Full Name or the name you want to appear in the from box when writing or responding to e-mail click Next

5. For Display name, Your Full Name or the name you want to appear in the from box when writing or responding to e-mail click Next Setting up Outlook Express. 1. Open Outlook Express 2. From Tools menu a. Choose Accounts. 3. Click Add button a. Choose Mail 5. For Display name, Your Full Name or the name you want to appear in the from

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 SAGE ACCPAC OPTIONS Sage Accpac Options Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage

More information

CHAPTER 11: SALES REPORTING

CHAPTER 11: SALES REPORTING Chapter 11: Sales Reporting CHAPTER 11: SALES REPORTING Objectives Introduction The objectives are: Understand the tools you use to evaluate sales data. Use default sales productivity reports to review

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you with: Generating your Sage Pay login Navigation Creating contacts Creating system users Setting

More information

Last Updated on 11/06/2008. www.jobprotech.com

Last Updated on 11/06/2008. www.jobprotech.com Last Updated on 11/06/2008 www.jobprotech.com Copyright JobPro Technology, 2008 How to Use this Guide This manual is designed as a reference for JobPro customers. It is not intended to be a replacement

More information

2009 Braton Groupe sarl, All rights reserved.

2009 Braton Groupe sarl, All rights reserved. D A T A B A S E M A N A G E R U S E R M A N U A L The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a

More information

CRM Auditor Configuration and User Guide Microsoft Dynamics CRM 4.0. CRM Addins Productivity Solutions for Microsoft Dynamics CRM

CRM Auditor Configuration and User Guide Microsoft Dynamics CRM 4.0. CRM Addins Productivity Solutions for Microsoft Dynamics CRM CRM Auditor Configuration and User Guide Microsoft Dynamics CRM 4.0 CRM Addins info@crmaddins.co.uk Table of Contents Introduction... 3 Document Overview.... 3 Version Compatibility.... 3 CRM Auditor for

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

BillQuick 2009 Quick Start Tutorial

BillQuick 2009 Quick Start Tutorial Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick 2009 Quick Start Tutorial For Accountants BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support:

More information

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 31 March 2015 Copyright 2015 Asbru Ltd Version 92 1 Table of Contents

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function.

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. Page 1 of 14 This module covers these topics: - Enabling audit for a Maximo database table -

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Maximizer CRM 12 Winter 2012 Feature Guide

Maximizer CRM 12 Winter 2012 Feature Guide Winter Release Maximizer CRM 12 Winter 2012 Feature Guide The Winter release of Maximizer CRM 12 continues our commitment to deliver a simple to use CRM with enhanced performance and usability to help

More information

V-Sept CRM Integration Setup

V-Sept CRM Integration Setup V-Sept CRM Integration Setup 1 Contents V-SEPT CRM INTEGRATION SETUP... 1 ENABLING YOUR V-SEPT/50 BELOW INTEGRATION... 3 GENERATING A LOGIN AND PASSWORD FOR THE FIRST TIME... 3 Integration Manager... 3

More information

Unique promotion code

Unique promotion code Copyright IBM Corporation 2010 All rights reserved IBM WebSphere Commerce V7 Feature Pack 1 Lab exercise What this exercise is about... 2 What you should be able to do... 2 Introduction... 2 Requirements...

More information

Student Manager s Guide to the Talent Management System

Student Manager s Guide to the Talent Management System Department of Human Resources 50 Student Manager s Guide to the Talent Management System 1 Table of Contents Topic Page SYSTEM INTRODUCTION... 3 GETTING STARTED... 4 NAVIGATION WITHIN THE TALENT MANAGEMENT

More information

2012 Teklynx Newco SAS, All rights reserved.

2012 Teklynx Newco SAS, All rights reserved. D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user

More information

Creating a User Profile for Outlook 2013

Creating a User Profile for Outlook 2013 Creating a User Profile for Outlook 2013 This document tells you how to create a user profile for Outlook 2013 on your computer (also known as the Outlook client). This is necessary, for example, when

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

Configuring Outlook 2010 Anywhere for UNSW Exchange system.

Configuring Outlook 2010 Anywhere for UNSW Exchange system. Introduction Prerequisites 1. You must have a valid znumber and its associated zpass. If you are unsure about this: please call the Service Desk. 2. Your email account on the UNSW IT Services Exchange

More information

Building A Very Simple Web Site

Building A Very Simple Web Site Sitecore CMS 6.2 Building A Very Simple Web Site Rev 100601 Sitecore CMS 6. 2 Building A Very Simple Web Site A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Building

More information

Virtual Private Network (VPN)

Virtual Private Network (VPN) Virtual Private Network (VPN) Creating a Virtual Private Network (VPN) environment and using it to connect machines to each other is another way of accessing Roll Call remotely. A VPN establishes a secure

More information

Quest Web Parts for SharePoint

Quest Web Parts for SharePoint Quest Web Parts for SharePoint Quest Web Parts for SharePoint enables you to build line-of-business applications on the SharePoint Platform while overcoming the limitations of SharePoint forms, lists,

More information

iglobe CRM SharePoint App Documentation Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk

iglobe CRM SharePoint App Documentation Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk Tuborg Boulevard 12,3 sal 2900 Hellerup, Denmark Phone: +45 28800025 URL: www.iglobe.dk iglobe CRM SharePoint App Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk Contents

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 2 Email Client

More information

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 CONTENTS What is Outlook Anywhere? Before you begin How do I configure Outlook Anywhere with Outlook 2010? How do I use Outlook Anywhere? I already

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2011 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario ON

More information