AuthorKrishna Kabra

Using Named Credentials in Salesforce

U

The new Named Credentials feature streamlines and simplify the process of using authenticating with third party web services within Apex code. Named Credentials can be used with for both HTTP Basic authentication (Password Authentication) and OAuth 2.0 authentication and can be set up on a per user or organization-wide (Named Principal) basis. Why to use Named Credentials Authentication is done...

Salesforce Walkthroughs

S

A walkthrough is a series of interactive steps that guides you through a task or feature. We created some walkthroughs to introduce you to different features in Salesforce, and more are on the way! Before using walkthrough Keep following things in mind make sure you have the correct user permissions and license associated with the feature so you can access the proper pages in Salesforce...

Getting started with Visualforce Remote Objects

G

Visualforce Remote Objects are the proxy objects that ease your development by allowing you to create instances of standard/custom salesforce objects and allow DML operations from javascript itself. Some awsome features Visualforce Remote Objects offers over JavaScript remoting are : Freedom from controllers No Test classes Easy code management Not counted against API call   Following...

How to make Salesforce compatible CSV file from an Excel spreadsheet.

H

While Data Migration from external system to salesforce many of us face this issue. Just follow these steps and create salesforce compatible CSV files in minutes. Open spreadsheet in Microsoft Excel. Click on Save As which will open a dialog box. In Save as type dropdown select CSV(Comma delimited). Click on Tools button on same dialog box and select web options. In newly opened dialog box select...

Category