Content Development Reference. Including resources for publishing content on the Help Server

Size: px
Start display at page:

Download "Content Development Reference. Including resources for publishing content on the Help Server"

Transcription

1 Content Development Reference Including resources for publishing content on the Help Server March 2016

2 Help Server guidance Optimizing your investment in content F1 or TOC? Metadata and editing tools for Help Server content How context sensitivity works Issues with topic mapping Metadata properties that display Help from the F1 key Troubleshooting * This document uses the term topic to refer to individual articles in the Help. For example, a topic is the unit of content that s displayed when you press F1. Contents Links to existing resources on MSDN Customizing the Help System Context Sensitive Help Writing Documentation for the Help System Publishing Documentation to the Help System Document Property Metadata Reference Walkthrough: Creating Help Documentation Walkthrough: Publishing Help Documentation Walkthrough: Updating Existing Help Documentation Additional Help Server topics on MDSN Graphics toolkit Using graphics can assist visual learners by showing, rather than telling them complex information. The graphics toolkit includes stencils and examples that you can use to create your own illustrations and process diagrams. The graphics toolkit includes a Visio document and the Dynamics Symbol font. Both are included here. Writing tips Who uses Help: Identifying your audience Guidelines for writing technical documentation Where to find additional help and how to provide feedback Technical support isn t available for this toolkit. Refer to the Visio product documentation for answers to questions about Visio. The most current Microsoft Dynamics AX product documentation for system administrators, IT professionals and knowledge workers is available on TechNet library. Help for developers is available from our Dev center on MSDN. Your feedback is welcome; please send comments and suggestions to adocs@microsoft.com. Templates The Microsoft Word and HTML templates that are included in this toolkit provide a starting point for creating your own content. These templates are installed with Microsoft Dynamics AX and can also be downloaded from MSDN.

3 Optimizing your investment in content What this guide is for Writing documentation takes time and effort. When done well, the return on your investment includes fewer support incidents, users who get more benefit from the software they use each day, and potentially reduced costs from reworking business tasks that weren t done correctly the first time. The Help Server that s built into Microsoft Dynamics AX 2012 includes capability that can help you provide content that s easy for users to find, that provides the help they need, and that s available when they need it. This guide includes information and links to additional resources that can help you gain the full benefit the Help Server can offer. It also points to other tools that can help you produce content that users need. Set goals before you write Your decisions about what content to write will have a significant effect on its longevity. The following points offer a way of thinking about where to focus your investment in developing content. Invest in making the interface clear enough that you don t need more documentation Build usability into the workflow of your application and write UI text that doesn t require additional documentation. Focus your efforts on processes that yield the greatest value Focus on documenting processes that are important to your business, but that aren t completed frequently. Documenting a small number of these kinds of procedures might return more value than writing more procedures that describe routine tasks. Focus your documentation effort on how-to content, rather than field descriptions If your content describes UI elements, nearly every software update will require changing it. How-to content is less likely to change, even when the application is updated. Include essential field descriptions in how-to documentation You can include descriptions of critical fields in procedural steps. Doing so allows you to include information that helps your users without making reference information about forms and fields the focus of your documentation set. Use pictures where they can convey information more effectively than words This guide includes templates and guidance for adding process diagrams to your content. For some processes, a well-designed diagram or illustration can save pages of narrative content. Remember that quantity doesn t equal quality Consider limiting your content to the processes that will have the most impact on your user base. Creating a lot of documentation you don t have time to maintain ultimately returns less value than less content that s of higher quality.

