How to query deleted records with TIBCO BusinessWorks Salesforce.com Plug-in.

How to query deleted records with TIBCO BusinessWorks Salesforce.com Plug-in.

book

Article ID: KB0093643

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com -
Not Applicable -

Description

Description:
With TIBCO BusinessWorks Salesforce.com Plug-in QueryAll activity, no deleted records can be obtained. QueryAll activity can only return records that are not deleted.

Issue/Introduction

How to query deleted records with TIBCO BusinessWorks Salesforce.com Plug-in.

Resolution

Use BW "SOAP Request Reply" activity instead to obtain the deleted records. There are two operations, queryAll or getDelete defined in the Salesforce WSDL file that can be used.

* With the queryAll operation, specify "isDeleted = true" in query string.

* With the getDelete operation, specify a timespan for deleted records.

A sample project with the query "All operation" is attached (Filename:QueryAll.7z).

Additional Information

Salesforce WSDL Developer Guide
http://www.salesforce.com/us/developer/docs/api/index.htm for details.

Attachments

How to query deleted records with TIBCO BusinessWorks Salesforce.com Plug-in. get_app