What is a true statement regarding Salesforce Knowledge Users can create and publish articles without the Manage Articles permission. Users can search and view articles without a Knowledge User license. …
Salesforce.com
-
-
How can an administrator customize Salesforce Console? Add a dashboard component to the Highlights Panel. Add related lists to the Interaction Log Layout. Add the Most Recent Tabs component to …
-
What is a capability of historical trending? Historical trending can be enabled for all standard and custom objects. Historical trending can track number, formula, and checkbox fields. Historical trending reports …
-
What is a capability of site.com? Export the style sheet from a site. Import existing HTML pages into a site. View the site in different resolutions using Live mode. Use …
- APEXConfigurationSALESFORCESalesforce Interview QuestionsSalesforce.com
How to get the Case Number using ThreadID from Apex Class
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: …
-
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 …
-
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 …