QUERY DATA FROM ACTIVE DIRECTORY
|
|
|
- George Hawkins
- 9 years ago
- Views:
Transcription
1 QUERY DATA FROM ACTIVE DIRECTORY Active Directory includes a wealth of information about your company s organization. This task will show you how to auto populate fields in your InfoPath form with the address and full name of the currently logged on user. CREATE THE DATA CONNECTION First we need to create a data connection to the Active Directory web service. 1. Open the Expense Report form template that we have been working with in previous labs. To do this, right click on the Expense Report sample XSN on your local drive, and select Design. 2. In the InfoPath 2010 ribbon, select Data and then click on Data Connections. 3. Click Add. 4. Select the radio button to Create a New Connection to and Receive Data. Click Next. 5. Select the radio button for SOAP Web Service and then click Next. 6. Enter the URL of the service: Click Next. 7. Select the operation (Web Method) named GetMyInfo. Click Next. 8. Click Next. There is no need to check the checkbox of Store a copy of the data in the form template. Page 1
2 9. Uncheck the Automatically retrieve data when form is opened checkbox, click Finish, and then click Close. USE THE ACTIVE DIRECTORY DATA TO OBTAIN EMPLOYEE INFO Now you will change the Employee and Name fields to auto-populate. 10. In the Data tab of InfoPath 2010, click Form Load. 11. Click New and select Action. 12. Click the blue text under Condition. We will enter a condition because we only want to load this data once, when the form is first created. Page 2
3 13. Select Select a field or group from the first dropdown and select the address under the Employee node. In the middle dropdown, select Is blank. The condition should look as shown below. Click OK. 14. Next to Run these actions, click Add and select Query for data. 15. Select the GetMyInfo data connection and click OK. 16. Next to Run these actions, click Add and select Set a field s value. 17. Click the icon to the right of Field and select the address node under the Employee node. 18. Click the icon to the right of Value and click Insert field or Group. 19. Use the dropdown to switch to the GetMyInfo secondary data connection. Page 3
4 20. Expand the datafields node, select the Value node, and click Filter Data. 21. Click Add. We need to add a filter because the Active Directory web service returns multiple keys and their values. At this point, we want only the Select Key in the first dropdown and is equal to in the middle dropdown. In the third dropdown, select Type text and type in mail (no quotes). 23. Click OK until all dialogs are closed. 24. Now we ll set the employee name field. Next to Run these actions, click Add and select Set a field s value. 25. Click the icon to the right of Field and select the name field under the Employee node. 26. Click the icon to the right of Value and click Insert field or Group. 27. Use the dropdown to switch to the GetMyInfo secondary data connection. 28. Expand the datafields node, select the Value node, and click Filter Data. Page 4
5 29. Click Add. We need to add a filter because the Active Directory web service returns multiple keys and their values. At this point, we want only the name. 30. Select Key in the first dropdown and is equal to in the middle dropdown. In the third dropdown, select Type text and type in name (no quotes). 31. Click OK until all dialogs are closed. 32. Switch to the Home tab in the InfoPath 2010 ribbon and click Preview. You will see the current user s data: Page 5
6 33. Click on Close Preview. CREATE A SECOND DATA CONNECTION Now we need to create a data connection to the Active Directory web service so that the form can obtain the manager for the current user. 34. In the InfoPath 2010 ribbon, select Data and then click on Data Connections. 35. Click Add. 36. Select the radio button to Create a New Connection to and Receive Data. Click Next. Page 6
7 37. Select the radio button for SOAP Web Service and then click Next. 38. Enter the URL of the service: Click Next. 39. Select the operation (Web Method) named GetManagerAlias. Click Next. 40. Click Next. There is no need to check the checkbox of Store a copy of the data in the form template. 41. Uncheck the Automatically retrieve data when form is opened checkbox, click Finish, and then click Close. CREATE A THIRD DATA CONNECTION Now we need to create a data connection to the Active Directory web service so that the form can obtain the manager s data. 42. In the InfoPath 2010 ribbon, select Data and then click on Data Connections. 43. Click Add. 44. Select the radio button to Create a New Connection to and Receive Data. Click Next. 45. Select the radio button for SOAP Web Service and then click Next. 46. Enter the URL of the service: Click Next. 47. Select the operation (Web Method) named GetUserInfo. Click Next. 48. Click Next. There is no need to check the checkbox of Store a copy of the data in the form template. Page 7
8 49. Uncheck the Automatically retrieve data when form is opened checkbox, click Finish, and then click Close. USE THE ACTIVE DIRECTORY DATA TO OBTAIN EMPLOYEE INFO Now that all the data connetions are ready, we can set up the form logic that will auto-populate the Manager and Name. 50. In the Data tab of InfoPath 2010, click Form Load. 51. Click New and select Action. 52. Click the blue text under Condition. We will enter a condition because we only want to load this data once, when the form is first created. Page 8
9 53. Select Select a field or group from the first dropdown and select the manager address under the Manager node. In the middle dropdown, select Is blank. The condition should look as shown below. 54. Add a second condition, because the rule can only execute when the current user s alias has been detected. Click And. 55. Select Select a field or group from the first dropdown and select the address under the Employee node. In the middle dropdown, select Is not blank. Click OK. 56. Next to Run these actions, click Add and select Set a field s value. 57. For Field, select the username node in the GetManagerAlias data connection. 58. For Value, select the Value node from the GetMyInfo data connection, but add a Filter, such that Key equals samacccountname. Page 9
10 59. Next to Run these actions, click Add and select Query for data. 60. Select the GetManagerAlias data connection and click OK. 61. Next to Run these actions, click Add and select Set a field s value. 62. For the Field, select the username field in the GetUserInfo data connection. 63. For the Value, select the GetManagerAliasResult node in the GetManagerAlias data connection. Page 10
11 64. Next to Run these actions, click Add and select Query for data. 65. Select the GetUserInfo data connection. 66. Next to Run these actions, click Add and select Set a field s value. 67. Click the icon to the right of Field and select the manager address node under the Manager node. 68. Click the icon to the right of Value and click Insert field or Group. 69. Use the dropdown to switch to the GetUserInfo secondary data connection. 70. Expand the datafields node, select the Value node, and click Filter Data. 71. Click Add. 72. Select Key in the first dropdown and is equal to in the middle dropdown. In the third dropdown, select Type text and type in mail (no quotes). Page 11
12 73. Click OK until all dialogs are closed. 74. Now we ll set the managername field. Next to Run these actions, click Add and select Set a field s value. 75. Click the icon to the right of Field and select the ManagerName field under the Manager node. 76. Click the icon to the right of Value and click Insert field or Group. 77. Use the dropdown to switch to the GetUserInfo secondary data connection. 78. Expand the datafields node, select the Value node, and click Filter Data. 79. Click Add. 80. Select Key in the first dropdown and is equal to in the middle dropdown. In the third dropdown, select Type text and type in name (no quotes). 81. Click OK until all dialogs are closed. 82. Switch to the Home tab in the InfoPath 2010 ribbon and click Preview. You will see the current user s data, as well as the manager s data. Page 12
13 83. Click on Close Preview. 84. Optionally, you can right click on each of the four fields that are now being set automatically, and make these read-only, such that the user cannot modify their values. Page 13
ACTIVE DIRECTORY WEB SERVICE USER GUIDE LAST UPDATED: January 4, 2013
Page 1 of 28 ACTIVE DIRECTORY WEB SERVICE USER GUIDE LAST UPDATED: January 4, 2013 Introduction... 1 Web methods... 4 Active Directory query fails on Windows XP... 27 Support... 28 INTRODUCTION The Active
Word 2007: Mail Merge Learning Guide
Word 2007: Mail Merge Learning Guide Getting Started Mail merge techniques allow you to create a document which combines repetitive text elements with data drawn from an external data document. To perform
Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query
Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query Performing a Query in Access Before performing a mail merge, we need to set up a query with the necessary fields. Opening
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
Gravity Forms: Creating a Form
Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your
Sending broadcast emails
4-H Online HelpSheet Sending broadcast emails OVERVIEW The Broadcast Email tool in 4-H Online is a powerful email management tool. Sending a Broadcast email is basically a 2 step process first creating
Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow
Step-By-Step build Advanced InfoPath Form and SharePoint Designer Workflow Workshop: One the Request Form we will design a sample process of Employee Vacation Request with Approval process workflow. Required
Word 2010: Mail Merge to Email with Attachments
Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN
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
IT Quick Reference Guides Performing Mail Merges in Word 2010
IT Quick Reference Guides Performing Mail Merges in Word 2010 Word Guides Mail merges are useful when you want to create form letters or other documents sent to or drawing information from multiple customers.
UF Health SharePoint 2010 Introduction to Content Administration
UF Health SharePoint 2010 Introduction to Content Administration Email: [email protected] Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours
A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions
QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions As your financial institution completes its system conversion, you will need to modify your QuickBooks settings
TABLE OF CONTENTS BACKGROUND: HIGH IMPACT EMAIL 4.0 PROFESSIONAL AND ACT!. 3 SELECT MAIL MERGE OPTION ON THE MAIN SCREEN.0 TEMPLATE.
TABLE OF CONTENTS BACKGROUND: HIGH IMPACT EMAIL 4.0 PROFESSIONAL AND ACT!... 3 SELECT MAIL MERGE OPTION ON THE MAIN SCREEN... 4 SELECT A HIGH IMPACT EMAIL 4.0 TEMPLATE... 5 SELECT A PROFILE TO BE USED
BSDI Advanced Fitness & Wellness Software
BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc INSTRUCTION SHEET FOR MOVING YOUR DATABASE FROM ONE COMPUTER TO ANOTHER This document will outline the steps
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
Online Statements. About this guide. Important information
Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit
Cascade Server CMS Quick Start Guide
Cascade Server CMS Quick Start Guide 1. How to log in 2. How to open page 3. How to edit a page 4. How to create a new page 5. How to publish a page 6. How to change settings to view publish status page
Booth Gmail Configuration
Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile
Editing your Website User Guide
User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already
Document Manager 2.0. Corporate Administrator Guide
Document Manager 2.0 Corporate Administrator Guide Introduction to the Corporate Administrator Guide Document Manager 2.0 is the Web to Print ordering application for OfficeMax ImPress. Many features and
Integrating LANGuardian with Active Directory
Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity
MAPPING THE WEBDRIVE REFERENCE GUIDE
MAPPING THE WEBDRIVE REFERENCE GUIDE INTRODUCTION The university WebDrive is a dedicated drive to host all university web content. For help with mapping the WebDrive, please read the instructions below
BSDI Advanced Fitness & Wellness Software
BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the
UF Health SharePoint 2010 Document Libraries
UF Health SharePoint 2010 Document Libraries Email: [email protected] Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network
emarketing Manual- Creating a New Email
emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a
Create a new investment form and publish it to a SharePoint 2013 forms library
Create a new investment form and publish it to a SharePoint 2013 forms library Step 1, create two new document libraries in the root site of your a collection 1) Open SharePoint Designer 2013 2) Create
Introduction to Search in SharePoint 2013. Hands-On Lab. Lab Manual
2013 Introduction to Search in SharePoint 2013 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,
Email Migration Manual (For Outlook 2010)
Email Migration Manual (For Outlook 2010) By SYSCOM (USA) May 13, 2013 Version 2.2 1 Contents 1. How to Change POP3/SMTP Setting for Outlook 2010... 3 2. How to Login to Webmail... 10 3. How to Change
Connecting to Delta College Exchange services off-campus
Connecting to Delta College Exchange services off-campus The following instructions are provided to document the client configuration used to connect to Microsoft Exchange services at Delta College from
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word
Avery Wizard: Using the wizard with Microsoft Word This is a simple step-by-step guide showing how to use the Avery wizard in word Open up a blank document in Microsoft Word and click the Avery Tab at
Microsoft Access 2007 Advanced Queries
Microsoft Access 2007 Advanced Queries When you run a query in Microsoft Access 2007, it is not only able to display records, but also able to perform specific tasks and actions based on user defined criteria.
BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of
Mail Merge Creating Mailing Labels 3/23/2011
Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet
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
How to install and use the File Sharing Outlook Plugin
How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.
Microsoft Outlook 2010
Microsoft Outlook 2010 a. Open Outlook 2010. b. Click File i. Select Info. ii. Within Account Information, click Add Account. c. Within the Setup wizard select Manually configure server settings or additional
Title: SharePoint Advanced Training
416 Agriculture Hall Michigan State University 517-355- 3776 http://support.anr.msu.edu [email protected] Title: SharePoint Advanced Training Document No. - 106 Revision Date - 10/2013 Revision No. -
Creating Responsive Drip Campaigns
Creating Responsive Drip Campaigns www.salesnexus.com Creating Responsive Drip Campaigns z 2 Sending a drip campaign to a prospect or a client is a great way to engage them without taking your staff s
Organizing and Managing Email
Organizing and Managing Email Outlook provides several tools for managing email, including folders, rules, and categories. You can use these tools to help organize your email. Using folders Folders can
Microsoft Access 2010 handout
Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant
Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)!
UVa Exchange Service Outlook 2013 Quickstart Guide Don't have Outlook? Download and configure the Microsoft Office Suite (which includes Outlook)! In this Quickstart Guide, you will learn to: Send and
4.6 - Insurance Manager
4.6 - Insurance Manager Managing Insurance Claims RxWorks Inc V1.0 Manage Insurance Claims in RxWorks RxWorks 4.6 Insurance Manager RxWorks Insurance Manager RxWorks 4.6 includes the ability to create
Getting Started with the Standalone
Page 1 of 22 Product: Database Accelerator (DBXL) Getting Started with the Standalone Title: Dashboard This Getting Started guide is an introductory tutorial that will show you how to quickly familiarize
Introduction to Microsoft Access 2007
Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four
Outlook 2013 ~ e Mail Quick Tips
The Ribbon: Home tab New Email to send a new mail New Items to send a new mail, a new appointment, a new meeting, a new contact, a new task, a new Lync Meeting Ignore to ignore a request Clean Up to clean
How to Pop Email to Outlook
Webmail Access How to Pop Email to Outlook You can access your email account through the following URL: http://webmail.usalocalbiz.com. The login is your full email address and your account password. We
How to Configure Windows 8.1 to run ereports on IE11
How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate
Microsoft Outlook 2003 Module 1
Microsoft Outlook 200 Module 1 http://pds.hccfl.edu/pds Microsoft Outlook 200: Module 1 October 2006 2006 Hillsborough Community College - Professional Development Services Hillsborough Community College
LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions. Accessing the Administrator Section of the Website
LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions Each school district is responsible for creating and assigning user accounts to access the district s data on the LRFP and
As your financial institution completes its system conversion, you
QuickBooks Business Accounting Software 2007 2009 for Windows Account Conversion Instructions Converting from Direct Connect to Web Connect As your financial institution completes its system conversion,
Connect Now Workgroups and Communication:
Connect Now Workgroups and Communication: If you click and login to Connect Now, you will see the main Family Suite as seen below: Click on Family Directory then on Family Workgroups Family Workgroups
How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For
How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this
Endnote Web: Beginners Guide to Using Endnote Web and the Cite While You Write Function
1 Endnote Web: Beginners Guide to Using Endnote Web and the Cite While You Write Function 1 Endnote Web User Guide Version 3.4 Created: June 2012 Author: Jessica Eustace-Cook 1 Table of Contents 1. About
Microsoft Office 2010
Access Tutorial 1 Creating a Database Microsoft Office 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and
Chapter 11 Managing Core Database Downloads
Chapter 11 Managing Core Database Downloads Research Insight versions 7.7 and higher offer automated delivery of the COMPUSTAT core databases over the Internet through the Database Manager application.
CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY
CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY Outline The Proficy HMI/SCADA CIMPLICITY product has the ability to log point data to a Microsoft SQL Database. This data can
Outlook Web Access (OWA) User Guide
Outlook Web Access (OWA) User Guide September 2010 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1.0 INTRODUCTION... 4 1.1 OUTLOOK WEB ACCESS SECURITY CONSIDERATIONS... 4 2.0 GETTING STARTED... 5 2.1 LOGGING
Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data
Mail Merge Course Description The Mail Merge feature allows you to combine items from a data source into a document. This allows you to create form letters, mailing labels, envelopes, etc. You also have
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:
Personalizing your Access Database with a Switchboard
Personalizing your Access Database with a Switchboard This document provides basic techniques for creating a switchboard in Microsoft Access. A switchboard provides database users with a customized way
State of Ohio DMS Solution for Personnel Records Training
State of Ohio DMS Solution for Personnel Records Training 1 Contents LOGGING IN AND THE BASICS... 3 LOGGING INTO THE DMS... 3 NAVIGATING THE UNITY CLIENT... 4 CREATING PERSONAL PAGES... 6 ADDING WEB LINKS
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,
Using MailStore to Archive MDaemon Email
Using MailStore to Archive MDaemon Email This guide details how to archive all inbound and outbound email using MailStore, as well as archiving any emails currently found in the users accounts in MDaemon.
Configuring Thunderbird for Flinders Mail at home.
Configuring Thunderbird for Flinders Mail at home. Downloading Thunderbird can be downloaded from the Mozilla web site located at http://www.mozilla.org/download.html This web site also contains links
Qualtrics Survey Tool
Qualtrics Survey Tool This page left blank intentionally. Table of Contents Overview... 5 Uses for Qualtrics Surveys:... 5 Accessing Qualtrics... 5 My Surveys Tab... 5 Survey Controls... 5 Creating New
4HOnline HelpSheet. Sending Broadcast Emails & Text Messages Created: September 6, 2012 OVERVIEW SELECTING THE RECIPIENTS CREATING THE EMAIL
4HOnline HelpSheet Sending Broadcast Emails & Text Messages Created: September 6, 2012 OVERVIEW The Broadcast Email tool in 4HOnline is a powerful email management tool. The broadcast email module does
Creating a Participants Mailing and/or Contact List:
Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from
GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS
GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...
Terminal Four. Content Management System. Moderator Access
Terminal Four Content Management System Moderator Access Terminal Four is a content management system that will easily allow users to manage their college web pages at anytime, anywhere. The system is
formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide
formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide 2 Contacting Quest Software Email: Mail: Web site: [email protected] Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656
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...
SQL Server Setup for Assistant/Pro applications Compliance Information Systems
SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form
Opening a New Case in Client Profiles for Windows (Juris Integration)
C ase Manag e m e n t by C l i e n t P rofiles Opening a New Case in Client Profiles for Windows (Juris Integration) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Opening a New Case (New Client)
Use the Microsoft Office Word Add-In to Create a Source Document Template for Microsoft Dynamics AX 2012 WHITEPAPER
Use the Microsoft Office Word Add-In to Create a Source Document Template for Microsoft Dynamics AX 2012 WHITEPAPER Microsoft Office Word Add-Ins Whitepaper Junction Solutions documentation 2012 All material
PM CENTRAL SANDBOX GETTING STARTED GUIDE
PM CENTRAL SANDBOX GETTING STARTED GUIDE Thank you for evaluating Project Management Central. This guide will step you through configuring your PMC Central site. Please note that your sandbox will expire
WHAT S NEW IN MS EXCEL 2013
Contents Excel... 1 Filling empty cells using Flash Fill... 1 Filtering records using a Timeline... 2 Previewing with Quick Analysis... 4 Using Chart Advisor recommendations... 5 Finding errors and issues
Setting up Citrix XenServer for 2X VirtualDesktopServer Manual
Setting up Citrix XenServer for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
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
FrontPage 2003: Forms
FrontPage 2003: Forms Using the Form Page Wizard Open up your website. Use File>New Page and choose More Page Templates. In Page Templates>General, choose Front Page Wizard. Click OK. It is helpful if
FRONTPAGE FORMS... ... ...
tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click
Setting up Hyper-V for 2X VirtualDesktopServer Manual
Setting up Hyper-V for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples herein
1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.
Thunderbird The changes that need to be made in the email programs will be the following: Incoming mail server: newmail.one-eleven.net Outgoing mail server (SMTP): newmail.one-eleven.net You will also
Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.
Quick Start Guide Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Change the screen size or close a database Click the Access
Introduction to Microsoft Access 2010
Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:
Sophos Mobile Control Super administrator guide. Product version: 3
Sophos Mobile Control Super administrator guide Product version: 3 Document date: January 2013 Contents 1 About Sophos Mobile Control...3 2 Super administrator accounts...4 3 The super administrator customer...5
ICP Data Entry Module Training document. HHC Data Entry Module Training Document
HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC
This guide shows you how to configure each display option within the item editor.
Rank Order Item The Rank Order item is one of several Checkbox Survey question types (click here to view all Checkbox question types). The Rank Order item offers four different display options: Selectable
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,
Microsoft Office. Mail Merge in Microsoft Word
Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 Version 3.2 ArcMail Technology 401 Edwards Street, Suite 1601 Shreveport, LA 71101 Support: (888) 790-9252
How to Set Up Your. Email Account
How to Set Up Your Email Account Contents Outlook 2002 (Office XP)... 3 Outlook 2003 (Office 2003)... 6 Outlook 2007 (Office 2007)... 10 Outlook 2010 (Office 2010)... 14 Outlook Account Setup Page 2 HOW
Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels
2 Parts to a Mail Merge 1. MS Word Document (Letter, Labels, Envelope, Name Badge, etc) 2. Data Source Excel Spreadsheet Access Database / query Other databases (SQL Server / Oracle) Type in New List Mail
ProperSync 1.3 User Manual. Rev 1.2
ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...
Scheduling Messenger
Scheduling Messenger June 2013 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue advantage
Introduction to Microsoft Access 2013
Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:
User Manual for Web. Help Desk Authority 9.0
User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic
Outlook Web Access. PRECEDED by v\
Outlook Web Access Logging in to OWA (Outlook Web Access) from Home 1. Login page http://mail.vernonct.org/exchange 2. To avoid these steps each time you login, you can add the login page to your favorites.
Teacher References archived classes and resources
Archived Classes At the end of each school year, the past year s academic classes are archived, meaning they re still kept in finalsite, but are put in an inactive state and are not accessible by students.
