Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Salesforce.com customization handbook

You're reading from   Salesforce.com customization handbook Customize Salesforce to automate your business requirements

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781849685986
Length 454 pages
Edition 1st Edition
Concepts
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. Getting Started with Salesforce 2. User Management and Organization Administration FREE CHAPTER 3. Making Your Salesforce Data Secure – Security Settings in Salesforce 4. Domain Management, E-mail Administration, and Google Apps Settings 5. CRM Functions and Streamlining Business Requirements 6. Automating a Business Process 7. Concepts of Data Management 8. Reports and Dashboards in Salesforce 9. Chatter Configuration 10. Mobile Administration 11. Setting Up Deployment Processes 12. AppExchange – Extending Salesforce Functionality Index

Salesforce Record IDs


Before going ahead with discussing the concept of the data management, you have to understand the concept of Record IDs in Salesforce. As soon as you create any record in Salesforce, it will automatically generate a Record ID for you. The Record ID is a unique identifier of a record. We can get Record IDs in the following ways:

  • From the URL of the record detail view

  • By running the reports

  • From the web services API

  • From the formulas

  • From the data loader

Salesforce provides two types of Record IDs. They are as follows:

  • A 15-digit case-sensitive form: When you create a record from Salesforce UI, it will give you a 15-digit ID. We can use this in the URL and report. Reports do not expose IDs for all objects.

  • An 18-digit case-insensitive form: When we work with the data loader or an API tool, it will return an 18-digit ID. You can use this in the data loader. The API always returns the Record IDs in an 18-digit format, but you can use either the 15-digit or 18-digit format with...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image