If you found the security token(through email) under ” Setup | My Personal Information | Reset My Security Token ” or “My Settings | Personal | Reset My Security Token.” then you can use that token …
SALESFORCE
-
- APEXSalesforce.comVisual ForceVisualforce
Sending Email with Attachment using Apex class and Visualforce page
Apex Class: Public with sharing class SendemailController{ public String caseId {get;set;} Public SendemailController(){ caseId = ApexPages.currentPage().getParameters().get(‘Id’); } Public Pagereference sendEmailFunction(){ Case getEmail = [SELECT Id, Contact.Email FROM Case WHERE id=:caseId]; …
- 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 …
-
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 …
-
What statement is true about the Opportunity Splits feature? Enabling Opportunity Splits automatically add the Opportunity Owner role to opportunities. Revenue splits must total 100% of the amount generated by …
-
What is a capability of enhanced report and dashboard folder sharing? Access to the reports or dashboards in a folder rolls up through the role hierarchy. Reports or dashboards can …