Release Notes (Version 1.5) Skelta BPM.NET 2007 (Service Pack 1)

Size: px
Start display at page:

Download "Release Notes (Version 1.5) Skelta BPM.NET 2007 (Service Pack 1)"

Transcription

1 (Version 1.5) Skelta BPM.NET 2007 (Service Pack 1) Version: Date: May 08 th, 2008

2 Table of Contents OVERVIEW... 3 Introduction... 3 RELEASE SUMMARY... 3 Enhancements in this release... 3 Issues fixed in this release... 9 This release does not support the following Known Issues Solutions for Better Usage Skelta Software

3 Overview Introduction This document provides what s new information for the release of the Skelta BPM.NET 2007 product. Release summary Product: Skelta BPM.NET 2007 Version: < > Date: May 08 th, 2008 Enhancements in this release This release of Skelta BPM.NET 2007 includes the following enhancements: Skelta engine auto recovery mechanism for FE and EP workflows: Resuming Execution Pending (EP): Resuming EP Workflow instances by the engine for every one hour without restarting the engine. Every one hour engine will check the workflow instances that are in EP status and will try to resume those workflows. Note: Every one hour Engine will try to resume only 20 Execution pending workflows. Resuming Finished with Error (FE): Resuming FE Workflow instances by the engine for every three Hours. Engine will try resuming for three times and if still the workflow instance is in FE, then an will be sent to the admin. The resuming will be tried thrice on the same workflow instance, so the Workflow can be further processed. Note: Only 5 workflow instances that are in FE status will be resumed for every three Hours. The workflow instances that have finished with errors are updated in the SWFECount table (New table added in this patch), while trying to resume these workflows. The users can keep a track on the FE workflows from this table. Note: A new property Last Updated Datetime has been added in Skelta Engine Settings in farm configuration wizard. Engine will resume only those workflows which are executed after the specified Last Updated Datetime. Localization changes: New locale keys have been added in this build. These locale keys are defined in new files. The new file names are NewKeysBPM.txt and NewkeysSharePoint.txt. Queue system variable: New system variable for assigning queues to Human Activities instead of setting the queue through Assign Queue property. The variable should be declared as "^"+ CurrentActivity.Name + "_QueueVariable". Example: If the activity name is Approval1 then declare the variable as ^Approval1_QueueVariable in the Start activity with the Type as String. Using the Update Variable activity, assign the queue-id (GUID) for this variable in the workflow. To assign multiple queues, specify the queue-ids with semicolon (;) Skelta Software

4 separator. Skelta.HWS.Queue.QueueCollection class can be used to retrieve queue information. Wrong: Correct: Change in adding Workitem list control: Load the Workitem list control through Panel, instead of dragging it directly on an aspx page. The code for adding the Workitemlist control to the panel should be done at the Page Oninit() method rather than the Page Onload() method. protected void Page_Load(object sender, EventArgs e) { Skelta.HWS.WorkListChannel.Web.WorkItemListControl.WorkItem Control wictrl = new Skelta.HWS.WorkListChannel.Web.WorkItemListControl.WorkItem Control(); wictrl.applicationname = "Skelta3"; wictrl.useridstring= "activedirectory::bob"; wictrl.id = "workitemcontrol"; panel1.controls.add(wictrl); } protected override void OnInit(EventArgs e) { Skelta.HWS.WorkListChannel.Web.WorkItemListControl.WorkItem Control wictrl = new Skelta.HWS.WorkListChannel.Web.WorkItemListControl.WorkItem Control(); wictrl.applicationname = "Skelta3"; wictrl.useridstring= "activedirectory::bob"; wictrl.id = "workitemcontrol"; panel1.controls.add(wictrl); } Intersoft grid assembly dlls updated: The Intersoft grid assembly dlls have been upgraded because of component issues listed below: Sorting in Saved Layout. Grouping in Saved Layout. After doing Best Fit, sorting the header is not displayed correctly. Whenever a grid refresh is done there is a filter problem. User id property has been added to Worklist Layout control: Worklist Layout control can be used to define Global Layout and Workflow Layout at the actor level using this property. The layout for a workflow or for an application can be saved at the actor level by dragging the Worklist Layout control in an aspx page and setting the User id property. Setting at actor level Workflow Layout: <cc1:worklistlayoutcontrol ID="WorkListLayoutControl1" ApplicationName="Default" WorkflowName="Default" UserIdString="activedirectory::bob" runat="server" /> Skelta Software

