tSalesforceGetDeleted
Collects the deleted data from a Salesforce object during a specific period of
time.
tSalesforceGetDeleted recovers
deleted data from a Salesforce object over a given period of
time.
tSalesforceGetDeleted Standard properties
These properties are used to configure tSalesforceGetDeleted running in the Standard Job framework.
The Standard
tSalesforceGetDeleted component belongs to the Business and the Cloud families.
The component in this framework is generally available.
Basic settings
Property Type |
Select the way the connection details
This property is not available when other connection component is selected |
Connection Component |
Select the component whose connection details |
Connection type |
Select the type of the connection from the drop-down list, either Basic or OAuth.
|
Module Name |
Click the […] button next to the field and in the |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to Click Edit schema to make changes to the schema.
Click Sync columns to retrieve the schema from This component offers the This dynamic schema |
Start Date |
Click the […] button Note that you can collect only the data deleted in the past 30 |
End Date |
Click the […] button |
Advanced settings
Salesforce URL |
Enter the Webservice URL required to connect to |
Need compression |
Select this check box to activate SOAP message compression, which can result in increased |
Use HTTP Chunked |
Select this check box to use the HTTP chunked data transfer mechanism. |
Client Id |
Enter the ID of the real user to differentiate between those who use the same account and |
Timeout (milliseconds) |
Enter the intended number of query timeout in Salesforce.com. |
Use Proxy |
Select this check box to use a proxy server, and in the Host, Port, User Id, and Password fields displayed, specify |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Global Variables
Global Variables |
NB_LINE: the number of rows read by an input component or
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component is usually used as a start component of a Job or Subjob and it |
Scenario: Recovering deleted data from the Salesforce server
This scenario describes a two-component Job that collects the deleted account data over
the past five days from the Salesforce server.
Setting up the Job
-
Create a new Job and add a tSalesforceGetDeleted component and a tLogRow component by typing their names on the design workspace
or dropping them from the Palette. -
Connect the tSalesforceGetDeleted component
to the tLogRow component using a Row > Main
connection.
Configuring the components
-
Double-click the tSalesforceGetDeleted
component to open its Basic settings
view. -
In the User Id, Password and Security Key
fields, enter the user authentication information required to access
Salesforce. -
Click the […] button next to the Module Name field and in the pop-up dialog box,
select the object you want to access. In this example, it is Account.Click OK to save the settings and close the
dialog box. -
Click the […] button next to the Start Date field and in the pop-up calendar dialog
box, set the value of the start date and time to collect only the data deleted
since the specified time. In this example, it is 2016-06-08 00:00:00.Do the same to set the value of the end date and time in the End Date field to collect only the data deleted
before the specified time. In this example, it is 2016-06-13 00:00:00. -
Double-click tLogRow to open its Basic settings view.
-
Click Sync columns to retrieve the schema
from the preceding component. -
In the Mode area, select Vertical (each row is a key/value list) to display
the results in a tabular form on the console.
Executing the Job
- Press Ctrl + S to save your Job.
-
Press F6 to run your Job.
As shown above, the data deleted during the past five days is collected and
displayed in a tabular form on the console.