How to get the Case Number using ThreadID from Apex Class: using ThreadID, we can get the relevant Case Number using “getCaseIdFromEmailThreadId” method. see the below example for your reference: …
Sakthivel Madesh
Sakthivel Madesh
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia
- APEXConfigurationSALESFORCESalesforce Interview QuestionsSalesforce.com
-
List of Salesforce.com Tools and Toolkits Development Tools Developer Edition Environment: This online environment lets you instantly start developing and testing your software-as-a-service application. Developer Console: The Developer Console is …
- APEXSALESFORCESalesforce Interview QuestionsSalesforce.comTriggersVisual ForceVisualforce
MVC Salesforce Architecture development
MVC Salesforce Architecture development What is MVC in Salesforce? M – Model (OBJECTS) V – View (Page Layout & Visualforce Pages) C – Controller (APEX CLASS) Model: Designing the data …
-
Free Online Comparison Tool for Two files Diff Checker is a free online diff tool that gives you the text differences between two blocks of text. Enter the contents of …
-
Free Online Formatter Tools For Developers These tools include severalformatters, validators, code minifiers, string escapers, encoders and decoders, message digesters, web resources and more. Formatters JSON Formatter HTML Formatter XML Formatter SQL Formatter Validators JSON Validator HTML …
-
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 { …
-
1. While choosing a style for a custom object tab, developers may choose an uploaded custom style. 1. TRUE 2. FALSE 2. Visualforce pages can be embed into a record’s …
-
Clone Button in Salesforce Account Detail Page Normally in salesforce Clone Button is not available in Account Object, so if you want please follow the below steps: To do this …
-
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) …