5 Setting at actor level Global Layout: <cc1:worklistlayoutcontrol ID="WorkListLayoutControl1" ApplicationName="Default" GlobalLayout="true" UserIdString "activedirectory::bob" runat="server" /> Decimal type included in Work Item Fields: An option to create a Decimal type Work Item Field, like Price (10.50). WorkItemCollection API for completed Workitems for an actor: This API provides history of Workitem acted by an actor. All tasks except the open ones (Awaiting, Acknowledged and Hold) will be returned by this API. Example: Skelta.Core.ApplicationObject app = new Skelta.Core.ApplicationObject("Skelta Training"); Skelta.HWS.Actor actor = new Skelta.HWS.Actor(app, new Guid("C99B4110-C8CC-410B-BF70-93F3A7E34EDF")); Skelta.HWS.WorkItemCollection wcollection = new Skelta.HWS.WorkItemCollection(app, actor); System.Data.DataSet dataset = wcollection.getrecords(); This API can also be used to set custom filter on the tables used in the query. The tables used and alias name provided are SWExecute SWE, SKHWSActivity SKHWS, SKWorkItem SKW, SKVirtualActor SKV, SKWorkItemData SKWD, and SKWorkItemFields SKWF. Example: System.Data.DataSet datasetforexecutionid = wcollection.getmatchingrecords(" AND SWE.Id = 0", null); Workitem control layouts: A new property ShowFilterBarAlways has been added in Workitem control. This property can be set for displaying or hiding filter bar. ExecutionContext information when QueryEntity method on DataSourceProvider is Called: Providing the executing context information when QueryEntity() method is called. Runtime execution context information can be retrieved by using the below API EntityExecutionContextInfo.Skelta.Entity.EntityExecutionContextIn fo objentityexecutioncontextinfo = Skelta.Entity.EntityExecutionContext.GetEntityExecutionContext(); This information gets filled from the engine before the method object[] QueryEntityItem(string filter, string query, string fullyprocessedquery, object[] dataparams) in IEntityDataSourceProvider interface is called. Change in Log file naming convention: Log file naming convention has been changed to pad char 0, if the month or day is single digit (<10). This will avoid the confusion with older naming convention for Jan 11 and Nov 1 dates. Activation & Deactivation of User Pack License: This version supports user based license. Activation of user based license can be done from command prompt. Below are the steps. 1. Activating the license for user pack Skelta Software

6 2. Licensemanager.net2 /Serial:<serialKey> /App:<AppCode> <Enter> (CMD:3) Licensemanager.Net2 /App:<AppCode> (CMD:2) 3. Deactivating the license for user pack: Licensemanager.Net2 /Serial:<SerialKey> /Deactivate /App:<AppCode> (CMD:3) It is also possible to change the user status (Active/Inactive) from Central Config site to manage consumed user license keys. User Property synchronizing: A new option in Central Config site to synchronize the user properties with the data source provider (Manual /Scheduled). Resume/ Aborted/Paused Actor Info in the Graphical Execution View: When a workflow instance is aborted by an actor, the actor details get displayed in the Graphical Execution view. Scenarios in which abort is done programmatically, the user context will be blank. Custom Branding: An option to customize images and contents in Skelta Farm Wizard, License Manager. To change background images in Skelta Farm requires a new registry at HKEY_LOCAL_MACHINE\SOFTWARE\ Step 1: Add a new Key SkeltaSilentInstallation Step 2: Within SkeltaSilentInstallation add three new String Values 1. ConfigPopUpWizardImage 2. ConfigWizardSmallImage 3. ConfigWizardImage To change background images in Activation and Deactivation screen, add a new registry at HKEY_LOCAL_MACHINE\SOFTWARE\ Step 1: Add a new Key SkeltaSilentInstallation Step 2: Within SkeltaSilentInstallation add 2 New- String Values 1. ImagePath 2. ProductNamePath For more details refer Building custom installer for Skelta BPM.NET 2007 section in the SkeltaBPMNET2007DeveloperGuide.chm Skelta Software

7 List of modified files: The following table lists files that have been modified in this release: Modified file (s) EXEs DLLs NotfnEng.NET2.exe WFEngine.NET2.exe TaskSked.NET2.exe All DLLs are updated. BPMUITemplates BPMUITemplates\Default\WorkItemList\JavaScripts\WorkItemControlJs.js BPMUITemplates\Default\WorkItemList\UserControls\WorkItemControl.ascx Reason for change: Added two functions EnableGroupCheckBox() and DisableGroupCheckBox(). Modified EnablecheckGroupUI() function in workitemcontroljs.js and added client side events for oncolumngroup and oncolumnungroup in the workitemcontrol.ascx for hiding and showing the Selectallwithingroup checkbox on the selection of multi select. BPMUITemplates\Default\Common\StyleSheet\global.css Reason for change: Changes made in the workitemcontrol.ascx for stylesheets and added the stylesheet class WLHeader and WLTable in global.css. BPMUITemplates\Default\WorkitemList\Workitemdetailview.aspx Reason for change: Javascript change in Workitemdetailview page. Skelta Software

