COPYRIGHT Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version

Size: px
Start display at page:

Download "COPYRIGHT Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version"

Transcription

1 DATA MANIPULATION FRAMEWORK USER GUIDE Basic configuration for version 2011

2 COPYRIGHT Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations, products, domain names, addresses, logos, people, places, and events depicted in examples herein are fictitious. No association with any real company, organization, product, domain name, address, logo, person, place, or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Wavextend B.V. As the software licensee, you may make reasonable customizations to the software online help documentation for your internal use only. You are solely responsible for and bear any and all liability relating to any customizations you make. This includes any adverse effect that your customizations have on any functionality of the licensed software, the software documentation itself or otherwise relating to use of your customizations. Please note that installing software upgrades may rewrite customized online help files. Wavextend may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Wavextend, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version

3 VERSION This version of the user guide for Data Manipulation Framework is valid for Dynamics CRM 2011 On Premise in combination with Wavextend Data Manipulation Framework 5.0 on premise only. There are different user guides per version available on the Wavextend website: The target group for this guide consists of application consultants that are unfamiliar to Wavextend Data Manipulation Framework or power users that will perform simple calculation configuration without assistance of their implementation partner. In either way you are encourage you to take the Microsoft course on Microsoft Dynamics CRM 2011 Customization and Configuration (MB2-866) because it will significantly improve your understanding of the Data Manipulation Framework options. In addition to this manual there is an Advanced Data Manipulation Framework configuration guide which will introduce you in the endless possibilities of complex calculations and automations, dives into deploying calculation configurations on different servers and provides tips for issue tracking. Reading the two guides will give you a profound background to professionally use Wavextend Data Manipulation Framework and provide the power to reduce much of the.net and Javascript coding for Dynamics CRM. In case you have remarks, preferably constructive feedback, on this guide. Please send a mail to its authors at userguide@wavextend.com The latest version of this guide will be published on the Wavextend website. People who send feedback will be automatically notified of the availability of new versions until an unsubscription request is received. Calculation Framework user guide, Basic configuration for version

4 TABLE OF CONTENT Copyright... 2 Version... 3 Table of content... 4 Introduction... 5 How to configure a simple calculated attribute... 6 A single entity calculation... 9 An aggregated calculation A value copy How to execute a calculated attribute Run a calculated attribute manually Monitor execution result Execute a schedule Calculation Framework user guide, Basic configuration for version

5 INTRODUCTION Thank you for trying, or better buying, Data Manipulation Framework from Wavextend. This user guide will lead you through the basics of calculation configuring. After reading this user guide you will be able to: 1. Configure basic calculated attributes 2. Test your calculated attribute 3. Execute a calculated attribute 4. Schedule a calculated attribute With these new skills you will be able to perform most common tasks and configurations in Data Manipulation Framework. As a result you will have gained the power to significantly expand the possibilities of Dynamics CRM. Some examples are: Customer segmentation and customer value calculations Relation-roles Customer reports Performance Management International address lines and salutation headers International phone number formatting Order and or case invoicing This guide assumes you were able to install Data Manipulation Framework on your Dynamics CRM server, or better, had someone else to do it for you. You can find more information on how to install Data Manipulation Framework on the website: Make sure you have the Wavextend: User or Wavextend: Administrator role. In all examples the standard Microsoft Sample database is used which is available for installation from within Dynamics CRM 2011 itself. Note: See the installation manual for Dynamics CRM 2011 for further instructions on how to install the sample database. Some custom attributes were added to this sample database for example purposes. Calculation Framework user guide, Basic configuration for version

6 HOW TO CONFIGURE A SIMPLE CALCULATED ATTRIBUTE The first step in configuring a calculated attribute is to find it in the user interface. To do so you will need to go to: Settings -> Wavextend > Calculated attributes Figure 1: Screenshot of Calculated Attributes in Dynamics CRM. Of course this works in a similar way in the Outlook client. Depending on your previous activity or that of your colleagues, you will have none or more preconfigured calculated attributes in the list. The second step is to hit the New button and open up a new calculated attribute form that will look like the following: Calculation Framework user guide, Basic configuration for version

7 Figure 2: Screenshot of new calculated attribute form You are recommended to give your calculated attributes descriptive names, so it is easy for you to find them in the big list you might end up with. Maybe there is a naming convention in your organization you will need to be aware about, or should be considered. The description field will provide more room for descriptive info like the purpose or usage of the calculation. NOTES: 1. The processing order field could be relevant for scheduling but explanation is left for the scheduling chapter. 2. The purpose of the unique identifier field is for usage in on from calculations and plugin calculations and explanation of the usage is therefor left for the advanced guide. For now, you need to be aware that this name should be unique. Data Manipulation Framework will suggest a unique name based on the descriptive name but there is a chance this name is already used by other calculated attributes. If it is not unique, you will be warned about this on save. Feel free to change it to any other name you like as long as it is not used by other calculated attributes. The third step is to determine the type of calculation. The type will be determined by the expected use of other attribute values in Dynamics CRM and their relation with the target attribute. Calculation Framework user guide, Basic configuration for version