4 Help system components Help Server The IIS web site that s installed with AX that stores content and sends topics to the help viewer when they re requested. Topic A discrete unit of content; which is what we call an article on the Help Server. Help Viewer The component of the Help Server that displays topics in the AX client. Topic ID An identifier that s assigned to each topic. The topic ID is used to display that topic when a user presses the F1 key in the AX client. Disambiguator A list of topics that s displayed in the help viewer, showing topics that are mapped to the same topic ID. Publisher A specific author or organization whose topics are grouped together by storing them in a specific folder and modifying a setting in the Help Server configuration file. Structuring Help Server content The disambiguator, which is shown above, is a list of topics that are mapped to the same form in AX. F1 or TOC? You can set your topics to display when a user presses F1 from a form in AX. You also can update the table of contents (TOC) to include your content in the list of topics that s displayed in the contents pane in the Help. You can always access topics using the search feature of the Help Server. You can enter one or more keywords in a topic s metadata that will improve its discoverability through search. Creating help for business processes The Help Server allows multiple options for documenting business processes, or variations of the same process, that are completed in the same form and displaying that content in the Help. o o o Write a topic for each process and map each topic to the forms that are used to complete the process. When a user presses F1 from that form, a list of the topics will be displayed; the user can select the topic that describes the process they re working on. Write one topic that includes documentation for all of the processes that are completed from that form. You can map that topic to the form and users can search within the topic to find the description of the process they re working on. Write a separate topic for each process, plus an additional topic that you ll map to the form. You can add links to the topic that s mapped to the form you re describing so your users can see a single topic when they press F1, from that topic click a link to the topic that describes the process they re working on. There is no single right way to structure your help topics. The number of topics you re willing to manage and the preferences of your users should guide how you decide to structure your Help topics.

5 Metadata and editing tools for Help Server content Metadata Help Server topics include a number of metadata properties that are used to find and display topics when a user opens the Help. Microsoft.Help.ID An identifier for each topic that must be unique for each topic. This property must be filled in. Microsoft.Help.F1 The AOT name of forms or menu items that associates a topic with a form in AX. This property must be filled in. Publisher The property that identifies a group of topics from one organization or author from another. This property doesn t have to be specified. For more detailed information and guidance for creating content about how to create content for the Help server, see the Help system section in our Dev Center on MSDN. The illustration on the right shows a section of a Help Server template in Notepad that can be used to enter metadata for a topic. (You might need to use the Zoom feature in Reader or Acrobat to view the illustration.) The Microsoft.Help.ID must be unique. Microsoft.Help.F1 associates a topic with a form and this can be used in multiple topics (but it triggers the disambiguator.) Tools to use for writing Help Server topics Help Server content can be written using any HTML editor. Word processing programs, such as Microsoft Word, can be used to create documents and save them in HTML format. However, these programs were intended to create and deliver documents in formats other than HTML. Using a dedicated HTML editor can help you optimize the creation of content you plan to publish on the Help Server.

6 How context sensitivity works on the Help Server Matching objects in the AOT with topics in the Help Server Forms and Menu Items in the AOT Travel & expense workflows TrvParameters Payment methods TrvPaymethod Shared categories Global category Expense categories ProjCategory Delegates TrvApprEmplSub Help Server topics Travel & expense workflows Microsoft Payment methods Microsoft Payment methods Contoso Share categories Microsoft How context sensitivity works When a user presses F1 from a form, list page or menu item, the AX client sends a request to the Help Server that includes the AOT path of the form or menu item. The query searches the Help Server for an item whose Microsoft.Help.F1 property matches the AOT name. If there is a match, the Help viewer returns the topic with the matching Microsoft.Help.F1 property to the client, where it s displayed in the Help viewer. Issues with topic mapping: the disambiguator There are times when multiple topics are returned for a query. If multiple results are returned, a disambiguator topic that lists them all will be returned. Multiple results will be returned more than one topic with different IDs have the same AOT name in the Microsoft.Help.F1 property

7 Troubleshooting Issues that can occur and suggestions for addressing them Topic won t display in the Help Viewer Question: I ve written a topic and entered metadata, but the topic doesn t show up in the Help Viewer. What do I need to do? Answer: Link attributes are case sensitive. If the casing on the attributes is incorrect, the xhtml will be formed incorrectly and the topic won t render in the Help Viewer. Too many topics listed when F1 is pressed Question: I ve written a number of topics and entered metadata so that they ll display when I press F1. But all the topics show up in the same list, instead of displaying individually in a specific form. How can I get them to display in the right form when I press F1? Answer: Each topic must have a unique topic ID, which is set in the Microsoft.Help.ID property. When multiple topics use the same topic ID, they ll all be displayed. Mapping Help topics to forms in AX Question: How can I get the Help Server to display a specific topic when I press F1 in a form, without getting the list of topics (the disambiguator)? Answer: If more than one topic is mapped to the same form, the topics be displayed in the disambiguator when a user opens Help for that form. That happens when more than one topic contains the same entry in the Microsoft.Help.F1 property.