8 New images has been added Inbox,Queue Actions.xml BPMUITemplates\Default\WorkitemList\Images Reason for change: In the folder, new images have been added for the Workitem control. Images will be different for each view of and Manager View in the Workitem control. New images for Workflow View.gif, Queue View.gif and Manager View.gif have been added. Updated choice property with DispalyName:Value format for all the properties. Changed description for For Loop activity from For Next Loop to For-Loop. Changed description for ForEach-Loop activity from For Next Loop to ForEach-Loop. Changed the text Day:Hours:Minutes in helpstring attribute to Day.Hours.Minutes for timespan property for all the properties. Added a new tag for wizards <Wizards> </Wizards> SharePointActions.xml Updated choice property with DispalyName:Value format for all the properties. Changed the activity description for List Operations and Move Copy Item activity. List Operations Description: Enables operations to be performed on the List Items of a SharePoint site's list. Move Copy Item Description: To Move or Copy an Item across physical location and SharePoint library/list. DB Scripts DatabaseScripts\SQLServer\Workflow.NET.sql (SQL Server) DatabaseScripts\Oracle\Workflow.NET.sql (Oracle) DatabaseScripst\SQLServer\FarmScripts.sql (SQL Server) DatabaseScripst\Oracle\FarmScripts.sql (Oracle) You can find these updated scripts in the instruction document. Skelta Software

9 Issues fixed in this release The following issues have been taken care in this release of Skelta BPM.NET 2007 product: Decision Activity And Operator: The decision activity has condition AND but the operator was behaving like an OR operator at run time (Workflow Execution). Decision Activity Publishing: The decision activity having multiples of four routing conditions fails while deploying. Decision Activity: The decision activity fails to check conditions with large numbers like Invoke WebService Activity: New validation has been added for secured Web Services to provide user credentials. While importing Web Service by using Import/Export option in Process Designer, the Web Service mapping/setting are not getting retained. While trying to make a Web Service call, the result value is not storing into a string variable. WorkItem Inbox: If the filter is used on a Workitem loaded with more than 4000 tasks a java script error is thrown on refreshing the grid. Loading the script activity references: The script activity fails if the custom dll is called. Calling custom dll from script activity requires the folder path of custom dlls to be shadow copied. The property Custom Application Folder at repository level can be used for setting the dll folder path (if it is not exists in Skelta bin) from Central Configuration site. This property is available while adding or editing repositories. Exceptional Mail: The exception mail body has been formatted for better readability. Adding roles in ASP.NET membership provider: If provider is ASP.NET membership then the Role configuration doesn't work. Add Roles" button in Queue settings Returns null if the ASP.NET application name is different from Repository name. Validation for exceeding WorkItemfield count: If the Work Item Field count increases certain limit then the values are replaced by NULL. SelectAllwithinGroup checkbox while enabling multi select: The checkbox SelectAllwithinGroup is not displayed automatically, when multi select is enabled. This checkbox will get displayed only when grouping is done on the grid after enabling multi select. Checklist questions order: The Checklist questions are not getting displayed in the order they are added. Skelta Software

