how many custom fields in a standard or custom object can be marked as external id field?
Up to how many custom fields in a standard or custom object can be marked as external id field?
(Select all that apply)
Developers can use Visualforce to create a Visualforce page definition. A page definition consists
of two primary elements:
Visualforce markup
A Visualforce controller
Visualforce markup consists of… (Select all that apply)
A standard field can be marked as external id field.
A standard field can be marked as external id field.
The markup defines the user interface components that should be included on the page, and the way they should
The markup defines the user interface components that should be included on the page, and the
way they should appear.
What provides access to data that should be displayed in a Visualforce page, and can modify Visualforce compon
What provides access to data that should be displayed in a Visualforce page, and can modify
Visualforce component behavior?
What is the difference between Export and Export All in Apex Data Loader?
What is the difference between Export and Export All in Apex Data Loader?
You notify the Visualforce page of your customizations via the "extensions" attribute of the <ape
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you
must write a custom class that extends the standard controller. You notify the Visualforce page of
your customizations via the “extensions” attribute of the <apex:page> tag.
how is the record name field populated?
If no record name is provided in the csv file while inserting a new record into Salesforce,
then how is the record name field populated?
The same behavior holds true for Custom objects.
For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce
page results in the same behavior as clicking Save on a standard Account edit page. The same
behavior holds true for Custom objects.
Which are the 4 standard fields of a custom object?
Which are the 4 standard fields of a custom object?