Jive and Salesforce Integration The Jive tile should retrieve some JSON data from a Salesforce using custom web service. Please find below a couple of links with useful information. (1) …
Salesforce.com
-
-
External Email Address Limitation for Mass Email in Salesforce Below is the maximum number of external email addresses you can include in each mass email depends on your salesforce edition: …
-
How to clear the Salesforce WSDL Cache using PHP clearing the Salesforce WSDL cache files to prevent future caching, we need to add this line in your php code: …
-
Generating Salesforce Case Thread Id Using Apex Class Case Thread ID: “Case Thread_Id” Use for Preventing New Cases and Only Allowing Case Updates via Email. Case Thread ID contatins the …
-
Test Code Coverage Best Practice as per Winter 14 Release: As per the Salesforce new release (Winter’14), we can directly check the code coverage details in Developer Console, please see …
- AjaxAPEXForce.comSALESFORCESalesforce.comVisual ForceVisualforce
Ajax implementation with ActionStatus in visualforce page
Ajax implementation in visualforce page using ActionStatus Visualforce Page: <apex:page controller=”exampleCon”> <apex:form > <apex:outputText value=”Watch this counter: {!count}” id=”counter”/> <apex:actionStatus startText=” (incrementing…)” stopText=” (done)” id=”counterStatus” /> <apex:actionPoller action=”{!incrementCounter}” rerender=”counter” status=”counterStatus” …
- Data LoaderSALESFORCESalesforce Interview QuestionsSalesforce.com
List of Standard Object key Prefixes in Salesforce
List of Standard Object key Prefixes in Salesforce is given below: Object prefix (Key prefix) Object Type 001 Account 00r Account Share 04m Additional Directory Number 01p Apex Class 07L …
- Data LoaderDeploymentSALESFORCE
How to set datetime format in csv file while importing data from CSV to Salesforce Activity Object
How to set datetime format in csv file while importing data from CSV to Salesforce Activity Object (Event/Task) while importing the activity data from one org to another org using dataloader …
- APEXSALESFORCEVisual ForceVisualforce
Adding Error Message in the Visualforce page through Apex controller
Adding Error Message in the Visualforce page through Apex controller Syntax : <apex:pageMessages ></apex:pageMessages> Apex Controller: public class ErrorMsgController { public void DisplayError(){ Apexpages.addMessage( new ApexPages.Message (ApexPages.Severity.ERROR, ‘Required fields are …
-
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 …