8 The target attribute is the attribute in the Dynamics CRM domain model where you wish to store the results of the calculation. You will have three options: 1. Single Entity Calculation Use a single entity calculation in case you expect to only use attribute values belonging to the same entity as the target attribute (the current entity) or if you plan not to use other attributes values at all (like setting default values). 2. Aggregated Calculation Use aggregated calculation if you plan to use attributes of downstream entities having a direct 1:N or N:N relationship with the current entity and perform aggregation calculations on them like averages or summations. 3. Value copy Use value copy if you plan to use attributes in your calculation from upstream entities (or lookups) in relations to the current entity. The most common use is to copy values like a phone number from a customer to the opportunity or case. But of course you will have the option to do more advanced logic as well. In the following section you will see an example of all three types of calculations and their steps. Calculation Framework user guide, Basic configuration for version

9 A SINGLE ENTITY CALCULATION To create a simple calculation please select the type Single Entity Calculation and the screen will show all the relevant fields for this type of calculation looking similar to the following: Figure 3: Screenshot of a Single Entity Calculation In this example two new custom attributes were used that were added to the order entity. One named cost price and the other called margin. Both attributes were placed on the main form and margin was made read only as will be the case in most target attributes. A couple of records were created to be sure there are some test results. TIP: Put something in the description field of an attribute that will say it s a calculated attribute. Configuring any calculation will require six steps: 1. Give it a name, description and type ( Single Entity Calculation ) 2. Specify the target 3. Specify an optional source 4. Specify the calculation 5. Save your configuration Calculation Framework user guide, Basic configuration for version

10 6. Test the calculation NOTE : If the target entity list is empty, please make sure to run the meta data synchronisation. If custom added entities and or attributes do not appear in the list, run the meta data synchronisation again. It will update the lists with entities and attributes. Please refer to the installation and operations guide for more info on how to run the meta data synchronisation. The target section allows specification of where the result of the calculation should be stored. Start with selecting the correct entity. In this example choose Order. Figure 4: Selection menu for target entity. Next, select the target attribute where the result of the calculation will be stored. In this example, the custom attribute Margin was selected. Calculation Framework user guide, Basic configuration for version

11 Figure 5: Selection menu for the target attribute. NOTE: Only select attributes with a Present status reason, because others will fail the calculation. The following step is optional and allows you to set a limit to the scope for the target records. For example: only orders with an amount (not null) or only order of this year. To do so you will have to prepare a saved view using the standard advanced find in Dynamics CRM. You can find loads of information on how to use the advanced find in materials from Microsoft or on the web so this topic is not further discussed in this guide. Calculation Framework user guide, Basic configuration for version

12 Figure 6: example of a saved advanced find query You can create or select this view as a filter under the Target Filter lookup button. To do so: 1. Click on target filter 2. Click on New 3. Give the filter a descriptive name (you might reuse it later for other calculated attributes) 4. Make sure to choose type User Query 5. Select the Saved advanced find view as an existing view that contains your filter criteria 6. Click ok 7. Make sure to select the earlier created filter, or create a new advanced find view from here 8. Click ok Calculation Framework user guide, Basic configuration for version

13 Figure 7: Creation of a target filter using a shadow view You will only be able to see your own saved views or those shared with you. The custom target filter is not further discussed in this guide but saved for the advanced guide. The third step is to define a source for those calculations that will use other attribute values in the calculation. This applies to most every calculation except for those where you have the intention to set the target attribute with a static default value. How to set a static default value is demonstrated in the last part of this chapter. The source section contains those attribute you would like to use as variables in your calculation expression. A single entity calculation is configured, so you should choose attributes coming from the current entity (same as target attribute entity). In this example Order. The calculation used to calculate margin in this example is: Margin = Total Amount Cost price So in the source section two source attributes are chosen, being Total Amount and Cost price, both belonging to the Order entity. Your calculation should now look similar to this: Calculation Framework user guide, Basic configuration for version

14 Figure 8: Source section The final step in calculation configuration is to set the calculation operator in the calculation section. In this example it is set to: Subtract Wavextend Data Manipulation Framework supports the following calculation operators for Single Entity Calculations: 1. Add (only numeric data) 2. Subtract (only numeric data) 3. Multiply (only numeric data) 4. Divide (only numeric data) 5. Custom SQL (all data types) 6. Expression (all data types) And hit Save to store your calculation configuration to be able to test it and run it. The result of this calculation configuration is as follows: [Target Entity].[Target attribute] = [Target Entity].[Source Attribute 1] [Target Entity].[Source Attribute 2] And it will only do this for the target records that are returned from the [Target Filter] view. To see the result of the calculation (without updating data in the Dynamics CRM database) you hit the Execute Test button in the calculation test section.(only appears after saving of your calculation). Calculation Framework user guide, Basic configuration for version

15 As result you can now see a pro forma calculation for your configuration. The result section allows you to open records directly from the test list by clicking on the names of the result records. The Changes Only checkbox will filter the results changed results where Old Value and New Value is different. Make sure to hit the Execute Test again after ticking the Changes Only checkbox. Figure 9: Test result The test result will only display records that were selected as result of the Target Filter and shows the changes that would be made to the database in case you would execute the calculated attribute. The first column shows the primary attribute of the Target Entity, the second column contains the value of the Target Attribute before update and the third columns contains the value of the Target Attribute after update. The View Statement button is an advanced topic and not further discussed in this guide. Please refer to the Advanced Guide for more info. Congratulations, you have now configured your first calculated attribute. Before you execute it (look in the execution chapter) here are some important things to remember: NOTES: 1. When a value changes as a result of the execution the text in the calculation test window will be black, otherwise grey. 2. In case the result of the calculation fall out of boundary, (min, max or size property of the target attribute) the New Value will turn red. 3. If you choose incompatible source attributes data types (like subtracting string values to return a money attribute) you will receive an error messaging saying the Operand data type. is invalid for subtract operator. or Specified cast is not valid. Calculation Framework user guide, Basic configuration for version

