SnapLogic Salesforce Snap Reference
|
|
|
- Zoe Osborne
- 10 years ago
- Views:
Transcription
1 SnapLogic Salesforce Snap Reference Document Release: October 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California U.S.A.
2 Copyright Information 2012 SnapLogic, Inc. All Rights Reserved. Terms and conditions, pricing, and other information subject to change without notice. SnapLogic and SnapStore are among the trademarks of SnapLogic, Inc. All other product and company names and marks mentioned are the property of their respective owners and are mentioned for identification purposes only. SnapLogic is registered in the U.S. and Trademark Office
3 Table of Contents SnapLogic Salesforce Snap Reference 1 Table of Contents 3 Preface 7 Salesforce Snap Salesforce Snap Salesforce Java Snap Salesforce Java Snap What Are Snaps? 8 About SnapLogic 8 About This Guide 8 Overview 9 Time Zone Handling 9 Salesforce Wizard Properties 11 Properties 12 Views 13 Developing with SnAPI 13 Salesforce Connection Properties 15 Views 18 Developing with SnAPI 18 SOQL Query Reader Properties 19 Views 21 Preview 21 s 21 Developing with SnAPI
4 SnapLogic Salesforce Snap Reference Object Read Properties 23 Views 25 Preview 25 s 25 Developing with SnAPI 26 Create Properties 27 Views 29 Preview 29 Developing with SnAPI 29 Delete Properties 31 Views 33 Preview 33 Developing with SnAPI 33 Lookup Properties 36 Views 39 Preview 39 s 39 Developing with SnAPI 40 Salesforce Undelete Properties 41 Views 42 Preview 42 Developing with SnAPI
5 Table of Contents Update Properties 43 Views 45 Preview 45 Developing with SnAPI 45 Upsert Properties 47 Views 49 Preview 50 Developing with SnAPI
6 SnapLogic Salesforce Snap Reference - 6 -
7 4 Preface The Salesforce Snap Reference is a listing of all the Components that come packaged with the Salesforce Snap. The Python Salesforce Snap was deprecated with the release of SnapLogic and replaced with the Salesforce Java Snap 1.5. The Python Snap functionality has been preserved. Salesforce Snap 1.8 The Salesforce Java Snap 1.8 focused on improving the quality of the Snap. In addition, the following feature was added: Batch Sizes are now configurable on the Components Salesforce Snap 1.7 The Salesforce Java Snap 1.7 added the following features: Asynchronous mode support was added to the Create, Delete, Update, and Upsert Components. The Undelete Component property of Batch Size now only lets you select a value of 200. This version of the Snap works with 3.4 and Salesforce Java Snap 1.6 The Salesforce Java Snap 1.6 added the following features: Performance improvements by multi-threading batch reads in SOQL Read, Object Read and LookUp component. Performance improvements in LookUp and SOQL Read component (when using an input view) by rewriting the query to allow multiple records being fetched at once for several input records to reduce component execution time and number of API calls. Enhanced SOQL Read and LookUp component output view generation to allow generation of output fields from functions and aliases in the SELECT clause. SOQL Read and lookup component allow generation of input view in case a WHERE clause is defined that contains input variables. As an example the query Select count(id)ct from Account where LastModifiedDate < ${curdate} will generate an input view providing the curdate field of type date and an output view providing the Ct field of type number. Lookup component allows to define a SOQL query similar to the SOQL Read component
8 SnapLogic Salesforce Snap Reference All remaining components got enhanced in regards to validation, suggest and error handling functionality to allow verification/generation of the in-/output views on the Components. This version of the Snap works with 3.4 and Salesforce Java Snap 1.5 The Salesforce Java Snap 1.5 added the following features: Performance improvements using multi-threaded reads in the Object Read Component. API call reduction in wizards and Components by caching metadata and connections for the duration of the process/pipeline execution. SOQL query builder that allows to build queries using drop-down functionality. This version of the Snap works with What Are Snaps? Snaps are Components that enrich the existing product functionality. About SnapLogic SnapLogic is a data integration platform with an innovative, open, and extensible data flow architecture and straightforward subscription model. SnapLogic connects to almost any SaaS, Cloud, Web, or enterprise application or data source via Snaps and Pipelines, providing information as a utility to business users and applications. SnapLogic is an alternative to closed, proprietary, client/server based integration solutions and the massive amount of hand coding still being done to accomplish data integration in the marketplace today. About This Guide This manual is a reference guide for Snaps. This guide lists their properties and attributes, along with any administrative instructions. The content in this manual is addressed to data integration developers using either the SnapLogic Designer or SnAPI
9 5 Overview The Salesforce Snap consists of a wizard (as of version 1.6) and the following Components: Salesforce Connection - used by other Salesforce Components to allow their binding against a specific Salesforce connection. Salesforce Query Reader (SOQL Query Builder) - provides Salesforce object query language (SOQL) functionality to retrieve object records from Salesforce. Salesforce Object Reader - provides Salesforce object retrieval functionality by defining the Salesforce object name. Salesforce Create - create object records in Salesforce. Salesforce Delete - delete object records in Salesforce. Salesforce Lookup - lookup object records in Salesforce. Salesforce Undelete - reverse the deletion of object records in Salesforce. Salesforce Update - update object records in Salesforce. Salesforce Upsert - upsert object records in Salesforce. Time Zone Handling Date and time are stored in Salesforce in GMT. When the Salesforce Snap extracts the data from Salesforce, the Snap converts it using the time zone of the system running the SnapLogic Server or Sidekick. For example, a T00:05:17.000Z create time stamp for an object in Salesforce will be converted to :05:17.0 using the system's PST time zone. Windows and UTC Time Zones Windows supports four different UTC Time Zones: UTC UTC/London UTC/Monrovia, Reykjavik UTC/Caracas. When switching between the time zones UTC/Monrovia, Reykjavik and UTC, the Windows system time won't change but the Java time conversion will treat both time zones differently. UTC/Monrovia, Reykjavik has an 4:30 hour offset, which will be visible when creating the objects using UTC/Monrovia, Reykjavik time zone and then attempting to read the objects out - 9 -
10 SnapLogic Salesforce Snap Reference with setting to the UTC time zone. This then will produce the 4:30 hour offset in the Designer when using any of the read components. Note: Changing the system's time zone requires a restart of the Java CC/Sidekick
11 6 Salesforce Wizard This Component provides the ability to retrieve objects from Salesforce and creates Snap- Logic Components (such as SOQLRead, Create, Upsert, etc.) for each object in the library. As an example: Selecting the Account object will create the Components in the library folder /Salesforce/Main/Account. There the SOQLRead, ObjectRead, Create, Upsert and Update Component will be created that use the Account object. The Component requires either an existing connection reference or allows creating a new connection to a Salesforce account. Note: This functionality is available as of version 1.6 of the Salesforce Snap. The initial step allows to select or create a Salesforce connection. Step 0 a) I already have a connection resource This allows you to choose an existing connection from the library by selecting the database icon on the right hand of the Reference to Salesforce Connection property field. Step 0 b) I would like to create a new connection This allows you to create a new connection by setting the connection properties as defined in the Salesforce connection component page. You can define a folder in the Library where connection will be created during the wizard process. Step 1: Setting the creation properties Properties Folder in Library where resources will be created: This property allows you to define the root folder in the library where all Components will be created. The path is relative and does not include the server url. /Salesforce /Salesforce String BaseFolder Objects pre-selected for resource creation: This property allows you to define if all objects of the Salesforce
12 SnapLogic Salesforce Snap Reference account should initially be selected for creation or not. You can manually modified the selection in Step 2. None (manually select) All (manually deselect) LOV initially_selected Resource Creation Settings This property allows you to define if existing resources in the library with the same name should be overwritten or being skipped during wizard execution. Overwrite resource if exists. Skip creation if resource exists. LOV ResourceExists Step 2: Selecting the objects from Salesforce This step allows you to select the objects from Salesforce that are going to be created as Components in the library. Properties Confirm selection of objects for resource creation This property allows to select the objects from Salesforce. The list contains all objects that are available on the Salesforce account. You can manually select or de-select the objects that are going to be created as Components in the Library. Account = LOV LOV sobjs_to_install
13 Salesforce Wizard Step 3: Finalizing the creation This step allows you to execute the Component creation by clicking Finish. The wizard will run for some time, depending on how many objects were selected. You can use the Components for each selected object in the library once the wizard finished. See General Information for basic properties common to all Components and Pipelines. Views Inputs This Component does not have an input view. Outputs This Component does not have an output view. Pass-Through This Component does not support pass-through. Developing with SnAPI Identifier Java Component: com.salesforce.components.wizard
14 SnapLogic Salesforce Snap Reference
15 7 Salesforce Connection This Component provides the ability to connect to Salesforce. The Component is used as a reference in all Salesforce Components to allow them access to a specific Salesforce account. Properties API Token The API token is optional and is only needed in the case that the access is requested from a non-trusted IP address. The request would be issued from where the SnapLogic Server/Sidekick is installed. For more details please refer to: Salesforce API Concepts and Security. qwiueoqwe qwedip No Null String token Force Login? This property allows to force the creation of a new connection for each request. Internally all Salesforce Components retrieve the connection from a connection pool to increase performance and to reduce the number of API calls against Salesforce during Component execution. Per default this option is set to false which allows the Component to retrieve the connection from the pool. In some cases a new connection is needed to retrieve updated metadata from the Salesforce account. This may apply for cases where updates were made to Salesforce object definitions and the existing object definition in the Components in/output views became stale. For these cases the force login can be set to true but requires to update the in/output views of the affected Components using the Suggest functionality. False False
16 SnapLogic Salesforce Snap Reference Boolean force_login Salesforce Objects This property stores the metadata of the Salesforce account by pressing the Suggest button. The definition is obfuscated and used internally for the query builder functionality that is provided by the SOQL Query Reader Component and should not be modified by the user. Internal Use only No Internal Use only Json SalesForce Objects Salesforce EndPoint This property defines the end point for the Salesforce account against which the SOAP requests will be executed. In case you are working with a test account you can change the endpoint to, for example For more details please refer to Identity and Service providers. String endpoint Salesforce Password This property defines the password for the Salesforce account. The password is obfuscated. abc Null String password
17 Salesforce Connection Salesforce Username This property defines the user name for the Salesforce account. abc Null String username Advanced Properties This property defines advanced properties for the connection Maximum queue size This property defines the maximum number of response locators that can be stored internally while continuing to submit requests to SalesForce. This property is only used when the delete/create/update or upsert component are set to use a batch size Non Zero Non Negative Number MaxQueueSize Response polling interval This property defines the response polling interval. Starting with each interval a request is made against SalesForce to determine if the response for the request has been execurted on the SalesForce account. This property is only used when the delete/create/update or upsert component are set to use a batch size. 10 Non Zero Non Negative Number. The value is expected as seconds. PollingInterval Retry maximum attempts This property defines the retry capability of the connection in case a session timeout exception is received from SalesForce. When receiving such exception another attempt can be made to execute the operation
18 SnapLogic Salesforce Snap Reference 1 3 The value of this property defines how many attempts are being made prior to failing execution Non Zero Non Negative Number MaxRetry Retry sleep interval This property defines the retry sleep interval in seconds inbetween the retry attempts in case a session timeout exception is received from SalesForce. When receiving such exception another attempt can be made to execute the operation. The value of this property defines how much time shall be waited before executing another attempt. Non Zero Non Negative Number. The value is expected as seconds. SleepInterval See General Information for basic properties common to all Components and Pipelines. Views Inputs This Component does not have an input view. Outputs This Component does not have an output view. Pass-Through This Component does not support pass-through. Developing with SnAPI Identifier Java Component: com.salesforce.components.connection
19 8 SOQL Query Reader This Component provides the ability to retrieve object records from Salesforce using a SOQL query. The component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's References property section. Properties Batch Size Large record sets require reads in so called batches. Each batch read requires an API call against Salesforce to retrieve the set of records. Increasing the batch size will increase the amount of memory used during retrieval. Decreasing the batch size will increase the number of API calls against Salesforce. Set to 500 or lower for synchronous execution; set to more than 500 but less than or equal to 2000 for asynchronous. 500 Currently the property definition is not verified if the values are within the given boundaries. They will however be converted into the defined minimum/maximum values during the API call by Salesforce if the definitions are outside of the boundaries. 500 Number batch_size Include Deleted Salesforce allows to retain deleted records in a recycle bin. The deleted records can be retrieved as long as they reside in the recycle bin. For more details please refer to Salesforce's recycle bin. You
20 SnapLogic Salesforce Snap Reference need to set this option to true if you want to retrieve deleted records from the recycle bin and include them in the output view. Each Salesforce object has an attribute "IsDeleted" which indicates if the record was deleted previously. Hint: The Undelete Component can be used to reverse the delete operation of a record. True False Boolean include_deleted 1 4 Number of threads The Component can issue multiple batch request against Salesforce by running multiple threads concurrently. A thread number setting of one will preserve the order of the objects as their order is defined in Salesforce. A thread number setting larger then one will not preserve the order. Increasing the thread number will increase the memory consumption of the Component. Please refer to the memory guide to understand the implications. String number SOQL Query This property allows to define the SOQL query. A query builder can be launched with CTRL+Space. The query builder will provide attributes and query expressions in a drop down box. You can use the Suggest method to generate the output view of the Component once the query has been defined. Select count(id)ct from Account null String soql_query
21 SOQL Query Reader SObject This property allows you to define the name of the Salesforce object, such as Account. You can use this property to fully generate the SOQL query from the object name using the Suggest button once the object name has been defined. You can also use the Suggest button without defining the object name, this will then populate the dropdown list of the property value with available object names on the Salesforce account. Account No null String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The Component allows the definition of a single optional input view. The input view can in some case be suggested from the SOQL query if variables are defined in the where clause. The input view is optional, meaning the component can be executed without it. In the case an input view is defined, one or more fields from the input view can be used in the SOQL Query such as " Select Id From Account where LastModifiedDate > ${MyInputDateField}". MyInputDateField then needs to exist as a field in the input view definition. Outputs This Component allows the definition of a single output view. The output view can be suggested from the SOQL query. Pass-Through This Component supports pass-through. Preview The preview functionality allows to preview a sample of the SOQL query once the output view has been defined. s Use Case in Designer The following example allows you to read a sample from a Salesforce account and preview its data using the SOQL Read Component
22 SnapLogic Salesforce Snap Reference You will need to have access to a Salesforce account to be able to specify the Salesforce connection. 1. Create a SOQL Read Component from the Foundry. 2. In the SOQL Read Component properties section, specify the SQL Statement property as Select count(id)ct from Account. 3. Specify the Connection Resource by selecting the database icon on the right hand of the reference property field (The reference property is defined on the top of the Properties tab). This will allow you to browse for a Salesforce connection resource of your choice. You can also define the property by providing the URL of the connection resource directly, such as /sfconnection/mysfconnection, which then is to be expected to exist in the root folder of your Library. 4. Validate the component by clicking Validate. This will validate the referenced connection and ensure a connection to Salesforce can be established. A full query syntax validation is currently not supported. Salesforce will validate the query during query execution and return any errors back to the designer. 5. Click Suggest. This will generate the output view. The count(id)ct field name will be resolved into the output field name Ct since this is the alias name for the field in the query. Expected fields are: Ct of type Number 6. Save the Component by clicking Save. 7. Preview the data by using the preview functionality. Developing with SnAPI Identifier Java Component: com.salesforce.components.soqlread
23 9 Object Read This Component provides the ability to retrieve all records for all fields of the Salesforce object from Salesforce by defining the Salesforce object name. The Component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the SFoundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's 'References' property section. Properties 500 Batch Size Large record sets require reads in so called batches. Each batch read requires an API call against Salesforce to retrieve the set of records. Increasing the batch size will increase the amount of memory used during retrieval. Decreasing the batch size will increase the number of API calls against Salesforce. Set to 500 or lower for synchronous execution; set to more than 500 but less than or equal to 2000 for asynchronous. A minimum batch size is 200 which is defined by Salesforce. The maximum batch size depends on the amount of object attributes retrieved from Salesforce and can not exceed Currently the property definition is not verified if the values are within the given boundaries. They will however be converted into the defined minimum/maximum values during the API call by Salesforce if the definitions are outside of the boundaries. 500 Number batch_size
24 SnapLogic Salesforce Snap Reference Include Deleted Salesforce allows to retain deleted records in a recycle bin. The deleted records can be retrieved as long as they reside in the recycle bin. For more details please refer to Salesforce's recycle bin. You need to set this option to true if you want to retrieve deleted records from the recycle bin and include them in the output view. Each Salesforce object has an attribute "IsDeleted" which indicates if the record was deleted previously. Hint: The Undelete Component can be used to reverse the delete operation of a record. True False Boolean include_deleted 1 4 Number of threads The Component can issue multiple batch request against Salesforce by running multiple threads concurrently. A thread number setting of one will preserve the order of the objects as their order is defined in Salesforce. A thread number setting larger then one will not preserve the order. Increasing the thread number will increase the memory consumption of the Component. Please refer to the memory guide to understand the implications. String number SObject This property allows to define the name of the Salesforce object, such as Account. You can use the Suggest button without defining the object name, this will then populate the drop-down list of the property value with available object names on the Salesforce account. Account null String s_object
25 Object Read See General Information for basic properties common to all Components and Pipelines. Views Inputs This Component does not allow an input view. Outputs This Component allows the definition of a single output view. The output view can be suggested from the object name. Pass-Through This Component does not support pass-through. Preview The preview functionality allows to preview a sample of the records on the object once the output view has been defined. s Use Case in Designer The following example allows you to read a sample from the Salesforce account object and preview its data using the Object Read Component. You will need to have access to a Salesforce account to be able to specify the Salesforce connection. 1. Create an Object Read Component from the Foundry. 2. In the Object Read Component properties section, specify the SObject property as Account. 3. Specify the Connection Resource by selecting the database icon on the right hand of the reference property field (The reference property is defined on the top of the Properties tab). This will allow you to browse for a Salesforce connection resource of your choice. You can also define the property by providing the URL of the connection resource directly, such as /sfconnection/mysfconnection, which then is to be expected to exist in the root folder of your Library. 4. Validate the Component by clicking Validate. This will validate the referenced connection and ensure a connection to Salesforce can be established. It will further validate that a) the specified object exists on the SalesForce account and b) the columns that are defined on the output view match all columns (in name and data type) that are defined for the Salesforce object
26 SnapLogic Salesforce Snap Reference 5. Click Suggest. This will generate the output view. The Account object name will be resolved and all fields on the object will be created as output field names on the output view. 6. Save the Component by clicking Save. 7. Preview the data by using the preview functionality. Developing with SnAPI Identifier Java Component: com.salesforce.components.objectread
27 10 Create This Component provides the functionality to create object records in Salesforce. The Component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's 'References' property section. The Component supports two modes (starting with version 1.7, prior to 1.7 only synchronous mode was supported): Synchronous and Asynchronous: The synchronous mode can be enabled by setting the Batch Size value to less than or equal to 200. The Component will then attempt to create that number of objects in Sales- Force for a single batch execution before it submits the next batch. The asynchronous mode can be enabled by setting the Batch Size value more than 200 but less than or equal to The Component will attempt to create that number of objects in SalesForce per batch execution. The Component will continue to submit batches to SalesForce while waiting asynchronously for the response of each batch execution. The component will start writing records to the output view once the first response is received from SalesForce. Properties Batch Size Large record sets require writes in so called batches. Each batch write requires an API call against Salesforce to write the set of records. You can set this value up to Set to 200 or lower for synchronous execution; set to more than 200 but less than or equal to for asynchronous. 200 Number batch_size
28 SnapLogic Salesforce Snap Reference Insert Null Values You can enable this option if null values need to be set for fields that have no value definition. True False Boolean quit_on_error Quit on error An error during the create operation will be logged if any exception occurred. In addition the output view will provide information about all object id's that either failed or succeeded the create operation. You can set this option to true so that the execution of writes that follow the failed write operation will be terminated. True False Boolean insert_null_values Related Objects A write operation of a Salesforce object might contain related objects whose id's need to be included in the record information. As an example the Account object requires the Owner Id which needs to exist in the User object. You can use the Suggest button to populate this property. OwnerId Null LOV related_objects SObject This property allows to define the name of the Salesforce object, such as Account. You can use the Suggest button without defining the object name, this will then populate the drop-down list of the
29 Create property value with available object names on the Salesforce account. Account Null String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The component allows the definition of a single input view. The input view can be generated using the Suggest button. The defined SObject name will be used to retrieve the metadata of the object from Salesforce to generate the corresponding input fields on the input view. The input fields will then represent valid field names and data types. As an example, the following SObject name Account would result in an input view with all the required fields of type createable for the Account object. Modifying the input view manually should be avoided. The validation functionality will ensure the input view is correctly defined. Outputs The Component has one predefined output view which allows the determination of success or failure for object id's that were created or attempted to be created. You can use this output view to handle errors or success criteria for the records by defining post processing Components. Pass-Through This Component supports pass-through. Preview The preview functionality is only supported within the context of a Pipeline using the Pipeline preview mechanism. Developing with SnAPI Identifier Java Component: com.salesforce.components.create
30 SnapLogic Salesforce Snap Reference
31 11 Delete This Component provides the functionality to delete object records in Salesforce. The Component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's 'References' property section. The component supports two modes (Starting with version 1.7, prior to 1.7 only synchronous mode was supported): Synchronous and Asynchronous: The synchronous mode can be enabled by choosing 200 as the batch size value. The component will then attempt to delete 200 objects in SalesForce for a single batch execution before it submits the next batch. The asynchronous mode can be enabled by choosing as the batch size value. The component will attempt to delete objects in SalesForce per batch execution. The component will continue to submit batches to SalesForce while waiting asynchronously for the response of each batch execution. The component will start writing records to the output view once the first response is received from SalesForce. Note: A potential issue with the asynchronous mode occurs when dealing with exceptions that contain non-escaped characters in the returned exception from SalesForce, such as ampersand (&). This issue occurs when attempting to delete an object P that contains references to other objects R. In the case that P has nonescaped characters in its object name then exception can not be parsed and the component will throw an exception. Properties Batch Size Large record sets require writes in so called batches. Each batch delete requires an API call against Salesforce to delete the set of records. You can set this value up to Set to 200 or lower for synchronous execution; set to more than 200 but less than or equal to for asynchronous
32 SnapLogic Salesforce Snap Reference 200 Number batch_size Delete forever You can enable this option if you want to permanently delete the records without retaining them in the recycle bin. For more details please refer to Salesforce's recycle bin. True False Boolean insert_null_values Quit on error An error during the delete operation will be logged if any exception occurred. In addition the output view will provide information about all object id's that either failed or succeeded the delete operation. You can set this option to true so that the execution of deletes that follow the failed delete operation will be terminated. True False Boolean insert_null_values SObject This property must be defined when using the component in asynchrous mode. In synchronous mode the property is optional and will be ignored. It defines the name of the Salesforce object, such as Account. You can use the Suggest button without defining the object name, this will then populate the drop-down list of the property value with available object names on the Salesforce account. Account (asynchronous), No (synchronous) Null
33 Delete String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The input view is predefined and provides the Id field. The Id of the object identifies the object record in Salesforce deleted during Component execution. Outputs The Component has one predefined output view which allows the determination of success or failure for object id's that were deleted or attempted to be deleted. You can use this output view to handle errors or success criteria for the records by defining post processing Components. Pass-Through This Component supports pass-through. Preview The preview functionality is only supported within the context of a Pipeline using the Pipeline preview mechanism. Developing with SnAPI Identifier Java Component: com.salesforce.components.delete
34 SnapLogic Salesforce Snap Reference
35 12 Lookup This Component provides the ability to retrieve object records from Salesforce by using a SOQL query with a whereclause. The whereclause can be configured to support the substitution of the predicates with values of input records during Component execution. As an example the query Select Id, Owner.Id from Account where Owner.Id = ''${ownerid)will allow to use values of the input record field ownerid at execution time. The input records coming into the Salesforce LookUp component might contain values such as ownerid= ['005A ixsZIAO','005A ixsZIBO',...]at runtime. The query will then be executed as Select Id, Owner.Id from Account where Owner.Id = '005A ixsZIAO' or Owner.Id = '005A ixsZIBO' or...depending on what the value of the input record field ownerid is for each incoming record. The Component allows you to define the following policies for exception cases. 1. If no rows match: This option allows the handling of no rows being returned for a query. In the above example, if Select Id, Owner.Id from Account where Owner.Id = '005A ixsZIAO' is being executed for an incoming record but the User object does not contain any entry for the id '005A ixsZIAO', then you need to define one of the two options: Fail or Ignore. Fail: In this case, the Component will fail during execution and discontinue any further processing. Ignore: In this case, the Component will skip the incoming record and not create an output record for it. 2. If multiple rows match: This option allows the handling of multiple rows being returned for a query. In the above example, if Select Id, Owner.Id from Account where Owner.Id = '005A ixsZIAO' is being executed for an incoming record and multiple rows are being returned from Salesforce for this query (which is unlikely in this case, since Id is unique), then you need to define one of the four options: Skip, Fail, Accept first record only or Accept all records. Fail: In this case, the Component will fail during execution and discontinue any further processing. Skip: In this case, the Component will skip the incoming record and not create an output record. Accept first record only: In this case, the Component will only accept the first the row of the query result and create an output record on the output
36 SnapLogic Salesforce Snap Reference Accept all records: In this case, the Component will accept all rows of the query result and create a new output record for each row. The Component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's 'References' property section. Properties Batch Size Large record sets require reads in so called batches. Each batch read requires an API call against Salesforce to retrieve the set of records. Increasing the batch size will increase the amount of memory used during retrieval. Decreasing the batch size will increase the number of API calls against Salesforce. A minimum batch size is 200 which is defined by Salesforce. Set to 500 or lower for synchronous execution; set to more than 500 but less than or equal to 2000 for asynchronous. 500 The maximum batch size depends on the amount of object attributes retrieved from Salesforce and can not exceed Currently the property definition is not verified if the values are within the given boundaries. They will however be converted into the defined minimum/maximum values during the API call by Salesforce if the definitions are outside of the boundaries. 500 Number batch_size If multiple rows match This property defines the handling of cases where multiple rows are being retrieved during query execution. Keep in mind that each incoming record will result in a query execution using the values of the input record. The available options are Fail, Skip, Accept first record only, Accept all records. Fail: In this case the component will fail during execution and discontinue any further processing
37 Lookup Skip: In this case the component will skip the incoming record and not create an output record. Accept first record only: In this case the component will only accept the first the row of the query result and create an output record on the output. Fail Accept all records: In this case the component will accept all rows of the query result and create a new output record for each row. Accept first record only LOV MultipleRowsPolicy If no rows match This property defines the handling of cases where no rows are being retrieved during query execution. Keep in mind that each incoming record will result in a query execution using the values of the input record. The available options are Fail and Ignore. Ignore Fail LOV Fail: In this case the Component will fail during execution and discontinue any further processing. Ignore: In this case the Component will skip the incoming record and not create an output record. IgnoreMultipleRows Include Deleted Salesforce allows to retain deleted records in a recycle bin. The deleted records can be retrieved as long as they reside in the recycle bin. For more details please refer to Salesforce's recycle bin. You need to set this option to true if you want to retrieve deleted records from the recycle bin and include them in the output view. Each Salesforce object has an attribute "IsDeleted" which indicates if the record was deleted previously. Hint: The Undelete Component can be used to reverse the delete
38 SnapLogic Salesforce Snap Reference operation of a record. True False Boolean include_deleted 1 4 Number of threads The Component can issue multiple batch request against Salesforce by running multiple threads concurrently. A thread number setting of one will preserve the order of the objects as their order is defined in Salesforce. A thread number setting larger then one will not preserve the order. Increasing the thread number will increase the memory consumption of the component. Please refer to the memory guide to understand the implications. String number SOQL Query This property allows to define the SOQL query. A query builder can be launched with CTRL+Space. The query builder will provide attributes and query expressions in a drop- down box. You can use the Suggest method to generate the output view of the Component once the query has been defined. Select count(id)ct from Account null String soql_query SObject This property allows to define the name of the Salesforce object, such as Account. You can use this property to fully generate the SOQL query from the object name using the Suggest button once the object name has been defined. You can also use the Suggest button
39 Lookup without defining the object name, this will then populate the dropdown list of the property value with available object names on the Salesforce account. Account No null String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The component allows the definition of a single optional input view. The input view can in some case be suggested from the SOQL query if variables are defined in the where clause. The input view is optional, meaning the component can be executed without it. In the case an input view is defined, one or more fields from the input view can be used in the SOQL Query such as " Select Id FROM ACCOUNT where LastModifiedDate > ${MyInputDateField}". MyInputDateField then needs to exist as a field in the input view definition. Outputs This Component allows the definition of a two output views. The output views can be suggested from the SOQL query. The matched output view will contain all records that satisfy the lookup condition, The unmatched output view will provide the records that do not satisfy the lookup condition. Pass-Through This Component supports pass-through. Preview The preview functionality allows to preview a sample of the SOQL query once the output view has been defined. You need to use the Pipeline preview functionality if you define an input view (using a where clause in the SOQL query). s Use Case in Designer The following example allows you to read a sample from a Salesforce account and preview its data using the LookUp Component. You will need to have access to a Salesforce account to be able to specify the Salesforce connection
40 SnapLogic Salesforce Snap Reference 1. Create a LookUp Component from the Foundry. 2. In the LookUp Component properties section, specify the SOQL Query property as Select count(id)ct from Account where LastModifiedDate < :00: Specify the Connection Resource by selecting the database icon on the right hand of the reference property field (The reference property is defined on the top of the Properties tab). This will allow you to browse for a Salesforce connection resource of your choice. You can also define the property by providing the URL of the connection resource directly, such as /sfconnection/mysfconnection, which then is to be expected to exist in the root folder of your Library. 4. Validate the Component by clicking Validate. This will validate the referenced connection and ensure a connection to Salesforce can be established. A full query syntax validation is currently not supported. Salesforce will validate the query during query execution and return any errors back to the designer. 5. Click Suggest. This will generate the output view. The count(id)ct field name will be resolved into the output field name Ct since this is the alias name for the field in the query. Expected fields are: Ct of type Number 6. Save the Component by clicking Save. 7. Preview the data by using the preview functionality. Developing with SnAPI Identifier Java Component: com.salesforce.components.lookup
41 13 Salesforce Undelete This Component provides the functionality to undelete object records in Salesforce. The Component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead component's 'References' property section. Properties 200 Batch Size Large record sets require writes in so called batches. Each batch undelete requires an API call against Salesforce to write the set of records. You can set this value up to Set to 200 or lower for synchronous execution; set to more than 200 but less than or equal to for asynchronous. 200 Number batch_size Quit on error An error during the undelete operation will be logged if any exception occurred. In addition the output view will provide information about all object id's that either failed or succeeded the undelete operation. You can set this option to true so that the execution of undeletes that follow the failed undelete operation will be terminated. True False
42 SnapLogic Salesforce Snap Reference Boolean insert_null_values See General Information for basic properties common to all Components and Pipelines. Views Inputs The input view is predefined and only provides the Id field. The Id of the object identifies the object record in Salesforce which is going to be restored from the recycle bin. Outputs The Component has one predefined output view which allows the determination of success or failure for object id's that were undelete or attempted to be undeleted. You can use this output view to handle errors or success criteria for the records by defining post processing components. Pass-Through This Component supports pass-through. Preview The preview functionality is only supported within the context of a Pipeline using the Pipeline preview mechanism. Developing with SnAPI Identifier Java Component: com.salesforce.components.delete
43 14 Update This Component provides the functionality to update object records in Salesforce. The component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's References property section. The component supports two modes (Starting with version 1.7, prior to 1.7 only synchronous mode was supported): Synchronous and Asynchronous: The synchronous mode can be enabled by choosing 200 as the batch size value. The component will then attempt to create 200 objects in SalesForce for a single batch execution before it submits the next batch. The asynchronous mode can be enabled by choosing as the batch size value. The component will attempt to update objects in SalesForce per batch execution. The component will continue to submit batches to SalesForce while waiting asynchronously for the response of each batch execution. The component will start writing records to the output view once the first response is received from SalesForce. Properties 200 Batch Size Large record sets require writes in so called batches. Each batch update requires an API call against Salesforce to write the set of records. You can set this value up to Set to 200 or lower for synchronous execution; set to more than 200 but less than or equal to for asynchronous. 200 Number batch_size
44 SnapLogic Salesforce Snap Reference Insert Null Values You can enable this option if null values need to be set for fields that have no value definition. True False Boolean quit_on_error Quit on error An error during the update operation will be logged if any exception occurred. In addition the output view will provide information about all object id's that either failed or succeeded the update operation. You can set this option to true so that the execution of updates that follow the failed update operation will be terminated. True False Boolean insert_null_values Related Objects A write operation of a Salesforce object might contain related objects whose id's need to be included in the record information. As an example the Account object requires the Owner Id which needs to exist in the User object. You can use the Suggest button to populate this property. OwnerId Null LOV related_objects SObject This property allows you to define the name of the Salesforce object, such as Account. You can use the Suggest button without defining the object name, this will then populate the drop-down list of the
45 Update property value with available object names on the Salesforce account. Account Null String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The Component allows the definition of a single input view. The input view can be generated using the Suggest button. The defined SObject name will be used to retrieve the metadata of the object from Salesforce to generate the corresponding input fields on the input view. The input fields will then represent valid field names and data types. As an example, the following SObject name Accountwould result in an input view with all the required fields of type updateable for the Account object. Modifying the input view manually should be avoided. The validation functionality will ensure the input view is correctly defined. Outputs The Component has one predefined output view which allows the determination of success or failure for object id's that were updated or attempted to be updated. You can use this output view to handle errors or success criteria for the records by defining post processing components. Pass-Through This Component supports pass-through. Preview The preview functionality is only supported within the context of a Pipeline using the Pipeline preview mechanism. Developing with SnAPI Identifier Java Component: com.salesforce.components.update
46 SnapLogic Salesforce Snap Reference
47 15 Upsert This Component provides the functionality to upsert object records into Salesforce. The component requires the definition of a connection resource. To define a connection resource reference you need to have one defined in the Library or need to instantiate one using the Foundry, define its properties, save it and then select it from or drag it from the Library into the SOQLRead Component's 'References' property section. The component supports two modes (Starting with version 1.7, prior to 1.7 only synchronous mode was supported): Synchronous and Asynchronous: The synchronous mode can be enabled by setting the Batch Size value to less than or equal to 200. The component will then attempt to create that number of objects in Sales- Force for a single batch execution before it submits the next batch. The asynchronous mode can be enabled by setting the Batch Size value more than 200 but less than or equal to The Component will attempt to upsert that number of objects in SalesForce per batch execution. The Component will continue to submit batches to SalesForce while waiting asynchronously for the response of each batch execution. The component will start writing records to the output view once the first response is received from SalesForce. Properties 200 Batch Size Large record sets require writes in so called batches. Each batch upsert requires an API call against Salesforce to write the set of records. You can set this value up to 10000; toggle the mode of the Component as described above. 200 Number batch_size
48 SnapLogic Salesforce Snap Reference External ID Field Name An external id field represents the unique externalized key of the object. The external ID determines the locator of the object on the Salesforce object instead of using the ID field on the object. MyExternalID Id String external_id_field_name Insert Null Values You can enable this option if null values need to be set for fields that have no value definition. True False Boolean quit_on_error Quit on error An error during the upsert operation will be logged if any exception occurred. In addition the output view will provide information about all object id's that either failed or succeeded the upsert operation. You can set this option to true so that the execution of upserts that follow the failed upsert operation will be terminated. True False Boolean insert_null_values Related Objects A write operation of a Salesforce object might contain related objects whose id's need to be included in the record information. As an example, the Account object requires the Owner ID which needs to exist in the User object. You can use the Suggest button to populate this property
49 Upsert OwnerId Null LOV related_objects SObject This property allows you to define the name of the Salesforce object, such as Account. You can use the Suggest button without defining the object name, this will then populate the drop-down list of the property value with available object names on the Salesforce account. Account Null String s_object See General Information for basic properties common to all Components and Pipelines. Views Inputs The Component allows the definition of a single input view. The input view can be generated using the Suggest button. The defined SObject name will be used to retrieve the metadata of the object from Salesforce to generate the corresponding input fields on the input view. The input fields will then represent valid field names and data types. As an example, the following SObject name Accountwould result in an input view with all the required fields of type createable and updateable for the Account object. Modifying the input view manually should be avoided. The validation functionality will ensure the input view is correctly defined. Outputs The Component has one predefined output view which allows the determination of success or failure for object IDs that were upserted or attempted to be upserted. You can use this output view to handle errors or success criteria for the records by defining post processing components. Pass-Through This Component supports pass-through
50 SnapLogic Salesforce Snap Reference Preview The preview functionality is only supported within the context of a Pipeline using the Pipeline preview mechanism. Developing with SnAPI Identifier Java Component: com.salesforce.components.upsert
51 Index C Components Connection 15 Create 27 Delete 31 Lookup 35 Object Read 23 Salesforce Wizard 11 SOQL Query Reader 19 Undelete 41 Update 43 Upsert 47 Snap 1.5 features 8 Snap 1.6 features 7 S T time zone handling
52 SnapLogic Salesforce Snap Reference
Wave Analytics External Data API Developer Guide
Wave Analytics External Data API Developer Guide Salesforce, Winter 16 @salesforcedocs Last updated: November 6, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide
CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics
Data Loader Guide. Version 36.0, Spring 16. @salesforcedocs
Data Loader Guide Version 36.0, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,
SnapLogic Tutorials Document Release: October 2013 SnapLogic, Inc. 2 West 5th Ave, Fourth Floor San Mateo, California 94402 U.S.A. www.snaplogic.
Document Release: October 2013 SnapLogic, Inc. 2 West 5th Ave, Fourth Floor San Mateo, California 94402 U.S.A. www.snaplogic.com Table of Contents SnapLogic Tutorials 1 Table of Contents 2 SnapLogic Overview
MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC
MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL
Informatica Cloud Connector for SharePoint 2010/2013 User Guide
Informatica Cloud Connector for SharePoint 2010/2013 User Guide Contents 1. Introduction 3 2. SharePoint Plugin 4 3. Objects / Operation Matrix 4 4. Filter fields 4 5. SharePoint Configuration: 6 6. Data
Wave Analytics Data Integration
Wave Analytics Data Integration Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of
Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014
Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION
Scribe Online Integration Services (IS) Tutorial
Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,
ODBC Client Driver Help. 2015 Kepware, Inc.
2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table
Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide
Coveo Platform 7.0 Microsoft Dynamics CRM 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
Coveo Platform 7.0. Oracle Knowledge Connector Guide
Coveo Platform 7.0 Oracle Knowledge 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
Wave Analytics Data Integration Guide
Wave Analytics Data Integration Guide Salesforce, Winter 16 @salesforcedocs Last updated: November 6, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Blue Coat Cloud Data Protection Server Administration Guide
Blue Coat Cloud Data Protection Server Administration Guide Software version 4.5.x September 16, 2015 2015 Blue Coat Systems, Inc. All rights reserved. Blue Coat, the Blue Coat logos, ProxySG, PacketShaper,
Setting Up Person Accounts
Setting Up Person Accounts Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,
Event Manager. LANDesk Service Desk
Event Manager LANDesk Service Desk LANDESK SERVICE DESK EVENT MANAGER GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc. and/or its affiliated
Oracle Service Bus Examples and Tutorials
March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan
SnapLogic Sidekick Guide
SnapLogic Sidekick Guide Document Release: October 2013 SnapLogic, Inc. 2 West 5th Avenue, Fourth Floor San Mateo, California 94402 U.S.A. www.snaplogic.com Copyright Information 2011-2013 SnapLogic, Inc.
Load testing with. WAPT Cloud. Quick Start Guide
Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica
Technical Support Set-up Procedure
Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it
Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.
Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.
SQL Server Replication Guide
SQL Server Replication Guide Rev: 2013-08-08 Sitecore CMS 6.3 and Later SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1 SQL Server Replication Overview...
Kofax Export Connector 8.3.0 for Microsoft SharePoint
Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide 2013-02-27 2013 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to
Customization & Enhancement Guide. Table of Contents. Index Page. Using This Document
Customization & Enhancement Guide Table of Contents Using This Document This document provides information about using, installing and configuring FTP Attachments applications provided by Enzigma. It also
Plug-In for Informatica Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
Salesforce Files Connect Implementation Guide
Salesforce Files Connect Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Qlik REST Connector Installation and User Guide
Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All
SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL
SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,
Installing the ASP.NET VETtrak APIs onto IIS 5 or 6
Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...
Egnyte for Salesforce v2.1 Administrator s Guide
Egnyte for Salesforce v2.1 Administrator s Guide Overview Egnyte Tabs Egnyte Domain Configuration Egnyte Sync Configurations Creating Sync Configurations for standard and/or custom objects Creating folder
Managing Users and Identity Stores
CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting
Teiid - Salesforce Connector Guide 6.2.0
Teiid - Salesforce Connector Guide 1 6.2.0 Preface... v 1. Importing Metadata... 1 1.1. Overview... 1 1.2. Running the Importer... 1 2. Using the Connector... 7 2.1. SQL Processing... 7 2.2. Selecting
Installation & Upgrade Guide
Installation & Upgrade Guide Document Release: September 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2011-2012 SnapLogic, Inc. All
How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On
Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files
Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.
1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards
Document Management User Guide
IBM TRIRIGA Version 10.3.2 Document Management User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 37. This edition
LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide
LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide Document Release: Septembere 2011 Part Number: LL600066-00ELS100000 This manual supports LogLogic General Database Collector
email-lead Grabber Business 2010 User Guide
email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license
iw Document Manager Cabinet Converter User s Guide
iw Document Manager Cabinet Converter User s Guide Contents Contents.................................................................... 1 Abbreviations Used in This Guide................................................
Fax User Guide 07/31/2014 USER GUIDE
Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section
PHP Language Binding Guide For The Connection Cloud Web Services
PHP Language Binding Guide For The Connection Cloud Web Services Table Of Contents Overview... 3 Intended Audience... 3 Prerequisites... 3 Term Definitions... 3 Introduction... 4 What s Required... 5 Language
Eucalyptus 3.4.2 User Console Guide
Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure
2012 Teklynx Newco SAS, All rights reserved.
D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user
To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.
Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server
Configuration Manager
After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration
DataLogger. 2015 Kepware, Inc.
2015 Kepware, Inc. 2 DataLogger Table of Contents Table of Contents 2 DataLogger Help 4 Overview 4 Initial Setup Considerations 5 System Requirements 5 External Dependencies 5 SQL Authentication 6 Windows
GFI Product Manual. Outlook Connector User Manual
GFI Product Manual Outlook Connector User Manual http://www.gfi.com [email protected] The information and content in this document is provided for informational purposes only and is provided "as is" with no
Copyright Pivotal Software Inc, 2013-2015 1 of 10
Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
TANDBERG MANAGEMENT SUITE 10.0
TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS
PTC Integrity Eclipse and IBM Rational Development Platform Guide
PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity
NSi Mobile Installation Guide. Version 6.2
NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...
Informatica Cloud & Redshift Getting Started User Guide
Informatica Cloud & Redshift Getting Started User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording
Setting Up ALERE with Client/Server Data
Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you
MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy
MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...
Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.
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 for any problems arising from
How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip
Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
IMPLEMENTING DATA.COM CLEAN FOR ACCOUNTS, CONTACTS, AND LEADS
IMPLEMENTING DATA.COM CLEAN FOR ACCOUNTS, CONTACTS, AND LEADS Data.com Clean Overview In addition to finding and adding new accounts, contacts, and leads, Data.com cleans your existing Salesforce data
User s Guide For Department of Facility Services
Doc s File Server User s Guide For Department of Facility Services For Ver : 7.2.88.1020 Rev : 1_05-27-2011 Created by : Elliott Jeyaseelan 2 Table of Contents SERVER LOGIN & AUTHENTICATION REQUIREMENTS
AWS Schema Conversion Tool. User Guide Version 1.0
AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may
Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server.
Implementation notes on Integration of Avaya Aura Application Enablement Services with Microsoft Lync 2010 Server. Introduction The Avaya Aura Application Enablement Services Integration for Microsoft
DocAve 6 SQL Server Data Manager
DocAve 6 SQL Server Data Manager User Guide Service Pack 6, Cumulative Update 1 Issued December 2015 1 Table of Contents What s New in this Guide... 4 About DocAve SQL Server Data Manager... 5 Complementary
DocAve Online 3. User Guide. Service Pack 9 Cumulative Update 1
DocAve Online 3 User Guide Service Pack 9 Cumulative Update 1 Issued August 2015 Table of Contents What s New in the Guide... 6 About... 7 Submitting Documentation Feedback to AvePoint... 8 Browser and
Salesforce Customer Portal Implementation Guide
Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Horizon Debt Collect. User s and Administrator s Guide
Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered
Using Device Discovery
2 CHAPTER You can use Active Discovery to scan your network for new monitors (Active Monitors and Performance Monitors) and devices on a regular basis. Newly discovered items are added to the Active Discovery
forceamp.com DBAmp SQL Server Integration with Salesforce.com Version 3.1.4 Copyright 2009 by forceamp.com. All rights reserved.
forceamp.com DBAmp SQL Server Integration with Salesforce.com Version 3.1.4 Copyright 2009 by forceamp.com. All rights reserved. Table of Contents Acknowledgments... 6 Chapter 1: Installation/Upgrading...
KeyAdvantage System DMS Integration. Software User Manual
KeyAdvantage System DMS Integration Software User Manual ii Copyright Disclaimer Trademarks and patents Intended use EMC Directive Regulatory 2013 United Technologies Corporation. All rights reserved.
Building Java Servlets with Oracle JDeveloper
Building Java Servlets with Oracle JDeveloper Chris Schalk Oracle Corporation Introduction Developers today face a formidable task. They need to create large, distributed business applications. The actual
Informatica Cloud Siebel-Salesforce Vibe integration package. Siebel to Salesforce Quote Bundle
Informatica Cloud -Salesforce Vibe integration package to Salesforce Quote Bundle User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any
Planning the Installation and Installing SQL Server
Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter
Cloud Administration Guide for Service Cloud. August 2015 E65820-01
Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites
Appendix E. Captioning Manager system requirements. Installing the Captioning Manager
Appendix E Installing and configuring the Captioning Manager The Mediasite Captioning Manager, a separately sold EX Server add-on, allows users to submit and monitor captioning requests through Automatic
Kaldeera Workflow Designer 2010 User's Guide
Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting
WatchDox SharePoint Beta Guide. Application Version 1.0.0
Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals
DocuSign Connect for Salesforce Guide
Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign
Legal Notes. Regarding Trademarks. 2011 KYOCERA MITA Corporation
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 for any problems arising from
CounterPoint SQL and Magento ecommerce Interface
CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo
Ajera 7 Installation Guide
Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services
Setting Up Resources in VMware Identity Manager
Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
How To Manage Your Spam On Graymail On Pc Or Macodeo.Com
User Guide Revision E SaaS Email Protection Email Protection for your account The Email Protection service works in the cloud to protect your email account from spam, viruses, worms, phishing scams, and
Integration Client Guide
Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective
McAfee Content Security Reporter 2.0.0
Product Guide Revision A McAfee Content Security Reporter 2.0.0 For use with epolicy Orchestrator 4.6.5 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS
vrealize Operations Manager Customization and Administration Guide
vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until
HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing
HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December
CA Nimsoft Service Desk
CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject
McAfee Endpoint Encryption for PC 7.0
Migration Guide McAfee Endpoint Encryption for PC 7.0 For use with epolicy Orchestrator 4.6 Software COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,
IBM TRIRIGA Application Platform Version 3 Release 4.0. Application Building for the IBM TRIRIGA Application Platform 3: Data Management
IBM TRIRIGA Application Platform Version 3 Release 4.0 Application Building for the IBM TRIRIGA Application Platform 3: Data Management Note Before using this information and the product it supports, read
File Management Utility User Guide
File Management Utility 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
Integrating LivePerson with Salesforce
Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce
ERserver. iseries. Work management
ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication
InstantAtlas TM Server Data Transfer Tools User Guide
InstantAtlas TM Server Data Transfer Tools User Guide Author: GeoWise User Support Released: 06/11/2012 Version: 6.5.1 InstantAtlas Server Data Transfer Tools Table of Contents 1. Introduction... 1 2.
Logi Ad Hoc Reporting System Administration Guide
Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...
Online shopping store
Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,
DocAve Online 3. User Guide. Service Pack 6 Cumulative Update 1
DocAve Online 3 User Guide Service Pack 6 Cumulative Update 1 Revision B Issued November 2014 Table of Contents What s New in the Guide... 5 About... 6 Submitting Documentation Feedback to AvePoint...
Hyperoo 2 User Guide. Hyperoo 2 User Guide
1 Hyperoo 2 User Guide 1 2 Contents How Hyperoo Works... 3 Installing Hyperoo... 3 Hyperoo 2 Management Console... 4 The Hyperoo 2 Server... 5 Creating a Backup Array... 5 Array Security... 7 Previous
E-mail Listeners. E-mail Formats. Free Form. Formatted
E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail
Set Up and Maintain Customer Support Tools
Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
