Admin
Admin
login.salesforce.com
8.What is sandbox?
test.salesforce.com
10.What are the types of Sandboxes?
• Developer Sandbox
• Developer pro sandbox
• Partial data sandbox
• Full copy sandbox
11.What is Developer sandbox?
(Asynchronous)
• No of SOSL queries in one
transaction 2 0
52.how many objects can be created in
salesforce in one project?
There is a hard limit of 3,000 total custom
objects per Organization, regardless of whether
they're created within the Org or installed from
the AppExchange. For example, with Unlimited
Edition, you could create 2,000 custom objects
and install an additional 1,000 objects.
53.What is an External ID in Salesforce ?
An external ID is a custom field that has the
External ID attribute, meaning that it contains
unique record identifiers from a system outside
of Salesforce.
54.What is the maximum number of external IDs
an object may have in Salesforce?
We can designate up to 25 External ID fields per
object.
55.For which data type we can enable external id?
text, number, auto number, email.
--->> Use of External ID in Salesforce:
• It becomes searchable in the sidebar
search.
• Salesforce record Id’s are not
required to load data.
• It can be used with UPSERT DML
operation to integrate with other systems.
• The Data Import Wizard detects
existing records in Salesforce with external
IDs that match those values in the import
file.
Example:When we update or upsert any record
in Salesforce we do it by using Record Id. But if
we want to update or upsert the record from
some External System, we won’t be having
Record Id in the External system. So we choose
one field as ‘External ID’ in the Salesforce and
based on that we can upsert the records from
External System.
56.What is the difference between unique ID
and external ID in Salesforce?
The 'Unique ID' field is a setting which prevents
the same value from being used in multiple
records for any specific field. External IDs are
often created with the 'Unique ID' setting so
that the External IDs will be unique to each
record.
57.What is list view?
List View allows you to see a filtered list of
records, such as contacts, accounts, or custom
objects.
58.What is Inline editing?
On the detail page without clicking on edit button
we can edit particular field if it is not read-only.59.
How to disable Inline editing?
To enable or disable Inline editing follow the
below navigation - Setup--> Customise--> User
Interface--> Enable Inline Editing.
60. What is Enhanced list view?
Enhanced lists give you the ability to quickly view,
customize, and edit list data to speed up your daily
productivity.
61.What is mini page layout and how to enable?
For lookup fields on record detail page we see a
link, whenever we put cursor on that link we see a
popup window which displays few fields. To
control the fields visibility, on that look up field
parent object page layout we see a mini page
layout in that we can control.
62. What is lead process?
To control the picklist values of the status field on
the lead object we should create lead process.
Without selecting the lead process we can't create
the record type for lead object