16 In addition to configure a calculation you can also use Single Entity Calculation to set a static default value. There are two scenarios where you should consider this. The first is when you create a custom new attribute with a default value in a database that already contains data. Dynamics CRM will fill the default value for all new records but existing records will have empty values. In that case a calculated attribute with a corresponding static default value, executed once, will help you. The second scenario is when you want to set conditional values. Such a case is shown in the next example. In this example the purpose is to set the relation type attribute of an account to customer in case an account has an order submitted in the past with a positive amount. The first step in doing so is to prepare an advanced find view that filters all accounts that have an order submitted in the past with a positive amount. Figure 10: Advanced find view preparation query You save this view with a descriptive name like Accounts with order. This view is selected in the configuration as the Target Filter using a shadow view as explained in the previous paragraph Now configure a calculated attribute like in the following screenshot: Calculation Framework user guide, Basic configuration for version

17 Figure 10: Example configuration of a conditional default value. As you will see in the screenshot, no source attributes were used and as a Calculation Operator Expression is selected. The Custom Calculation field will contain the default value. In this case which corresponds with the value of the picklist of relationship type customer. NOTE: You can either choose Expression or Custom SQL as Calculation Operator. Custom SQL was the only option in Data Manipulation Framework 4.0 and was then just called Custom. For single Calculation Framework user guide, Basic configuration for version

18 entity calculations Data Manipulation Framework 2011 on premise supports both Custom SQL as well as Expressions, which is similar to Microsoft Excel formulas and supports the same syntax (in English). In Dynamics CRM Online the only option is Expressions. So, for compatibility reasons this option is preferred above Custom SQL. The test result window now looks as follows: Figure 11: Test result window of conditional default value Calculation Framework user guide, Basic configuration for version

19 NOTES: 1. All the available expression formulas are explained in help file which can be found by clicking the Expression Help button on the ribbon. 2. To set an unconditional default value, just leave out the Target Filter 3. Hierarchical conditions can be accomplished using two different calculated attributes in the right order which is show in the Scheduling chapter. For example: An account with opportunities is a prospect unless the account also has an order which makes it into a customer. 4. Notice you are not limited to calculate set numeric or money fields, but also picklists, dates, string values and even lookups. 5. To set the default value of strings enclose the string with single quotes like default value AN AGGREGATED CALCULATION The second type of calculation configuration to show is an aggregated calculation. An aggregated calculation comes in handy for all those scenarios where you: 1. Want to see a total on a form, like number of complaints for this customer on the account form. 2. Want to filter on a total in an advanced find, like select all customers that spend more than x this year or select all customers that had no orders this year. 3. Want to export a total for book keeping for instance, like: export the total amount to be invoiced for this case based on the hours spend on the service activities multiplied by the rate of the resource. 4. Set a conditional branch in workflow based on a total like if the total amount for this customer this year is more than x and the customer puts in a complaint, please call the customer right away otherwise send an excuse letter. All these and many more scenarios are made possible in Dynamics CRM exclusively using Wavextend Data Manipulation Framework. To configure an aggregated calculation you need to perform the six following steps: 1. Give it a name, description and type ( Aggregated Calculation ) 2. Specify the target 3. Specify a source 4. Specify the aggregation calculation 5. Save your configuration Calculation Framework user guide, Basic configuration for version

20 6. Test the calculation One and two are skipped because, except for to the type, they are exactly the same as the previous chapter. The difference starts with the source. In the source section, you need configure the following in corresponding order: 1. The Source Entity. This is the entity where the data used in the aggregation calculation will come from. For example order. 2. The Relationship. You will need to specify which relationship (1:N or N:N) will apply to the Source Entity and Target Entity. Most of the time there is only one valid relationship like the order_customer_accounts relationship for example. In some cases there will be more than one relationship available and you will need to choose the right one. Look in the customizations configuration and the descriptions for more info on which relationship to choose. 3. The Source Attribute 1 to specify which attribute should be used in the aggregation and belongs to the Source Entity 4. Optionally a Source Filter like only orders submitted this year to ensure only year to date orders are aggregated. Figure 12: Source configuration for aggregated calculation Custom Source Filter is skipped for explanation until the advanced guide. In the calculation section you can specify which type of aggregation has to be performed on the Source Attribute 1. To do so, select the appropriate aggregation option in the Aggregation Operator list of options. Calculation Framework user guide, Basic configuration for version

21 Figure 13: Aggregation Operator selection Here is an explanation of the different options: 1. Sum, will add up all found values of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter 2. Average, will add up all found values of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter and divide it by the number of found values. 3. Maximum, will pick the largest value out of all found values of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter 4. Minimum, will pick the smallest value out of all found values of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter 5. Count, will count the number of records found belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter 6. Count distinct, will count the number of unique values found of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter 7. StdDev, will first add up all found values of the Source Attribute 1 belonging to the same Target Entity records in relation to Relationship optionally filtered by Source Filter and divide it by the number of found values and second adds up the difference of all found values of the Source Attribute 1 with the result of the first step and divide it by the number of found values. In other words a standard deviation or average difference calculation. 8. Custom SQL (called Custom in 4.0), will allow you to use default values or advanced TSQL statements that are discussed further in the advanced guide. Calculation Framework user guide, Basic configuration for version

