Salesforce Web-to-Lead form integration using PHP and cURL Using this method, we can achieve the following scenarios: 1) Security Advantage of this process is hiding your Salesforce organisation ID 2) …
SFDC
-
-
Types of Email Templates in Salesforce Types of Email Templates and when to use them. Salesforce provides four types of email templates:- Text – All users can create or modify the …
-
How to convert from 18 Digit Salesforce ID to 15 Digit ID Using Apex Class Its possible to convert from 18 Digit Salesforce ID to 15 Digit ID Using String …
-
Integration between Salesforce.com and Beansstream: Please check the below links for more information about Salesforce.com and Beans stream integraitons: http://developer.beanstream.com/documentation/api-reference/ http://blog.formstack.com/2012/collect-manage-payments-beanstream-integration/
-
How to Execute the Javascript Functionality in Salesforce Custom Button: {!REQUIRESCRIPT(‘/soap/ajax/28.0/connection.js’)} var opportunityRecord= {!GETRECORDIDS($ObjectType.OpportunityLineItem)}; if (opportunityRecord[0] == null) { alert(“Please select at least one product to traffic.”) } else { …
-
Service Cloud Integration Toolkit Developers Guide: Service Cloud Integration Toolkit Developers Guide:- http://www.salesforce.com/us/developer/docs/api_console/index.htm Canvas Developer Guide:- http://www.salesforce.com/us/developer/docs/platform_connectpre/canvas_framework.pdf
-
What statement is true about Chatter Answers? Chatter Answers licenses are required for Salesforce organizations and Communities. Users can access Chatter Answers from a standard Q&A tab. Chatter Answers replaces …
-
What is a feature of the improved Setup user interface? The Setup menu items are organized into goal-based categories. The Setup link appears as an option with the Force.com app …
-
When creating a custom formula fields, what return type returns a true of false value? Binary Checkbox Boolean Yes/No
-
What is included in a Chatter topic detail page? Posts by users that include the hashtag or topic A leaderboard of users discussing the topic A list of members who …