salesforce project in mule esb 3.6 and above using query builder

18
Cook Book to create SFDC Configuration Project in Mule 3.6 and Above Using Query Builder GDS Sashidhar Rao [email protected] Twitter: Gdssrao

Upload: sashidhar-rao-gds

Post on 09-Aug-2015

91 views

Category:

Software


1 download

TRANSCRIPT

Cook Book to create SFDC Configuration Project in Mule 3.6

and Above Using Query Builder

GDS Sashidhar [email protected]: Gdssrao

Pre-RequisitesSalesforce account Security TokenCreating Simple SFDC projectForce Explorer-SOQL Query Editor

Contents

Purpose : This document Helps beginners to connect the Salesforce via Mule SFDC connector by using the new Data Senses Query Language and Query Builder.

Salesforce account With System Administrator Access, You can see Reset Security Token option.

Mule Anypoint studio with SFDC capabilities.

Pre-Requisites

Pre-Requisites

Salesforce Developer Account ( with System Administrator Access)

Pre-Requisites

After Successful Login, To Know your profile Go to My profile Logged User Role

Note: With System Administrator Access, You can see Reset Security Token option. Go to My settings Personal Reset My Security Token

Pre-Requisites

When Reset My Security Token pressed then New security token sent to registered email.

Creating Simple SFDC project

Create A Mule project in Anypoint Studio.

Creating Simple SFDC projectCreate Global configuration for the salesforce connector and HTTP Listener (mule 3.6 and above). Configure Salesforce User ID, Password and the security Token.(Received in email)

Creating Simple SFDC project3. Test Connection until it gets successful. ( Best practice is to give reference variables rather than hardcoding the

Creating Simple SFDC projectConfigure HTTP configuration

Creating Simple SFDC projectConfigure Salesforce component : Add the reference to the global SFDC connector

Creating Simple SFDC projectClick on the Query Builder: Select the Type you trying to build the Query. It enables the fields to be selected.

Creating Simple SFDC projectIn addition to the Query fields we can add the filters, Order By, Limit, Direction and offset

Creating Simple SFDC projectSimple Salesforce configuration

Creating Simple SFDC projectRun Project.

Creating Simple SFDC projectSFDC SOQL Query Result: in Web browser

Force ExplorerSOQL Query Editor

THANK YOU!!!