8 Who uses Help: Identifying your audience Key team members IT Professionals Audience types Developers Business process users Cross discipline, responsible for deploying an AX implementation Often includes members of all audience types Responsible for evaluating business process to optimize the AX implementation Responsible for installing and deploying software for their organizations Work with the implementation team to deploy software across the organization Responsible for customizing and extending AX to fit their organization s unique and specific needs Works with IT Pros to import and export data Develop features that fulfill critical business needs Responsible for using AX to complete critical tasks Participate in the implementation team to define business processes Train and support users completing routine tasks Serving the needs of specific audiences Who your audience is influences the tasks and concepts that you describe, terms you use, and amount of detail you include. Knowing your audience also helps you keep the scope of your documentation projects appropriate Key team members are often members of the implementation team. This team understands the industry, business process, and its members configure the system and determine the procedures their end users will complete. Key team members read the product documentation to develop deep understanding of how AX functions and write content to help users complete infrequent tasks. Content needs by audience type IT Professionals need to understand the product architecture and maintenance procedures. Developers need API references and how-to information that helps complete their work as efficiently as possible. Business process users need information that helps them address situations that aren t routine, which helps them complete important but infrequent tasks.

9 Guidelines for writing technical documentation Tone What to write What not to write Technical communication has changed. It s less formal, addresses users directly, and strives to instill reassurance and confidence in users. We use everyday words, short sentences, contractions, and useful graphics. Get to the point quickly. Content that helps users achieve success in their objectives Procedural content that gets users into the software and completing tasks. Descriptions of downstream consequences; help users know what to expect and avoid surprises later. Content that helps users understand decision points. When a user is confronted choices, the need content that helps them understand which choice is right for them. Content for the sake of filling topics Any content because that s the rule. Optimize search The search feature of the Help Server uses the topic ID, the Microsoft.Help.ID property, and search keywords when ranking search terms. Good search keywords are the words your readers use to find information. You don t necessarily need a lot of search keywords. Try to include search keywords in the introduction of your topics. Consider entering two to four search keywords to avoid being too general or too specific, although single words can also be effective. Incorporate synonymous keywords when research suggests it might be helpful, for example, vendor and supplier, or quotation and quote Examples of effective search keywords: Topic title: Setting up and maintaining cost accounting Search keywords: cost; costing; costs; cost accounting; cost control; cost management Topic title: Setting up and maintaining Product information management Search keywords: product, products, product information, product management, product maintenance, product setup, PIM Set reasonable writing guidelines and strive for consistency Setting some constraints help you work because they can provide direction on your work. It s not necessary to be too rigid in their application, but the boundaries that rules provide can make it easier to write, and make your writing easier to read and understand. Titles Microsoft starts conceptual topics with the word about Titles of how-to content start with a verb. Examples include: Setting up and maintaining General ledger Setting up Accounts receivable Avoid generic titles, like General information and Details. Instead, use descriptive titles that tell readers what s in the topic: About posting options, or Implications of posting setup options. Terminology Help users by using clear and common terms the terms they re already using and by using those terms consistently across your product s UI, and your documentation. The glossary in the Help might be a reference, as well as glossaries or references of standard terminology used in your industry.

10 Templates The Help Customization toolkit includes a number of templates. Templates in XML format can be used with the HTML editor to write content for the Help Server. There s also a Word template that can be used to develop content for the Help Server. There s also a template that s intended for use outside the help server. That template might be useful for writing installation instructions, release notes, or other kinds of content that are not published on the Help Server. Working with the Word template for the Help Server The Help Server template contains macros that can help you enter metadata for your topics. You can use the template with Word 2007 or later versions. 1. To open the template, download the template to an accessible location. 2. Start Word, navigate to the template, and open it. 3. Macros are turned off when you open the template. To use them, click the Enable Content button shown in the illustration. 4. Click the Microsoft Dynamics Help menu item, and then click the View Document Properties Advanced selection. The document properties dialog will open where you can enter metadata for the topic in the fields indicated. Replace the existing text in the template with the content that you ll publish on the Help Server. Additional guidance is available on MSDN for developing content using both Word and HTML templates. You can also use Word documents for content that s not displayed on the Help Server. For example, installation instructions are critical to your application. However, they re needed before your product or its Help is installed.

11 Copyright This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal reference purposes. You may modify this document for your internal, reference purposes Microsoft Corporation. All rights reserved. Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business decisions with greater confidence. Microsoft Dynamics works like and with familiar Microsoft software, automating and streamlining financial, customer relationship, and supply chain processes in a way that helps you drive business success. U.S. and Canada Toll Free Worldwide