22 NOTE: Not every aggregation calculation is applicable to all data types. The following table shows which aggregation is dependent on the used data type: Sum only numeric data types and money data types Average only numeric data types and money data types Minimum all data types Maximum all data types Count all data types Count distinct all data types StDev only numeric data types and money data types Custom SQL all data types Calculation Framework user guide, Basic configuration for version

23 Now let s have a look at a typical example of an aggregated calculation configuration: Figure 14: Example of aggregated calculation configuration. In this example the following is calculated: [Account].[Annual Revenue] = SUM([Order].[Total Amount]) where [Order].[Date Submitted] equals This year and [Account] is related to [Order] through the[order_customer_account] relationship. NOTES: 1. You are permitted to combine Target Filter and Source Filter. The first will determine the scope of the records to be updated and the second will determine the scope of the values used in the calculation. Calculation Framework user guide, Basic configuration for version

24 2. More complex aggregation calculations are possible of course but leave two options. Either choose to read and learn from the Advanced Guide and use Custom SQL, or break up the calculation into multiple separate simple calculations and execute them in the right order as discussed in chapter Scheduling. A VALUE COPY A Value copy (N:1) type of calculation is used when attributes coming from an upstream entity (or Lookup as they are called in Dynamics CRM) are used in the calculation. In most cases this is used to copy values from an upstream entity, similar to a mapping in the relationship configuration of Dynamics CRM. The big difference between a standard Dynamics CRM mapping and a value copy is that it can be used after initial creation of the record and it does not matter if the relationship was created from 1 to N or from N to 1. Some examples of scenarios: 1. Copy the customer s phone number on every running opportunity every time the customer contact data is updated. 2. Copy the type of support contract from a customer to the case every time a new case is created or on running cases when the type of contract on the customer is updated. These examples and many more mappings are made possible in Dynamics CRM exclusively using Wavextend Data Manipulation Framework. The explanation on how to create custom aggregations with value copy calculations is saved for the Advanced Guide. If you leave the Custom Aggregation field blank, the value copy will just copy the selected 'Source Attribute 1 into the Target attribute Here s an example of a valid Value copy (N:1) calculation: Calculation Framework user guide, Basic configuration for version

25 Figure 15: Example of value copy calculation This example will copy the value of the [Account].[Address Phone] into the [Opportunity].[Description] field where [Account] is the customer lookup for [Opportunity] NOTES: 1. The data types of Target attribute and Source Attribute 1 will need to be compatible. 2. These value copies look similar to relationship mappings in Dynamics CRM but are very different. A mapping in Dynamics CRM is only called on creation of a related Calculation Framework user guide, Basic configuration for version

26 entity. (like create opportunity from account). This makes it a static mapping and is limited to creation from the account form. It will not be updated after initial creation of the related entity and is not updated upon change of the lookup. These things can be accomplished with a value copy calculation which makes it a dynamic mapping. Calculation Framework user guide, Basic configuration for version

27 HOW TO EXECUTE A CALCULATED ATTRIBUTE In the previous chapters you learned how configure calculated attributes using Wavextend Data Manipulation Framework. It s now time to put you calculations to action. To execute a calculated attribute configuration you have many different options depending on your specific requirements or situation: 1. Execute it manually. This is for ad hoc purposes. Like setting an initial value or a default value or for manual maintenance jobs 2. Execute it as part of a schedule. This will update a number of calculated attributes in a batch. You will have two options: a. Run the batch manually. b. Run the batch periodically in a predefined schedule 3. Execute the calculated attribute as part of a custom workflow. Use this option if near real time information is important for your business. You can trigger the calculation in two ways: a. Run the calculated attribute for all applicable records. b. Run the calculated attribute only for a record related to the workflow record. 4. Execute the calculated attribute as a result of an onload, onchange or onsave event on the entity Form. 5. Execute the calculated attribute as a result of a web service call from a custom plugin. Manual execution is discussed in this chapter. Scheduled batch execution is clarified in the next chapter. OnForm execution, SDK and Execution as part of workflow is not further explained in this guide but as part of the Advanced Guide. RUN A CALCULATED ATTRIBUTE MANUALLY To manually run a calculated attribute you need to use a workflow. Navigate to your list of calculated attributes and select the attributes you would like to execute. Hit the workflow button and select the Wavextend: Process Calculated Attribute workflow. Calculation Framework user guide, Basic configuration for version

28 Figure 16: Manual execution through workflow NOTES: 1. Running the workflow is also accessible from the calculated attribute list 2. From the list it is possible to run multiple selected calculated attributes but the order will not comply with the order field, which is discussed in next chapter. MONITOR EXECUTION RESULT You have the ability to view the progress and success or failure of your execution. To do so, open up the form of your calculated attribute and navigate to the workflow side menu. To check if the calculation was executed properly, navigate to the log side menu, after successful workflow execution to see the following: Calculation Framework user guide, Basic configuration for version

29 Figure 17: Logging In this example the Customer type calculated attribute was executed three times of which the first two times were successful and the last execution completed with error. To find more information on the problem, open up the log record with the Completed with rejections or even worse Errors occured result. Figure 18: Log details Calculation Framework user guide, Basic configuration for version

