Top Banner
Cook Book to create SFDC Configuration Project in Mule 3.6 and Above Using Query Builder GDS Sashidhar Rao [email protected] Twitter: Gdssrao
18
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Cook Book to create SFDC Configuration Project in Mule 3.6

and Above Using Query Builder

GDS Sashidhar [email protected]: Gdssrao

Page 2: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Contents

Page 3: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 4: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Pre-Requisites

Salesforce Developer Account ( with System Administrator Access)

Page 5: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 6: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Pre-Requisites

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

Page 7: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Creating Simple SFDC project

Create A Mule project in Anypoint Studio.

Page 8: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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)

Page 9: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 10: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Creating Simple SFDC projectConfigure HTTP configuration

Page 11: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 12: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 13: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

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

Page 14: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Creating Simple SFDC projectSimple Salesforce configuration

Page 15: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Creating Simple SFDC projectRun Project.

Page 16: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Creating Simple SFDC projectSFDC SOQL Query Result: in Web browser

Page 17: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

Force ExplorerSOQL Query Editor

Page 18: Salesforce Project in Mule ESB 3.6  and Above Using Query Builder

THANK YOU!!!