Country-specific update for Belgium

Country-specific update for Belgium Microsoft Dynamics AX 2009 SP1 Country-specific update for Belgium White Paper This white paper describes the country-specific update released for Belgium in hotfix rollup 7 for Microsoft Dynamics AX 2009

More information

Microsoft Dynamics AX This document describes the concept of events and how they can be used in Microsoft Dynamics AX.

Microsoft Dynamics AX This document describes the concept of events and how they can be used in Microsoft Dynamics AX. Microsoft Dynamics AX 2012 Eventing White Paper This document describes the concept of events and how they can be used in Microsoft Dynamics AX. Date: January 2011 http://microsoft.com/dynamics/ax Author:

More information

Creating Word Outlines from Compendium on a Mac

Creating Word Outlines from Compendium on a Mac Creating Word Outlines from Compendium on a Mac Using the Compendium Outline Template and Macro for Microsoft Word for Mac: Background and Tutorial Jeff Conklin & KC Burgess Yakemovic, CogNexus Institute

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

Global Address Book. Microsoft Dynamics AX White Paper

Global Address Book. Microsoft Dynamics AX White Paper Microsoft Dynamics AX 2009 Global Address Book White Paper This document provides information about sharing party records in global address book across companies and within companies in Microsoft Dynamics

More information

Microsoft Dynamics GP. RapidStart Services

Microsoft Dynamics GP. RapidStart Services Microsoft Dynamics GP RapidStart Services January 31, 2013 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed

More information

January to April Upgrade Guide. Microsoft Dynamics AX for Retail

January to April Upgrade Guide. Microsoft Dynamics AX for Retail January to April Upgrade Guide Microsoft Dynamics AX for Retail April 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

System Requirements for Microsoft Dynamics AX Microsoft Corporation Published: April 2011 This content is preliminary and is subject to change.

System Requirements for Microsoft Dynamics AX Microsoft Corporation Published: April 2011 This content is preliminary and is subject to change. System Requirements for Microsoft Dynamics AX 2012 Microsoft Corporation Published: April 2011 This content is preliminary and is subject to change. Microsoft Dynamics is a line of integrated, adaptable

More information

Microsoft Dynamics GP. System User s Guide

Microsoft Dynamics GP. System User s Guide Microsoft Dynamics GP System User s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Microsoft Dynamics GP. Single Account Plan

Microsoft Dynamics GP. Single Account Plan Microsoft Dynamics GP Single Account Plan Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Management Reporter Integration Guide for Microsoft Dynamics AX

Management Reporter Integration Guide for Microsoft Dynamics AX Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX February 2017 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

Getting Started With System Center 2012 R2 Orchestrator

Getting Started With System Center 2012 R2 Orchestrator Getting Started With System Center 2012 R2 Orchestrator Microsoft Corporation Published: November 1, 2013 Applies To System Center 2012 Service Pack 1 (SP1) System Center 2012 R2 Orchestrator Feedback

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Microsoft Dynamics AX 2012 Installation Guide

Microsoft Dynamics AX 2012 Installation Guide 2012 Installation Guide Microsoft Corporation Published: November 2012 Note: Some of the information in this guide applies only to Microsoft Dynamics AX 2012 R2 installations, and some information applies

More information

THINGS YOU NEED TO KNOW ABOUT USER DOCUMENTATION DOCUMENTATION BEST PRACTICES

THINGS YOU NEED TO KNOW ABOUT USER DOCUMENTATION DOCUMENTATION BEST PRACTICES 5 THINGS YOU NEED TO KNOW ABOUT USER DOCUMENTATION DOCUMENTATION BEST PRACTICES THIS E-BOOK IS DIVIDED INTO 5 PARTS: 1. WHY YOU NEED TO KNOW YOUR READER 2. A USER MANUAL OR A USER GUIDE WHAT S THE DIFFERENCE?

More information

Microsoft Dynamics GP. Localization Chile

Microsoft Dynamics GP. Localization Chile Microsoft Dynamics GP Localization Chile Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Microsoft Dynamics GP. Inflation Adjustment

Microsoft Dynamics GP. Inflation Adjustment Microsoft Dynamics GP Inflation Adjustment Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Microsoft Dynamics GP. Multilingual Checks

Microsoft Dynamics GP. Multilingual Checks Microsoft Dynamics GP Multilingual Checks Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

