Salesforce Summer 17 Release Exam For Platform Developer 11 of 5.What are two considerations when overriding standard actions?Choose 2 answersA. Overriding standard actions with a Lightning component applies only to Lightning Experience and Salesforce1, but not to Salesforce Classic.B. Overriding standard actions with a Visualforce page applies only to Salesforce Classic and Lightning Experience, but not to Salesforce1.C. Overriding standard actions with a Visualforce page applies to Salesforce
Salesforce Summer 17 Release Exam For App Builder1 of 5.How can users see the change history of key fields in an object record?A. History related list with field trackingB. Reporting SnapshotC. Historical Trend ReportingD. Setup Audit Trail2 of 5.Which two components are supported when building Lightning pages with the Lighting App Builder?Choose 2 answersA. Related RecordsB. Chatter FeedC. Social ViewD. Flows3 of 5.What is a secure method of creating a single field from two encrypted fields?A.
Hi All,Here i am giviing the sample of getting your location in Salesforce through google Map API. This code will give your current location (based on your browser) using latitude and logitude. To implement this process in salesforce, you need to follow given steps:1. Create remote site setting with this url in salesforce and make Disable security protocal checkbox to true. URL: "https://maps.googleapis.com/maps/api/js?sensor=false" 2. Then create a new visual force page and use the given sourc
Salesforce announced a new feature in Summer '16 to Relate a Contact to Multiple Accounts.
This is a latest feature to associate single contact to multiple accounts in Salesforce to reduce the duplicate contact data.
To enable this,please follow below path on Salesforce setup
Go to Setup => Customize => Accounts =>Account Settings and check the checkbox (read the warning carefully) and hit the save button.
After save successfully your screen will look like below screen
While your Visual force page development in Salesforce many of the developer got a requirement from their clients that they want this particular page block section collapsed on page load.
So to achieve this, let’s go one by one step.
I have created one VF page to display the list of contact in page block section. Here is my page and class code.
Class Code-
public class clsTwistSection
{
public list lstCon{get;set;}
public clsTwistSection()
{
lstCon =
Before going to understand the below code you must have to create a duplicate rule for object which you want to upsert(insert / update) from Visualforce page action button(command button). So to achieve this you have to create a duplicate rule on your Dev Org / SB Org and then create a Visualforce page with custom controller. For e.g.
VF Page Name- MatchingRuleDataDisplay
Class Name- clsMatchingRuleDataDisplay
Custom Controller Apex Code Method in Salesforce
//Adding only method t
With Files Connect, Salesforce users can access, share, and search external data from systems like Google Drive or SharePoint. The setup process differs for cloud-based and on-premises extTo get the more details regarding this topic please go through with following link.. https://resources.docs.salesforce.com/198/latest/en-us/sfdc/pdf/salesforce_files_connect_implementation.pdf
Here are the sample codes with the help of that you can build custom pagination functionality in Salesforce using Apex. For this you need to create some Visualforce and one Apex Class.
So let’s enjoy the coding!!!!
Custom Controller Apex Code to get the data from Salesforce
public class clsCustomPagination
{
//Variable Declation for Pagination
public static Integer ROWS_PER_PAGE = 5;
public integer pageNum {get; set;}
public boolean pageHasMore {get; set;}
pu
Here are the sample Code with the help of that you can also build a rich JQuery Chart in salesforce.But before you start on code you must have to create an object for storing the Chart Data. Sample object fields are given below
Custom Controller Apex Code to get the dynamic data from Salesforce.
public class ChartController
{
private String xAxis;
private String series1;
private String series2;
private String series3;
private String series4;
private Str
Boost your business
Everything you need, all in one place
Comprehensive and easy to customize
Sales Cloud delivers information to you in real time. With Sales Cloud, you can grow your accounts faster.
Close more deals
No matter the size of your company, all sales reps share one common goal — the desire to be a top performer. We can help with that
Contact Managemen