30 CONFIGURE A SCHEDULE The Wavextend addons for Dynamics CRM ship with a build in scheduler you can use to periodically schedule the services provided by Wavextend addons or allows you to run a couple of dependent or independent calculated attributes Data Manipulation Framework is connected to the Wavextend scheduler and this allows you to configure predefined schedules to run your calculated attributes in a batch. This is where the Processing order field on your calculated attribute starts playing a role. You can give the order field any numeric value you like. The processing order field will determine in which order calculated attributes belonging to a schedule batch will be executed. The execution process will start at the lowest possible order value and work its way up to the highest one. This is important if one calculated attribute is dependent on the value of another calculated attribute. Attributes without a processing order number will be processes first. A calculated attribute can be a member of more than one schedule, so make sure you leave enough room between your order numbers to fit others in afterwards. The math for doing sophisticated execution order planning is left entirely up to you. To configure a schedule you go to: Settings -> Wavextend > Wavextend Schedules To create a new schedule, hit the new button, configure the desired schedule and hit save. Figure 19: Schedule example every night Calculation Framework user guide, Basic configuration for version

31 In the side tab Calculated Attributes you have the ability to add calculated attributes to your schedule. The other way around, from the calculated attribute form, also works. NOTES: 1. The scheduling options will be different per predefined pattern. 2. The time needs to be entered in military format. 3. The Interval field will tell you in combination with the pattern what the time is between execution. For example an interval of 1 means every day and an interval of 2 means every other day. As a check the next scheduled run field is provided (after saving the schedule). If you do not to intent to periodically execute the schedule but use it as a batch to run manually, you can select the pattern On Demand. EXECUTE A SCHEDULE You have two options to execute a schedule batch: 1. Execute it manually. You do this to set initial or default values on a group of calculated attributes at the same time ensuring the execution is in the desired order. 2. Execute it periodically. Do this for a scheduled batch run. Like automatically executing a couple of calculated attributes every night. Manual execution of a schedule batch is performed by running the Wavextend: Execute Now workflow on the selected schedule. Calculation Framework user guide, Basic configuration for version

32 Figure 20: Manually run a schedule Automatic running requires to have a valid schedule pattern with calculated attributes. The rest will go automatically. Execution as part of workflow is described in the Advanced Guide NOTES: 1. Having the same Processing order number is not a problem for calculated attributes as long as there is no dependency between them. 2. Manual execution can take a couple of minutes depending on how busy the Async service is on the application server Calculation Framework user guide, Basic configuration for version

33 A schedule provides logging in the logging side menu of the schedule as well as execution information: Figure 21: Execution information Figure 22: Execution information In this example you will see that both calculations were performed successfully. These log entries are connected to the calculated attribute as well of course for further investigation (see chapter Monitor Execution Result). Calculation Framework user guide, Basic configuration for version

34 A Advanced Calculation Framework configuration, 3 Aggregated Calculation, 19 Aggregation Operator, 20 C Calculation Operator, 14, 17 Custom, 17 Custom Calculation, 17 Custom Filter, 20 I Interval, 31 O Outlook client, 6 P pattern, 31 Processing order, 30, 32 R relation type, 16 Relationship, 20, 21 S Single Entity Calculation, 9 Source Attribute 1, 20, 21, 24 Source Attribute 1, 20 Source Entity, 20 Source Filter, 20, 21 Substract, 14 T Target attribute, 24 Target Entity, 15, 21 Target Entity, 20 Target Filter, 12, 15, 16, 19 Test, 14 V Value copy, 24 View Query, 15 Calculation Framework user guide, Basic configuration for version

35 2011 Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version

INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0

INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0 INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0 COPYRIGHT Information in this document, including URL and other Internet Web site references, is subject to change

More information

DATA MANIPULATION FRAMEWORK USER GUIDE Advanced configuration for version 5.0x and 7.0x

DATA MANIPULATION FRAMEWORK USER GUIDE Advanced configuration for version 5.0x and 7.0x DATA MANIPULATION FRAMEWORK USER GUIDE Advanced configuration for version 5.0x and 7.0x COPYRIGHT Information in this document, including URL and other Internet Web site references, is subject to change

More information

Marketing List Manager 2011

Marketing List Manager 2011 Marketing List Manager 2011 i Marketing List Manager 2011 CRM Accelerators 6401 W. Eldorado Parkway, Suite 106 McKinney, TX 75070 www.crmaccelerators.net Copyright 2008-2012 by CRM Accelerators All rights

More information

Microsoft Dynamics GP. Inventory Kardex

Microsoft Dynamics GP. Inventory Kardex Microsoft Dynamics GP Inventory Kardex Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Record Clone User Guide

Record Clone User Guide IOTAP s Record Clone add-on for Microsoft Dynamics CRM allows users to create copy of records for not only System & Standard entities but also Custom and their related entities. Record Clone Version: 3.1

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Microsoft Dynamics GP. Purchase Vouchers

Microsoft Dynamics GP. Purchase Vouchers Microsoft Dynamics GP Purchase Vouchers Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

RMH LABEL DESIGNER. Retail Management Hero (RMH)

RMH LABEL DESIGNER. Retail Management Hero (RMH) RMH LABEL DESIGNER Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCLABEL050916 Disclaimer Information in this document, including

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

x10data Smart Client 7.0 for Windows Mobile Installation Guide

x10data Smart Client 7.0 for Windows Mobile Installation Guide x10data Smart Client 7.0 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

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