GUI Design Principles

GUI Design Principles GUI Design Principles User Interfaces Are Hard to Design You are not the user Most software engineering is about communicating with other programmers UI is about communicating with users The user is always

More information

Using the refactored formletter framework

Using the refactored formletter framework Microsoft Dynamics AX 2012 Using the refactored formletter framework The formletter framework in Microsoft Dynamics AX is used when posting documents for sales or purchase orders. The framework has been

More information

VERINT EFM 8.0 Release Overview

VERINT EFM 8.0 Release Overview VERINT EFM 8.0 Release Overview In January of 2015 Verint will release version 8.0 of the Enterprise Feedback Management (EFM) solution. Verint hosted SaaS customers will receive this update as part of

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

As well as being faster to read, plain English sounds friendlier and more in keeping with the tone people expect from digital communications.

As well as being faster to read, plain English sounds friendlier and more in keeping with the tone people expect from digital communications. PLAIN ENGLISH Use this plain English checklist to audit your writing Plain English explained It won t surprise you that complex text slows down comprehension. But it might surprise you to learn that the

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Technical Writing. Professional Communications

Technical Writing. Professional Communications Technical Writing Professional Communications Overview Plan the document Write a draft Have someone review the draft Improve the document based on the review Plan, conduct, and evaluate a usability test

More information

Analyzing PDFs with Citavi 6

Analyzing PDFs with Citavi 6 Analyzing PDFs with Citavi 6 Introduction Just Like on Paper... 2 Methods in Detail Highlight Only (Yellow)... 3 Highlighting with a Main Idea (Red)... 4 Adding Direct Quotations (Blue)... 5 Adding Indirect

More information

Style Guide. Lists, Numbered and Bulleted Lists are a great way to add visual interest and skimmers love them they make articles easier to read.

Style Guide. Lists, Numbered and Bulleted Lists are a great way to add visual interest and skimmers love them they make articles easier to read. Style Guide Welcome to our Team of Writers! Please use this style guide to help ensure that your article conforms to our desired on-page styles and look it s best ~ thanks! First a word about photos: In

More information

Microsoft Dynamics GP. Inventory Kardex

Microsoft Dynamics GP. Inventory Kardex Microsoft Dynamics GP Inventory Kardex Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015)

Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015) Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015) 17-21 minutes 4. Enhancing PDF Documents Lesson overview In this lesson, you ll do the following: Rearrange pages in a PDF document.

More information

Adobe RoboHelp (2019 release)

Adobe RoboHelp (2019 release) (2019 release) An all-new way to create for you. An amazing experience for your customers. Version comparison chart Available 11 2015 release 2017 release 2019 release Authoring Productivity Snippets within

More information

Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts

Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts Microsoft Dynamics AX 2009 Extending Microsoft Dynamics AX 2009 Default Cubes for Analytics across Virtual Company Accounts White Paper This document describes the steps to take to configure default cubes

More information

Mapping the LedgerTrans Table to General Journal Tables

Mapping the LedgerTrans Table to General Journal Tables Microsoft Dynamics AX 2012 Mapping the LedgerTrans Table to General Journal Tables White Paper In Microsoft Dynamics AX 2012, multiple general journal tables have replaced the LedgerTrans table. This paper

More information

