Nitish Singhal

Author's posts

Test class in salesforce with example

Test class in Salesforce with example Test class in salesforce Testing is an important part of SDLC. So, before deploying our code to production environment, Salesforce requires at least 75% of your code to be covered by our test classes whic. Salesforce has done that to make sure that our code doesn’t break in any situation …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/test-class-with-example-salesforce/

Pagination using standard set controller salesforce

Pagination using standard set controller salesforce

Pagination using standard set controller salesforce We can use Standard set controllers provided by salesforce to implement pagination in visualforce. It is very easy to implement pagination using standard set controller. We can easily navigate through pages, move directly to first, last page or to next or previous pages using standard set controller. We can …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/pagination-using-standard-set-controller-salesforce/

Permanent link to this article: https://www.sfdcpoint.com/salesforce/migration-using-ant-in-salesforce/

SOSL Example in Salesforce

SOSL-Example-in-Salesforce

SOSL Example in Salesforce SOSL Example in Salesforce What is SOSL in Salesforce? Salesforce Object Search Language (SOSL) is a Salesforce search language that is used to perform text searches in records. Use SOSL to search fields across multiple standard and custom object records in Salesforce.  SOSL is a search language in salesforce and the …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/sosl-example-in-salesforce/

SOQL query in javascript example

SOQL in javascript example

SOQL query in javascript example You can use SOQL in java-script on your VF pages or any kind of java-script that you write, like we can get it executed on click of a button or link present on your detail page of a record. Below is the simple example and you can use it and …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/soql-query-in-javascript-example/

Eclipse shortcuts for salesforce IDE

Eclipse shortcuts for salesforce IDE Hi Friends, As we all know, there is one great saying ‘There are no shortcuts for success’. But here are some shortcuts that can really help you getting success. Yes, I am talking about Force.com IDE shortcuts. Each and every developer should use these shortcuts as these save our significant …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/eclipse-shortcuts-salesforce-ide/

Login to salesforce with facebook

Captcha

Login to salesforce with facebook credentials Hello everyone, Now a days, at many websites, you must have seen that there is an option to login using your facebook credentials. Similar is the case here where you want to log-in to your salesforce org using facebook credentials. So, here are the steps that will help you …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/login-salesforce-with-facebook/