Server Installation Guide

Server Installation Guide Server Installation Guide Copyright: Trademarks: Copyright 2015 Word-Tech, Inc. All rights reserved. U.S. Patent No. 8,365,080 and additional patents pending. Complying with all applicable copyright laws

More information

RMH ADVANCED ITEM AND INVENTORY WIZARDS

RMH ADVANCED ITEM AND INVENTORY WIZARDS RMH ADVANCED ITEM AND INVENTORY WIZARDS Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCWIZARD050916 Disclaimer Information in

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

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

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 Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Lab 4: Managing System Services Lab Manual Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1

Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1 Migrate from Microsoft Dynamics CRM Online to Microsoft Dynamics CRM (on-premises) Applies to: Microsoft Dynamics CRM Online 2015 Update 1 This document is provided "as-is". Information and views expressed

More information

KwikTag T3 Release Notes

KwikTag T3 Release Notes KwikTag T3 Release Notes The KwikTag T3 release is a major release with many great new features and improvements to quality and performance. KwikTag T3 was released on 01/23/2012 with a customer compatibility

More information

RMH PRINT LABEL WIZARD

RMH PRINT LABEL WIZARD RMH PRINT LABEL WIZARD Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCLABELWIZARD050916 Disclaimer Information in this document,

More information

RMH RESOURCE EDITOR USER GUIDE

RMH RESOURCE EDITOR USER GUIDE RMH RESOURCE EDITOR USER GUIDE Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2017, Retail Management Hero. All Rights Reserved. RMHDOCRESOURCE071317 Disclaimer Information

More information

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc.

Pipeliner CRM Arithmetica Guide Importing Accounts & Contacts Pipelinersales Inc. Importing Accounts & Contacts 205 Pipelinersales Inc. www.pipelinersales.com Importing Accounts & Contacts Learn how to import accounts and contacts into Pipeliner Sales CRM Application. CONTENT. Creating

More information

KwikTag v4.5.1 Release Notes

KwikTag v4.5.1 Release Notes KwikTag v4.5.1 Release Notes The following release notes cover the KwikTag core components as well as the major clients and connectors. All previous releases must be applied before installing this release.

More information

EST151: Maintain Parts

EST151: Maintain Parts EST151: Maintain Parts CERTIFIED COURSE CURRICULUM SAGE UNIVERSITY IMPORTANT NOTICE This document and the Sage 100 Contractor software may be used only in accordance with the Sage 100 Contractor End User

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

KwikTag v4.5.0 Release Notes

KwikTag v4.5.0 Release Notes KwikTag v4.5.0 Release Notes The following release notes cover the KwikTag core components as well as the major clients and connectors. System Requirements Internet Explorer 7.0 (or Internet Explorer 8

More information

CHECK PROCESSING. A Select Product of Cougar Mountain Software

CHECK PROCESSING. A Select Product of Cougar Mountain Software CHECK PROCESSING A Select Product of Cougar Mountain Software Check Processing Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices.

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

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B)

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B) Oracle Sales Cloud Integrating with Oracle Marketing Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E94441-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America.

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. Exsys RuleBook Selector Tutorial Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. This documentation, as well as the software described in it, is furnished under license

More information

RMH GENERAL CONFIGURATION

RMH GENERAL CONFIGURATION RMH GENERAL CONFIGURATION Retail Management Hero (RMH) rmhsupport@rrdisti.com www.rmhpos.com Copyright 2016, Retail Realm. All Rights Reserved. RMHDOCGENCONFIGD051216 Disclaimer Information in this document,

More information

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Project and Resource Management Administration Guide Siebel Innovation Pack 2013 Version 8.1/ September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

Product Documentation SAP Business ByDesign February Marketing

Product Documentation SAP Business ByDesign February Marketing Product Documentation PUBLIC Marketing Table Of Contents 1 Marketing.... 5 2... 6 3 Business Background... 8 3.1 Target Groups and Campaign Management... 8 3.2 Lead Processing... 13 3.3 Opportunity Processing...

More information

Port Configuration. Configure Port of EventTracker Website

Port Configuration. Configure Port of EventTracker Website Port Configuration Configure Port of EventTracker Website Publication Date: May 23, 2017 Abstract This guide will help the end user to change the port of the Website, using the Port Configuration tool,

More information

What's new in DocuWare Version 6.7

What's new in DocuWare Version 6.7 What's new in DocuWare Version 6.7 Copyright 2015 DocuWare GmbH All rights reserved The software contains proprietary information of DocuWare. It is provided under a license agreement containing restrictions

More information

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any Reports Guide 07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Pop-Up Notes Manual Pop-Up Notes. For Microsoft Dynamics NAV

Pop-Up Notes Manual Pop-Up Notes. For Microsoft Dynamics NAV Pop-Up Notes For Microsoft Dynamics NAV Produced and Distributed by: Cost Control Software, Inc. 12409 Old Meridian Street Carmel, IN 46032 Phone: (317) 846-6025 www.costcontrolsoftware.com Page 1 Table

More information

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation I ACTIVANT ACTIVANT PROPHET 21 Prophet 21 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) New Features Guide Version 11.0 Version 11.5 Pre-Release Documentation This manual contains reference information

More information

Sage ERP Accpac Online 5.5

Sage ERP Accpac Online 5.5 Sage ERP Accpac Online 5.5 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: July 11, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

Mobile On the Go (OTG) Server