bs^ir^qfkd=obcib`qflk= prfqb=clo=u

bs^ir^qfkd=obcib`qflk= prfqb=clo=u bs^ir^qfkd=obcib`qflk= prfqb=clo=u cçê=u=táåççïë=póëíéãë cçê=lééåsjp=eçëíë cçê=f_j=eçëíë 14.1 bî~äì~íáåö=oéñäéåíáçå=u This guide provides a quick overview of features in Reflection X. This evaluation guide

More information

Dynamics 365. for Finance and Operations, Enterprise edition (onpremises) system requirements

Dynamics 365. for Finance and Operations, Enterprise edition (onpremises) system requirements Dynamics 365 ignite for Finance and Operations, Enterprise edition (onpremises) system requirements This document describes the various system requirements for Microsoft Dynamics 365 for Finance and Operations,

More information

Lightning Knowledge Guide

Lightning Knowledge Guide Lightning Knowledge Guide Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Up and Running Software The Development Process

Up and Running Software The Development Process Up and Running Software The Development Process Success Determination, Adaptative Processes, and a Baseline Approach About This Document: Thank you for requesting more information about Up and Running

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Microsoft Dynamics AX Lifecycle Services: Operate Phase Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Demo Overview... 3 Introduction... 3 Target Audience... 3 Demo Scenario... 4 Background... 4 Problems

More information

Hello! ios Development

Hello! ios Development SAMPLE CHAPTER Hello! ios Development by Lou Franco Eitan Mendelowitz Chapter 1 Copyright 2013 Manning Publications Brief contents PART 1 HELLO! IPHONE 1 1 Hello! iphone 3 2 Thinking like an iphone developer

More information

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes Sonatype CLM - Release Notes i Sonatype CLM - Release Notes Sonatype CLM - Release Notes ii Contents 1 Introduction 1 2 Upgrade instructions 2 3 Sonatype CLM for Bamboo 3 4 Sonatype CLM 1.13 4 5 Sonatype

More information

CREATING CUSTOMER MAILING LABELS

CREATING CUSTOMER MAILING LABELS CREATING CUSTOMER MAILING LABELS agrē has a built-in exports to make it easy to create a data file of customer address information, but how do you turn a list of names and addresses into mailing labels?

More information

Macromedia RoboHelp Course Outline

Macromedia RoboHelp Course Outline Tel 0845 686 0266 http://www.multimediacentre.co.uk RoboHelp X5 Course Outline Description This 3-day instructor-led training course covers the strategies and development process of designing a Help system.

More information

Set Up and Manage Salesforce Communities

Set Up and Manage Salesforce Communities Set Up and Manage Salesforce Communities Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

The Ultimate On-Page SEO Checklist

The Ultimate On-Page SEO Checklist The Ultimate On-Page SEO Checklist This on-page SEO guide provides an introduction to some of the SEO copywriting techniques I use to increase traffic to my clients websites. If you re looking to improve

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

Guide to Marketing

Guide to  Marketing Guide to Email Marketing Why Email Marketing? Isn t Email Dead? Email is not dead. In fact, it s very much alive. More and more businesses are using email as an effective form of communication, and more

More information

WORKFLOW. Microsoft Dynamics AX. Integration of workflow capabilities into journals

WORKFLOW. Microsoft Dynamics AX. Integration of workflow capabilities into journals WORKFLOW Microsoft Dynamics AX Integration of workflow capabilities into journals June 2008 Table of Contents Introduction... 4 AOT > Macros... 4 LedgerJournalWFApprovalTemplates... 4... 4 AOT > Data Dictionary

More information

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information.

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. WWW: (World Wide Web) A way for information to be shared over

More information

What s New in Microsoft Dynamics NAV 2013 R2

What s New in Microsoft Dynamics NAV 2013 R2 What s New in Microsoft Dynamics NAV 2013 R2 September 2013 Contents What s New: Application Changes for Microsoft Dynamics NAV 2013 R2 and Microsoft Dynamics NAV 2013 3 RapidStart Services for Microsoft

More information

Contents at a Glance

Contents at a Glance Contents at a Glance Introduction xvii Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Learn the Logic 1 Develop a Content Strategy 25 Lay a Foundation 47 Collect and Organize Your Content 71 Set

More information

Real Wireframes Get Real Results

Real Wireframes Get Real Results Page 1 of 7 Real Wireframes Get Real Results by Stephen Turbek Published on 09/19/2006 19 Comments 8,935 Views How many times have you been asked, So, is the new website going to be black Just because

More information

Finding and Adding Payees in Payment Entry - Best Practices

Finding and Adding Payees in Payment Entry - Best Practices Finding and Adding Payees in Payment Entry - Best Practices 1. Begin at the Test Date Payment Details page for the test event you are working on. 2. When adding individual payees for a test date, the best

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

page I Recipe for Success

page I Recipe for Success DIRECT SUPPLIER P RTAL INSTRUCTIONS page I Recipe for Success IMPORTANT Please complete short Online Tutorials and Quiz at www.supplierportal.coles.com.au/dsd Table of Contents 1 Ingredients 2 Log In 3

More information

2007, 2008 FileMaker, Inc. All rights reserved.

2007, 2008 FileMaker, Inc. All rights reserved. Bento User s Guide 2007, 2008 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo are either

More information

6 WAYS Google s First Page

6 WAYS Google s First Page 6 WAYS TO Google s First Page FREE EBOOK 2 CONTENTS 03 Intro 06 Search Engine Optimization 08 Search Engine Marketing 10 Start a Business Blog 12 Get Listed on Google Maps 15 Create Online Directory Listing

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Page design and working with frames

Page design and working with frames L E S S O N 2 Page design and working with frames Lesson objectives Suggested teaching time To a learn about designing web pages and creating framesets in your web, you will: 35-45 minutes a b c Discuss

More information

Microsoft Dynamics GP. Integration Manager Quick Start

Microsoft Dynamics GP. Integration Manager Quick Start Microsoft Dynamics GP Integration Manager Quick Start Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Getting Started. Citrix Load Manager. Version 1.0. Citrix Systems, Inc.

Getting Started. Citrix Load Manager. Version 1.0. Citrix Systems, Inc. Getting Started Citrix Load Manager Version 1.0 Citrix Systems, Inc. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious

More information

Online Interactive IT Training Programmes for Staff Course Outline

Online Interactive IT Training Programmes for Staff Course Outline 1. Access 2002: Level 1 Online Interactive IT Training Programmes for Staff Course Outline Access 2002: Level 1 familiarizes students with the basics of Access 2002. Students will learn how to create and

More information

Refreshing Your Affiliate Website

Refreshing Your Affiliate Website Refreshing Your Affiliate Website Executive Director, Pennsylvania Affiliate Your website is the single most important marketing element for getting the word out about your affiliate. Many of our affiliate

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Microsoft Dynamics GP. Working With Configurations Release 10.0

Microsoft Dynamics GP. Working With Configurations Release 10.0 Microsoft Dynamics GP Working With Configurations Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES Comprehensive Collections Management Systems You Can Access Anytime, Anywhere AXIELL COLLECTIONS FOR LIBRARIES Axiell Collections is a web-based CMS designed

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

What s new in SketchUp Pro?

What s new in SketchUp Pro? What s new in SketchUp Pro? SketchUp Pro (Desktop) Making Information Modeling Useful Ultimately, we think BIM is about using information in your model to make better buildings. Our focus is to help users

More information

Getting Started With Squeeze Server

Getting Started With Squeeze Server Getting Started With Squeeze Server & Squeeze Server takes the proven Squeeze encoding engine and makes it available on- premise, in the cloud or both, with a robust application programming interface (API)

More information

How To Get Your Word Document. Ready For Your Editor

How To Get Your Word Document. Ready For Your Editor How To Get Your Word Document Ready For Your Editor When your document is ready to send to your editor you ll want to have it set out to look as professional as possible. This isn t just to make it look

More information

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET Aligning people, process and technology to improve quality and speed to market To succeed in the global business arena, companies

More information

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning Creating an Intranet using Lotus Web Content Management Introduction Part 2 Project Planning Many projects have failed due to poor project planning. The following article gives an overview of the typical

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2008 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Microsoft Expression Studio 4 Editions

Microsoft Expression Studio 4 Editions Quick Start Guide Addendum for Version 4 Information in this document, including URL and other Internet website references, is subject to change without notice. Unless otherwise noted, the companies, organizations,

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 300 Construction and Real Estate Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the

More information

Estimate performance and capacity requirements for InfoPath Forms Services 2010

Estimate performance and capacity requirements for InfoPath Forms Services 2010 Estimate performance and capacity requirements for InfoPath Forms Services 2010 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site

More information

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.

1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE. CUSTOMER PAIN POINTS 1. I NEED TO HAVE MULTIPLE VERSIONS OF VISUAL STUDIO INSTALLED IF I M MAINTAINING APPLICATIONS THAT RUN ON MORE THAN ONE VERSION OF THE.NET FRAMEORK. THAT S TAKING UP SPACE ON MY HARDDRIVE

More information

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

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

More information

WHAT S NEW IN QLIKVIEW 11

WHAT S NEW IN QLIKVIEW 11 WHAT S NEW IN QLIKVIEW 11 QlikView 11 takes Business Discovery to a whole new level by enabling users to more easily share information with coworkers, supporting larger enterprise deployments through enhanced

More information

Swedish National Data Service, SND Checklist Data Management Plan Checklist for Data Management Plan

Swedish National Data Service, SND Checklist Data Management Plan Checklist for Data Management Plan Swedish National Data Service, SND Checklist Data Management Plan 2017-10-16 Checklist for Data Management Plan Content Checklist for Data Management Plan... 1 Introduction to SND:s Checklist for Data

More information

Dynamics 365 for Customer Service - User's Guide

Dynamics 365 for Customer Service - User's Guide Dynamics 365 for Customer Service - User's Guide 1 2 Contents Dynamics 365 for Customer Service - User's Guide...9 Improve customer service with better automation and tracking...9 Create queue and route

More information

Getting started with System Center Essentials 2007

Getting started with System Center Essentials 2007 At a glance: Installing and upgrading Configuring Essentials 2007 Troubleshooting steps Getting started with System Center Essentials 2007 David Mills System Center Essentials 2007 is a new IT management

More information

Course 319 Supplementary Materials. Effective User Manuals

Course 319 Supplementary Materials. Effective User Manuals Course 319 Course 319 Supplementary Materials www.learningtree.com 1 Course 319 Originally published in the April, 2000 issue of the Smart Access newsletter from Pinnacle Publishing (www.pinpub.com). Peter

More information

Quick Start Guide. Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Find what you need Click any tab on the ribbon to display

More information

Lesson 1. Exploring QuickBooks INTRODUCTION OBJECTIVES

Lesson 1. Exploring QuickBooks INTRODUCTION OBJECTIVES Exploring QuickBooks INTRODUCTION This first lesson is an introduction to the QuickBooks software program and the chart of accounts, and it contains two reading assignments. Assignment 1 takes you on a

More information

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t KM COLUMN JANUARY 2002 How to evaluate a content management system Selecting and implementing a content management system (CMS) will be one of the largest IT projects tackled by many organisations. With

More information

the magazine of the Marketing Research and Intelligence Association YEARS OF RESEARCH INTELLIGENCE A FUTURESPECTIVE

the magazine of the Marketing Research and Intelligence Association YEARS OF RESEARCH INTELLIGENCE A FUTURESPECTIVE the magazine of the Marketing Research and Intelligence Association vuemay 2010 5 YEARS OF RESEARCH INTELLIGENCE A FUTURESPECTIVE If You Want to Rank in Google, Start by Fixing Your Site You have an informative,

More information

Querying with Transact-SQL

Querying with Transact-SQL Querying with Transact-SQL Getting Started with Azure SQL Database / SQL Server Overview Transact-SQL is an essential skill for database professionals, developers, and data analysts working with Microsoft

More information

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP.

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. Burleigh House 15 Newmarket Road Cambridge UK CB5 8EG E-mail: support@seminar.co.uk Phone: +44 (0)1223

More information

The diverse software in the Adobe Creative Suite enables you to create

The diverse software in the Adobe Creative Suite enables you to create 556010 Bk01Ch01.qxd 2/6/04 7:28 PM Page 9 Chapter 1: Introducing the Adobe Creative Suite In This Chapter Looking over InDesign Drawing with Illustrator Introducing Photoshop Getting started with Acrobat

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) GETTING STARTED Cognos ReportNet Getting Started 07-05-2004 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Type the text for the HTML

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

User. Installation Guide and Tutorial

User. Installation Guide and Tutorial User Installation Guide and Tutorial Copyright 2010 HotDocs Limited. All rights reserved. No part of this product may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

USER GUIDE. MADCAP FLARE 2017 r3. Accessibility

USER GUIDE. MADCAP FLARE 2017 r3. Accessibility USER GUIDE MADCAP FLARE 2017 r3 Accessibility Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Cognitive Disability and Technology: Universal Design Considerations

Cognitive Disability and Technology: Universal Design Considerations Cognitive Disability and Technology: Universal Design Considerations Clayton Lewis Coleman Institute for Cognitive Disabilities RERC-ACT clayton.lewis@colorado.edu Prepared for AUCD Training Symposium,

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Have you ever created a website?

Have you ever created a website? Extending the classroom community by building a class website Destiny Long TIU 11 Community Education Services dlong@tiu11.org Have you ever created a website? Yes, many Yes, one or two No 1 How comfortable

More information

How Information Architecture can improve in SharePoint 2013

How Information Architecture can improve in SharePoint 2013 How Information Architecture can improve in SharePoint 2013 Virgil Carroll President High Monkey Consulting About Me From the great State of Alaska Certified Athletic Trainer Masters in Instructional Design

More information

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits Oracle Policy Automation Connector For Siebel 10.3.0 Features and Benefits September 2011 Using OPA with Siebel Why? Keep business logic separate from Siebel: Make rule changes while

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information