Category: Salesforce
-
Salesforce Summer 16 Debug log changes
—
Hello Guys.. Salesforce Summer 16 release is round the corner. Will keep posting small posts about the changes noticed in preview sandboxes, so that you guys have a quick feel about the things that will come your way. In every release Salesforce makes so many changes. Sometimes they are too much to digest and honestly…
-

Salesforce.com : Connecting two salesforce instances using OAuth
—
Today we will talk about connecting two salesforce instances using OAuth authentication to share data between two salesforce instances. You may ask, why to go via this route at all, when we can use out of the box Salesforce to Salesforce feature. Well yes, you can but you do not have much flexibility there to…
-
Salesforce.com : How to use Named Credentials ?
—
Hey there…. Today it’s about Named Credentials in salesforce. How you can use it and when you can use them. A quick guide to help you start up. Wanted to write about it many times but not sure why kept delaying it. But any way the time has come to write about it. There is…
-
Salesforce.com : Published the next version of ToolBelt for salesforce (ForceToolBelt earlier )
—
Hey there, Just pushed next version (1.6) for the ToolBelt with some additional stuff. Check and let me know if we liked it 🙂 Here is the link : ToolBelt for salesforce Try, it’s Free. ….. Keep in touch. . Read and share….
-
Salesforce.com : What should we care about when publishing apps to AppExchange ?
—
As you might have got if from the title , this is about “What should we care about when publishing apps to AppExchange ?”. So here is a quick list of things which we need to consider and what kind of severity they are linked with. Feel free to mention if anything is missing in…
-
Set Up Test Data for an Entire Test Class
—
Helloo Friends, Today I am talking about one of the coolest feature @testSetup. As we all know we have to create data in test class again and again to cover apex logic(Apex Class). For that we have to create data again and again to satisfy the complex logic. But now we can create data in…
-
SOQL query Plan Tool
—
Helloo Friends, This Article is all about: SOQL Query Plan Tool. Query Plan tool in the Developer Console can help speed up SOQL queries done over large volumes. Use the Query Plan tool to optimize and speed up queries done over large volumes. To enable the tool, Open Developer Console : click Help > Preferences…
-

Salesforce : Welkin Suite IDE for Salesforce devs
—
This article is about an IDE : Welkin Suite IDE for Salesforce developers. As a salesforce developer you might have tried various IDE or development methods, such as : Force.com IDE which is a Salesforce IDE pre-built with Eclipse Eclipse + force.com plugin Notepad ++ (Any other text code editor 🙂 mostly I use these for…
-
Callout for imported wsdl using continuation after page load
—
in SalesforceHi friends, Today I am going to provide steps to implement Callout for imported wsdl with continuation after page load. Let’s understand why use an asynchronous call? An asynchronous callout is a callout that is made from a Visualforce page for which the response is returned through a callback method. An asynchronous callout is also referred to…
-

Getting Error : We couldn’t find a record in your most recently used records list to preview the page with.
—
Issue: Getting Error : We couldn’t find a record in your most recently used records list to preview the page with. while creating a Lightning App Page. We couldn’t find a record in your most recently used records list to preview the page with. Resolution: We need to view at least one record of…