Mobile On the Go (OTG) Server Mobile On the Go (OTG) Server Installation Guide Paramount Technologies, Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com Copyright

More information

What s New in BID2WIN Service Pack 4

What s New in BID2WIN Service Pack 4 What s New in BID2WIN Service Pack 4 BID2WIN Software, Inc. Published: August, 2006 Abstract BID2WIN 2005 Service Pack 4 includes many exciting new features that add more power and flexibility to BID2WIN,

More information

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

Custom SharePoint Workflows

Custom SharePoint Workflows Custom SharePoint Workflows Using SharePoint Designer 2013 SharePoint Workflows Microsoft SharePoint, as a collaboration platform, contains a huge amount of business data - documents, contacts, meetings,

More information

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E23918-01 JULY 2011 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved.

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Version 7 & 8. Note for users of MYOB AccountRight Live : Please use version 9 of Act! Link for MYOB instead USER GUIDE

Version 7 & 8. Note for users of MYOB AccountRight Live : Please use version 9 of Act! Link for MYOB instead USER GUIDE Version 7 & 8 Link the following Act! software: Act! & Act! Pro 2008-2017 (v10.2-19.0) Act! Premium 2008-2017 (v10.2-19.0) (referred to as Act! in this guide) to the following MYOB software: MYOB AccountRight

More information

Advanced ARC Reporting

Advanced ARC Reporting COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8.

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8. Business Processes and Rules: Siebel Enterprise Application Integration Siebel Innovation Pack 2013 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

CONVERSION GUIDE. Use this guide to help you convert from CMS Professional to Denali

CONVERSION GUIDE. Use this guide to help you convert from CMS Professional to Denali CONVERSION GUIDE Use this guide to help you convert from CMS Professional to Denali Conversion Guide Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software

More information

DC Detective. User Guide

DC Detective. User Guide DC Detective User Guide Version 5.7 Published: 2010 2010 AccessData Group, LLC. All Rights Reserved. The information contained in this document represents the current view of AccessData Group, LLC on the

More information

Lab 01 Developing a Power Pivot Data Model in Excel 2013

Lab 01 Developing a Power Pivot Data Model in Excel 2013 Power BI Lab 01 Developing a Power Pivot Data Model in Excel 2013 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including URL and

More information

Work 365 Help. User Guide IOTAP MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT.

Work 365 Help. User Guide IOTAP MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Work 365 Help User Guide IOTAP MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under

More information

CHAPTER 2: USER EXPERIENCE ENHANCEMENTS

CHAPTER 2: USER EXPERIENCE ENHANCEMENTS Chapter 2: User Experience Enhancements CHAPTER 2: USER EXPERIENCE ENHANCEMENTS Objectives Introduction The objectives are: View sub-grids and notes in the Microsoft Dynamics CRM Outlook client. Use a

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

AvePoint Cloud Backup. Release Notes

AvePoint Cloud Backup. Release Notes AvePoint Cloud Backup Release Notes Table of Contents Table of Contents... 2 AvePoint Cloud Backup 1.1.1... 3... 3... 3 AvePoint Cloud Backup 1.1.0... 5... 5... 5 AvePoint Cloud Backup 1.0.4... 6... 6...

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

What s New in BUILD2WIN Version 3.2

What s New in BUILD2WIN Version 3.2 What s New in BUILD2WIN Version 3.2 BID2WIN Software, Inc. Published June 13, 2012 Abstract BUILD2WIN version 3.2 includes many exciting new features which add even more power and flexibility to your field

More information

Oracle. Financials Cloud Implementing Subledger Accounting. Release 13 (update 17D)

Oracle. Financials Cloud Implementing Subledger Accounting. Release 13 (update 17D) Oracle Financials Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E89131-01 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Barbara Snyder This software

More information

Module 4: CUSTOMIZING FIELDS

Module 4: CUSTOMIZING FIELDS Module 4: CUSTOMIZING FIELDS Adding a field adds one or more fields to the underlying SQL database. The type of the field will specify how many bytes the underlying data takes up in SQL Server. In CRM

More information

Administrator's Guide

Administrator's Guide Administrator's Guide EPMWARE Version 1.0 EPMWARE, Inc. Published: July, 2015 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

1 Dashboards Administrator's Guide

1 Dashboards Administrator's Guide 1 Dashboards Administrator's Guide Page 1 2 Dashboards Administrator's Guide Table of Contents FAQs... 4 Q: Why does my browser tell me Microsoft Silverlight is required when I am trying to view a Visualization?

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

Oracle. Sales Cloud Using Partner Relationship Management for Partners. Release 13 (update 18B)

Oracle. Sales Cloud Using Partner Relationship Management for Partners. Release 13 (update 18B) Oracle Sales Cloud Using Partner Relationship Management for Partners Release 13 (update 18B) Release 13 (update 18B) Part Number E94448-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights

More information

CRM Insights. User s Guide

CRM Insights. User s Guide CRM Insights User s Guide 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.

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

VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN

VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN VMware vcenter AppSpeed User s Guide AppSpeed 1.0 EN-000213-01 VMware vcenter AppSpeed User s Guide You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/

More information

Exclaimer Mail Archiver

Exclaimer Mail Archiver Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

Descartes Reporting Services. User s Guide. Version February 2012

Descartes Reporting Services. User s Guide. Version February 2012 Descartes Reporting Services Version 11.1.0036 February 2012 2012 The Descartes Systems Group Inc. All rights reserved. Information in this document is subject to change without notice. Descartes makes