10 Validation for creation of new instance for disabled Workflow: Workflow instance creation for disabled Workflows is not allowed. SharePoint related issues: 1. Drop down is not enabled in Launch Skelta Workflow option provided in SharePoint site settings. 2. Creation of list with special characters is not allowed. 3. Unmapping of across providers in SharePoint central admin for a SharePoint site was not working. 4. SharePoint explorer shows error page, while selecting a list name with special characters. Wizards related issues: 1. If user selects any font-style, html tag gets displayed in subject and body property. 2. If user selects any font-style in Escalation page, html tag gets displayed in subject and body property. 3. If user selects any font-style in Reminder page, html tag gets displayed in subject and body property. 4. Special character single quote (') is not allowed in Editor Window. Actor selection filter in ResourceSet (Human Activity): The property "Actor Selection Filter" is set as a mandatory field. ASPNET member login in EC: User authentication fails if the user is not part of the Role. Workflow for the moved Item/Document fails: An error occurs occasionally for the Workflows associated with item added event whenever an item is moved to a list or a library. Displaying default activities under Other Actions category: Process Designer does not display activity, if the custom activity is added without category name tag in a separate xml file in the same folder as Actions.XML [WorkflowElements\Default\en- US\Actions\XML]. Format exception while alerting a Workflow on item delete event: Getting format exception, while alerting a Workflow which is associated to item deleting event using WaitForSharePoint event activity. Value does not Fall error while saving a Skelta event association:an error Value does not fall occurred whenever an association in site template is saved. This happened after a SharePoint list is deleted that had event association. Error in multiple event association: Removing the first event association of a workflow which is associated to multiple events removes all associations (event does not get triggered). Reconnecting a SharePoint site to a Repository fails: Reconnecting a SharePoint site which is already connected to a Repository causes Repository mapping mismatch. Launch Skelta Workflow association page: An error while clicking on the bread crumb from Launch Skelta Workflow Association page. Selected SharePoint explorer values are appended multiple times in Workflow memo property: Odd behavior while selecting the values from SharePoint explorer. Skelta Software

11 Vertical scrollbar not available for Workflow dropdown list in launch Skelta Workflow association page: In dropdown list, vertical scrollbar is not provided for Launch Skelta Workflow association page. No mandatory property for "BlockingOutput" activity: For BlockingOutput, mandatory property is provided and also Help File is provided. No option to start a Wizard from Integration/Engine/Scheduler activities: Provided "Start a Wizard Option in context menu for Integration/ Engine/ Scheduler / Communication Activities. Not able to save the Wizard as template if contains special character: Wizards are not getting saved as template if the content has special characters. Error page is displayed when a Workflow name is entered manually which is not in the lookup from the Launch Skelta Workflow association page: Validation if invalid workflow name is entered. Tree view does not get loaded in summary page for wizards: Provided a tool tip in the summary Page for all wizards. Adding additional AD attribute for Skelta: There was no option to add additional resource attribute from Skelta Central Config modify repository screens. The definitionxml of SKEntity table and SKEntityDataSourceProvider can now be edited directly from Repository-Provider List. Information activity s Not Enough Resources to Acknowledge output fails: Information activity fails to give Not Enough Resources to Acknowledge output even if the assigned resources are not available. Error displayed while restoring the event association from a site template: An error is displayed when restoring the event association from a site template for SharePoint lists or libraries which contains special characters. SharePoint- If a Queue user is deleted from SP Site, option to open the existing Queue fails: SharePoint manager issue: Assigning the task for the SharePoint user's manager fails. Setting of alternate actor from the Process Designer control: Unable to set the alternate actor from the Process Designer control. Custom document view: Custom document view fails to load even after adding the details in the skaddinprovider table. MoveCopy - support for special character for List name: If List name or Library name contains special character, the MoveCopy activity fails. If existing List or Library name is changed the MoveCopy activity fails. SharePoint provider - support for multiple SP group: To assign activity for more than one SharePoint Group users, use IN operator with group names. To assign multiple SharePoint group users, specify Group names with comma separated. In To Property, to search for multiple groups use IN operator. For Example: SP Group IN group1, group2. Skelta Software

12 This release does not support the following Items not supported in this release of Skelta BPM.NET 2007 product: Known Issues Repository name cannot be edited or provider cannot be changed. This has to be done directly in Database server if required. Repository name should not be set as Default. A repository configured using multiple providers. While editing the repository, this won t display both the provider details in the edit repository. Only one provider gets displayed in the drop down. Resource Set and InfoPath Human Activity is not supported for Mail Channel. Undo option in tool bar in the Process Designer doesn t retain the properties set by the user and it would only retain the structure of an activity from where the activity was deleted. Characters not supported for workflow name in EC are (#,~,&,+,\,",',<,>, ) Check List Activity does not support special characters, while using the mail channel module. Characters allowed in Variable name are (^_-). Characters not supported for Activity Output Property are (* ). Characters not supported for SharePoint Document Library name and List Name are (\ ~ # $). Site Columns (all data types) in SharePoint does not support (<> - ->). To Property for (Variable.SubmittedBy.SPGroup) is null for SharePoint Users. The following are the known issues in this release of Skelta BPM.NET 2007 product: InfoPath Task activity that is displayed in the Workitem doesn t have Take Ownership drop down and Body. The error outputs are not available for InfoPath task activity, if invalid data specified, while configuring SharePoint details like Site URL, List Name, and List Item Name. Validation for User Base License before: All user pack licenses should be deactivated manually (using LicenseManagerNet2) before the product is uninstalled from the machine. The Update Parent Variable action property cannot be set after localization. When a file is moved from a physical location to a folder in the document library that contains special characters, the action output Folder not found occurs on the workflow execution. While moving a list to Document Library which contains special characters an output Destination List Not found occurs on the workflow execution. In Create List Activity, newly created lists are not displayed in the Quick Launch Bar, if Inherit Template properties is set as Yes. Create List and Update List SharePoint Actions Content types are not getting added for template in Document Library. Workitem Control Layouts: The order of Left grid menu in the Workitem list gets changed depending on saving of layouts. Suppose, if the queue layout is saved first and then the layout for Inbox is saved. The Queues will appear first and then Inbox will follow after that in the tree structure of Workitem. Skelta Software

13 Solutions for Better Usage Adding Workitem fields in the Process Designer has a predefined validation. String Type- 18 Decimal Type-10 DateTime Type-9 Number Type-10 Note: To overcomethe above validations, do the following changes manually. Do the following steps manually to increase the count: In your Datasource DB, open skworkitemfieldtypecounts table which stores column count for each data type. The count for each data type can be varied in the column ColumnCount of this table. If you want to increase the number of columns you have to increase the number of count here. Based on this skworkitemfieldtypecounts table, mappingfield gets filled in skworkitemfieldsdefinition table. Now add the corresponding new columns in the Skworkitemfields table. For example, If the count of datetime is increased by two then two extra columns (datetime10, datetime11) have to be added in the Skworkitemfields table. Now the work item fields should be set from the process designer. If the fields were already set before modifications then reset it again. Skelta Software

Release Notes (Ver.-1.2)

Release Notes (Ver.-1.2) (Ver.-1.2) Skelta BPM.NET 2006 Version: 3.0.930.0 Date: April 16 th, 2008 Skelta Software 2008 1 Skelta BPM.NET 2006 Ver-3.0.930.0 Table of Contents OVERVIEW... 3 Introduction... 3 Installing patch for

More information

Release Notes1.1 Skelta BPM.NET 2009 March 2010 Release <Version > Date: 20 th May, 2010

Release Notes1.1 Skelta BPM.NET 2009 March 2010 Release <Version > Date: 20 th May, 2010 Skelta BPM.NET 2009 March 2010 Release Date: 20 th May, 2010 Document History Date Version No. Description of creation/change 30 th March, 2010 1.0 Release Notes for March Update

More information

Upgrade Instruction Document Skelta BPM.NET 2009 Version:

Upgrade Instruction Document Skelta BPM.NET 2009 Version: Skelta BPM.NET 2009 Version: 3.5.9102.0 Version 2.1 Date: 02 nd August 2009 Table of Contents OVERVIEW... 3 Introduction... 3 UPGRADE PROCEDURE... 3 Scenario: When only Skelta BPM.NET 2009 is installed

More information

Active Servicedesk Release Notes

Active Servicedesk Release Notes 8.00.00 Integration Added new history information related to external notifications Notifications Added config.xml to templates folder so specific email settings can be controlled using template scripts

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

User Guide Product Design Version 1.7

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

More information

Link to Download FlexiDoc Server preactivated

Link to Download FlexiDoc Server preactivated Link to Download FlexiDoc Server preactivated Download FlexiDoc Server with licence code FlexiDoc Server last edition of windows XP x32&64 For the product update process, see ⠌ Product version: 3.1.6.0

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Updates for WEBCON BPS version

Updates for WEBCON BPS version WEBCON BPS Updates for WEBCON BPS version 2017.1 Version history 2017.1.1.127 ------------------------------------------------------------------------------------------------------------------------------------------

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Kaseya 2. User Guide. for VSA 6.0

Kaseya 2. User Guide. for VSA 6.0 Kaseya 2 Patch Management User Guide for VSA 6.0 July 19, 2010 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Trns port SiteManager 3.9b Maintenance Release Summary of Changes

Trns port SiteManager 3.9b Maintenance Release Summary of Changes Trns port SiteManager 3.9b Maintenance Release Summary of Changes The following is a summary of the Trns port Modification Requests (TMRs) included in this release. Each item listed has the number followed

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

ServiceMax Suite of Applications List of Fixed/Known Defects

ServiceMax Suite of Applications List of Fixed/Known Defects of Applications List of Fixed/Known Defects Copyright 2016 ServiceMax, Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Fixed Issues For : 00063866

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

User Guide. Product Design. Version 2.2.2

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

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator DocAve 6 SharePoint Migrator User Guide Service Pack 4, Cumulative Update 2 Revision C Issued July 2014 Table of Contents About SharePoint Migration... 5 Complementary Products... 5 Submitting Documentation

More information

WEBCON BPS. History of changes for version WEBCON BPS 1

WEBCON BPS. History of changes for version WEBCON BPS 1 WEBCON BPS History of changes for version 2017.1 WEBCON BPS 1 Table of contents 1. Information... 3 2. New features... 5 2.1. Form rules... 5 2.2. Business rules... 6 2.2.1. New operators... 6 2.2.2. Loading

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

IBM Security Identity Manager Version Administration Topics

IBM Security Identity Manager Version Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics ii IBM Security Identity Manager Version 6.0.0.5: Administration

More information

Forms iq Designer Training

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

More information

Call: SharePoint 2013 Course Content:35-40hours Course Outline

Call: SharePoint 2013 Course Content:35-40hours Course Outline SharePoint 2013 Course Content:35-40hours Course Outline Exploring SharePoint Designer 2013 Understanding SharePoint Designer 2013 Using SharePoint Designer to Carry Out Common Tasks Understanding What's

More information

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

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

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

OSR Administration 3.7 User Guide. Updated:

OSR Administration 3.7 User Guide. Updated: OSR Administration 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

Deployment Best Practices Oct Product Version 7.0 and above

Deployment Best Practices Oct Product Version 7.0 and above PNMsoft Knowledge Base Sequence User Guides Deployment Best Practices Oct. 2014 Product Version 7.0 and above 2014 PNMsoft All Rights Reserved This document, including any supporting materials, is owned

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

DocAve Content Shield v2.2 for SharePoint

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

More information

HarePoint Custom Alerts for SharePoint. For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013.

HarePoint Custom Alerts for SharePoint. For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013. HarePoint Custom Alerts for SharePoint For SharePoint Server 2010/2013/2016 and SharePoint Foundation 2010/2013. Product version 1.2 April 10, 2017 ( This Page Intentionally Left Blank ) HarePoint.Com

More information

IBM. Tips and Troubleshooting Guide. IBM Emptoris Contract Management. Version SC

IBM. Tips and Troubleshooting Guide. IBM Emptoris Contract Management. Version SC IBM Emptoris Contract Management IBM Tips and Troubleshooting Guide Version 10.0.4 SC27-5345-03 IBM Emptoris Contract Management IBM Tips and Troubleshooting Guide Version 10.0.4 SC27-5345-03 ii IBM Emptoris

More information

User Manual. SharePoint Farm Reporter

User Manual. SharePoint Farm Reporter User Manual SharePoint Farm Reporter Last Updated: July 2012 Copyright 2012 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You.

USER GUIDE. We hope you enjoy using the product, and please don t hesitate to send us questions or provide feedback at Thank You. USER GUIDE Introduction This User Guide is designed to serve as a brief overview to help you get started. There is also information available under the Help option in the various Contributor interface

More information

DocAve Content Shield v2.2 for SharePoint

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

More information

ediscovery 6.1 and Patches Release Notes

ediscovery 6.1 and Patches Release Notes ediscovery 6.1 and Patches Release Notes Document Date: 11/30/2017 2017 AccessData Group, Inc. All rights reserved Introduction This document lists the new features, fixed issues, and known issues for

More information

Sage CRM 2017 R2 Release Notes. Revision: SYS-REA-ENG-2017R2-1.0 Updated: March 2017

Sage CRM 2017 R2 Release Notes. Revision: SYS-REA-ENG-2017R2-1.0 Updated: March 2017 Sage CRM 2017 R2 Release Notes Revision: SYS-REA-ENG-2017R2-1.0 Updated: March 2017 2017, The Sage Group plc or its licensors. Sage, Sage logos, and Sage product and service names mentioned herein are

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies SPAR Workflow for SharePoint 0 ITLAQ Technologies www.itlaq.com Table of Contents I. System Requirements...2 II. Install SPARK Workflow on your environment...2 III. Obtain SPARK Workflow License...7 IV.

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Updates for WEBCON BPS version

Updates for WEBCON BPS version WEBCON BPS Updates for WEBCON BPS version 2017.1 Version history 2017.1.2.83 -------------------------------------------------------------------------------------------------------------------------------------------

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

GroupLink s everything HelpDesk v Release Notes, Public Release December 20, 2018

GroupLink s everything HelpDesk v Release Notes, Public Release December 20, 2018 everything HelpDesk v11.5.1 Release Notes, Public Release December 20, 2018 everything HelpDesk v11.5.1 is the latest and greatest version of ehd. This minor release was engineered to deliver small bug

More information

DocAve 6 Software Platform

DocAve 6 Software Platform DocAve 6 Software Platform Release Notes Service Pack 9 DocAve For Microsoft SharePoint June 2017 DocAve 6 SP9 Update Details Refer to the Update Manager section of the DocAve Control Panel Reference Guide

More information

Microsoft SharePoint Designer 2010

Microsoft SharePoint Designer 2010 Microsoft SharePoint Designer 2010 Course ISI-1234 3 Days Instructor-led, Hands on Course Information Students will then learn how to create and customize content using SharePoint Designer 2010. Microsoft

More information

edev Technologies SmartWord4TFS Release Notes

edev Technologies SmartWord4TFS Release Notes edev Technologies SmartWord4TFS Release Notes edev Technologies 3/14/2017 Table of Contents 1. SYSTEM REQUIREMENTS... 2 2. APPLICATION SETUP... 4 3. NEW FEATURES... 5 4. ENHANCED FEATURES... 5 5. KNOWN

More information

DocAve 6 Software Platform

DocAve 6 Software Platform DocAve 6 Software Platform Release Notes Service Pack 8, Cumulative Update 2 DocAve For Microsoft SharePoint January 2017 DocAve 6 SP8 CU2 Update Details Refer to the Update Manager section of the DocAve

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Workflow Conductor for SharePoint 2007

Workflow Conductor for SharePoint 2007 Workflow Conductor for SharePoint 2007 Release 1.6 (SA08) Overview System Requirements Installing Workflow Conductor Configuring Workflow Conductor Using Workflow Conductor Studio Managing Workflows Licensing

More information

SQL Deluxe 2.0 User Guide

SQL Deluxe 2.0 User Guide Page 1 Introduction... 3 Installation... 3 Upgrading an existing installation... 3 Licensing... 3 Standard Edition... 3 Enterprise Edition... 3 Enterprise Edition w/ Source... 4 Module Settings... 4 Force

More information

Copyright About the Customization Guide Introduction Getting Started...13

Copyright About the Customization Guide Introduction Getting Started...13 Contents 2 Contents Copyright...10 About the Customization Guide...11 Introduction... 12 Getting Started...13 Knowledge Pre-Requisites...14 To Prepare an Environment... 14 To Assign the Customizer Role

More information

Crystal Report Parameter Default Value Current Date

Crystal Report Parameter Default Value Current Date Crystal Report Parameter Default Value Current Date 3.2.1 Crystal Reports - Excel 2007 Data Centric, 3.2.2 Content Grouping - Customize SSRS report parameters with 'Default' values are now supported. If

More information

SharePoint 2010 Central Administration/Configuration Training

SharePoint 2010 Central Administration/Configuration Training SharePoint 2010 Central Administration/Configuration Training Overview: - This course is designed for the IT professional who has been tasked with setting up, managing and maintaining Microsoft's SharePoint

More information

Sequence Kinetics SP8 Release Notes. Issue Date: 20 th Nov. 2014

Sequence Kinetics SP8 Release Notes. Issue Date: 20 th Nov. 2014 Sequence Kinetics SP8 Release Notes Issue Date: 20 th Nov. 2014 2014 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorisation of PNMsoft.

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007 Page 1 Peers Technologies Pvt. Ltd. Course Brochure Page 2 Overview SharePoint is becoming the web development platform of the future. The ability to quickly plan, design, deploy and utilize effective

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

Set Up and Maintain Sales Tools

Set Up and Maintain Sales Tools Set Up and Maintain Sales Tools Salesforce, Spring 16 @salesforcedocs Last updated: February 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

What s New in PerfectForms Version Release Date: January 11, 2010

What s New in PerfectForms Version Release Date: January 11, 2010 What s New in PerfectForms Version 1.16 Release Date: January 11, 2010 Contents 1 System... 3 1.1 Better Account Storage Size Management for Users... 3 1.2 Ability to Use Custom E-mail Servers to Send

More information

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS MODULE 1: SHAREPOINT AS A DEVELOPER PLATFORM This module examines different approaches that can be used to develop applications

More information

Moving You Forward A first look at the New FileBound 6.5.2

Moving You Forward A first look at the New FileBound 6.5.2 Moving You Forward A first look at the New FileBound 6.5.2 An overview of the new features that increase functionality and ease of use including: FileBound 6.5.2 Service Pack FileBound Capture 6.6 New

More information

CST272 Getting Started Page 1

CST272 Getting Started Page 1 CST272 Getting Started Page 1 1 2 3 4 5 6 8 Introduction to ASP.NET, Visual Studio and C# CST272 ASP.NET Static and Dynamic Web Applications Static Web pages Created with HTML controls renders exactly

More information

Diagnostic Manager Advanced Installation Guide

Diagnostic Manager Advanced Installation Guide Diagnostic Manager Publication Date: May 03, 2017 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

CLEO VLTrader Made Simple Guide

CLEO VLTrader Made Simple Guide CLEO VLTrader Made Simple Guide Table of Contents Quick Reference... 3 Miscellaneous Technical Notes... 3 CLEO VLTrader at a Glance... 3 Introduction... 5 Application Page Layout... 5 Preconfigured Hosts...

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 5/6/2016) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 Before Starting - Is your software up to date?...

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide Adobe Document Cloud esign Services for Salesforce Version 17 Upgrade Guide 2015 Adobe Systems Incorporated. All Rights Reserved. Last Updated: August 25, 2015 Table of Contents Upgrading from a previous

More information

HarePoint Workflow Scheduler Manual

HarePoint Workflow Scheduler Manual HarePoint Workflow Scheduler Manual For SharePoint Server 2010/2013/2016, SharePoint Foundation 2010/2013, Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. Product

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

EMS FOR MICROSOFT OUTLOOK Installation Guide

EMS FOR MICROSOFT OUTLOOK Installation Guide EMS FOR MICROSOFT OUTLOOK Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS

More information

Colligo Contributor File Manager 4.3. User Guide

Colligo Contributor File Manager 4.3. User Guide Colligo Contributor File Manager 4.3 User Guide CONTENTS Introduction... 2 Technical Requirements... 3 Systems Supported... 3 Application Prerequisites... 3 Outlook Add-in Prerequisites... 3 Installing

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

SmartWord4TFS Release Notes

SmartWord4TFS Release Notes edev Technologies SmartWord4TFS Release Notes edev Technologies Table of Contents 1. SYSTEM REQUIREMENT... 2 2. APPLICATION SETUP... 3 3. NEW FEATURES IMPLEMENTED... 4 4. ENHANCED FEATURES... ERROR! BOOKMARK

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica Corporation Test Data Management Version 9.6.0 Release Notes August 2014 Copyright (c) 2003-2014 Informatica Corporation. All rights reserved. Contents Informatica Version 9.6.0... 1 Installation

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

New in isupport v12.7

New in isupport v12.7 New in isupport v12.7 In addition to continued enhancement of code quality, this release contains the following features: Social Client renamed to mysupport Email Processing Email Rules and Rule Groups

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator + DocAve 6 SharePoint Migrator User Guide Service Pack 6 Issued April 2016 1 Table of Contents What s New in this Guide... 5 About SharePoint Migration... 5 Complementary Products... 6 Submitting Documentation

More information

Selectica Contract Lifecycle Management. Release Notes. Selectica CLM Release 6.1. January 2014 v3.0

Selectica Contract Lifecycle Management. Release Notes. Selectica CLM Release 6.1. January 2014 v3.0 Selectica Contract Lifecycle Management Release Notes Selectica CLM Release 6.1 January 2014 v3.0 Selectica CLM R.6.1 Release Notes Introduction... 3 Notable Changes... Error! Bookmark not defined. Certification

More information

RELEASE GUIDE VERSION 14.1

RELEASE GUIDE VERSION 14.1 RELEASE GUIDE VERSION 14.1 Copyright 2014 FileHold Systems Inc. All rights reserved. For further information about this manual or other FileHold Systems products, contact us at Suite 250-4664 Lougheed

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

I-Server 1.6 and Connectors Installation Instructions. Newmarket International, Inc. For Internal Use Only. Document Version 1.

I-Server 1.6 and Connectors Installation Instructions. Newmarket International, Inc. For Internal Use Only. Document Version 1. I-Server 1.6 and Connectors Installation Instructions Newmarket International, Inc. For Internal Use Only 12/20/05 Copyright 2005 Newmarket International, Inc. All rights reserved. The information in this

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

Dynamics CRM Integration for Gmail. User Manual. Akvelon, Inc. 2017, All rights reserved

Dynamics CRM Integration for Gmail. User Manual. Akvelon, Inc. 2017, All rights reserved User Manual Akvelon, Inc. 2017, All rights reserved Contents Overview... 3 Installation of Dynamics CRM Integration for Gmail 2.0... 3 Buying app subscription... 4 Remove the extension from Chrome... 5

More information