Posts

Salesforce Platform

 Sales force platform is a group of technologies that supports the development of other technologies on top of it. It also supports custom functionality built by our customers and partners. This functionality ranges from simple page layouts to full-scale applications. Foundation of core Salesforce products like Sales Cloud and Service Cloud, Building your own functionality  Heroku platform. Heroku gives developers the power to build highly scalable web apps and back-end services using Python, Ruby, Go, and more. It also provides database tools to sync seamlessly with data from Salesforce.   Host of Salesforce APIs. These let developers integrate and connect all their enterprise data, networks, and identity information.    Mobile SDK. The Mobile SDK is a suite of technologies that lets you build native, HTML5, and hybrid apps that have the same reliability and security as the Salesforce app.      Power of Metadata :   O...

Salesforce : Data Import

Image
Sales force offers two main methods for importing data :  1. Data Import Wizard : a. This tool , accessible through the Setup menu. b. lets you import data in common standard objects , such as contacts , leads, accounts, as well as data in custom objects. c. It can import up to 50 000 records at a times  2. Data Loader : a. This is client application that can import up to five million records at a time, of any data type , either from files or a database connection. b. It can be operated either throught the user interface or the command line.  Use Data Loader When: You need to load 50,000 to five million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the AppExchange for a suitable partner product. You need to load into an object that is not supported by the Data Import Wizard. You want to schedule regular data loads, such as nightly imports. Follow these steps before you start...