More information

Practical QlikView MARK O DONOVAN

Practical QlikView MARK O DONOVAN Practical QlikView MARK O DONOVAN Copyright 2012 Mark O Donovan All rights reserved. ISBN-10: 1478158603 ISBN-13: 978-1478158608 DEDICATION I dedicate this book to my parents, Ita and Larry. For listening

More information

Microsoft Dynamics GP Professional Services Tools Library

Microsoft Dynamics GP Professional Services Tools Library Microsoft Dynamics GP 2015 Professional Services Tools Library Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

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

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

More information

Quick Start Guide Date: > 05/11/2015 Revision: > 1.0.0

Quick Start Guide Date: > 05/11/2015 Revision: > 1.0.0 RunningBall Trader Client Quick Start Guide Date: > 05/11/2015 Revision: > 1.0.0 Disclaimer Copyright 2015 RunningBall AG. All rights reserved. No part of this publication may be reproduced, transmitted,

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

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

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS WORKFLOW BUILDER TM FOR MICROSOFT ACCESS Application Guide Version 06.05.2008 This document is copyright 2007-2008 OpenGate Software. The information contained in this document is subject to change without

More information

One Identity Active Roles 7.2. Web Interface User Guide

One Identity Active Roles 7.2. Web Interface User Guide One Identity Active Roles 7.2 Web Interface User Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation Equitrac Embedded for Kyocera Mita 1.3 Setup Guide 2012 Equitrac Corporation 2012 Equitrac Corporation Equitrac Embedded for Kyocera Mita Setup Guide Document Revision History Revision Date Revision List

More information

Lab Answer Key for Module 1: Creating Databases and Database Files

Lab Answer Key for Module 1: Creating Databases and Database Files Lab Answer Key for Module 1: Creating Databases and Database Files Table of Contents Lab 1: Creating Databases and Database Files 1 Exercise 1: Creating a Database 1 Exercise 2: Creating Schemas 4 Exercise

More information

econtracts for Tier1 partners COE01 USER GUIDE

econtracts for Tier1 partners COE01 USER GUIDE econtracts for Tier1 partners COE01 USER GUIDE COPYRIGHT & TRADEMARKS 2017 ZIH Corp. The copyrights in this manual are owned by ZIH Corp. Unauthorized reproduction of this manual or the software and/or

More information

Unloading Master Data from SAP BI 7.0 using Open Hub Service

Unloading Master Data from SAP BI 7.0 using Open Hub Service Unloading Master Data from SAP BI 7.0 using Open Hub Service April 2008 Author Hermann Daeubler, Senior Program Manager, Microsoft Juergen Daiberl, Technical Evangelist, Microsoft Page 1 of 16 This document

More information

AvePoint Permissions Manager

AvePoint Permissions Manager User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About...5 Supported Browsers...7 Submit Documentation Feedback to AvePoint...8 Integrate with AvePoint Online Services...9 AvePoint

More information

Symprex Out-of-Office Extender

Symprex Out-of-Office Extender Symprex Out-of-Office Extender User's Guide Version 7.0.0. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction 1 System Requirements Permissions Requirements Chapter On-Premises

More information

RunningBall Trader Client

RunningBall Trader Client RunningBall Trader Client Date: > 22/12/2016 Revision: > 1.6.0 Disclaimer Copyright 2016 RunningBall AG. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

MDCStoreTools Data Management Utility

MDCStoreTools Data Management Utility MDCStoreTools Data Management Utility Version 1.1 User Guide 0112-0195 F July 2012 This document is provided to customers who have purchased Molecular Devices, LLC ( Molecular Devices ) equipment, software,

More information

TaskCentre v4.5 SalesLogix Connector Tool White Paper

TaskCentre v4.5 SalesLogix Connector Tool White Paper TaskCentre v4.5 SalesLogix Connector Tool White Paper Document Number: WP010-04 Issue: 01 Orbis Software Limited 2008 Table of Contents ABOUT SALESLOGIX CONNECTOR TOOL... 1 INTRODUCTION... 3 SalesLogix

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server Contents What is OfficeCalendar? Sharing Microsoft Outlook Calendars

More information

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0

Receive and Forward syslog events through EventTracker Agent. EventTracker v9.0 Receive and Forward syslog events through EventTracker Agent EventTracker v9.0 Publication Date: July 23, 2018 Abstract The purpose of this document is to help users to receive syslog messages from various

More information

Sage Estimating (SQL) v18.12

Sage Estimating (SQL) v18.12 Sage Estimating (SQL) v18.12 Release Notes October 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Microsoft Dynamics GP Professional Services Tools Library

Microsoft Dynamics GP Professional Services Tools Library Microsoft Dynamics GP 2013 Professional Services Tools Library Copyright Copyright 2012 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

LifeSize Gatekeeper Installation Guide

LifeSize Gatekeeper Installation Guide LifeSize Gatekeeper Installation Guide July 2008 Copyright Notice 2008 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure that

More information

Duplicate Detection addon for Dynamics CRM by Cowia

Duplicate Detection addon for Dynamics CRM by Cowia Duplicate Detection addon for Dynamics CRM by Cowia Table of Contents Supported versions... 2 Trial... 2 License Activation... 2 YouTube Video... 3 Setup with example... 3 1. First step is to disable the

More information