How to use TIBCO BusinessWorks(TM) Salesforce.com Plug-in to send attachments to Salesforce.com .
book
Article ID: KB0093109
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com
-
Not Applicable
-
Description
Description: Configuring TIBCO BusinessWorks(TM) Salesforce.com Plug-in to send the attachment (Filename: Salesforce_attachment.zip) to Salesforce.com such as Account, Contact, etc.
Issue/Introduction
How to use TIBCO BusinessWorks(TM) Salesforce.com Plug-in to send attachments to Salesforce.com .
Resolution
Use "Salesforce-Create-All" palette to send the attachment files to Salesforce.com.
1). Choose "Attachment" as the schema type for sObject for "Salesforce-Create-All".
2). Specify the required parameters "Parentld", "Name" and "Body". "Parentld" can be mapped from the palette "Salesforce-Query-All". "Name" is the display name on Salesforce side. "Body" is the attachment body which should be a binary type. For detail parameters information, refer to the Salesforce document .http://www.salesforce.com/developer/docs/api/
3). In the sample project we use "Read File" palette to read a .png file and send it to an Account's record as attachment.
Additional Information
http://www.salesforce.com/developer/docs/api/
Attachments
How to use TIBCO BusinessWorks(TM) Salesforce.com Plug-in to send attachments to Salesforce.com .
get_app