How can a developer display data from the parent record on the page?
A Visualforce page has a standard controller for an object that has a lookup relationship to a parent object. How can a developer display data from the parent record on the page?A . By adding a second standard controller to the page for the parent record.B . By using a...
Which statement about change set deployments is accurate? (Choose 3)
Which statement about change set deployments is accurate? (Choose 3)A . They use an all or none deployment model.B . They require a deployment connection.C . They ca be used to transfer Contact records.D . They can be used to deploy custom settings data.E . They can be used only...
The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?
A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?A . controller=“Case” and extensions=“myControllerExtension”B . extensions=“myControllerExtension”C . controller=“myControllerExtension”D . standardController=“Case” and extensions=“myControllerExtension”View...
When can a developer use a custom Visualforce page in a Force.com application? (Choose 2)
When can a developer use a custom Visualforce page in a Force.com application? (Choose 2)A . To generate a PDF document with application dataB . To create components for dashboards and layoutsC . To deploy components between two organizationsD . To modify the page layout settings for a custom objectView...
Which scenario is invalid for execution by unit tests?
Which scenario is invalid for execution by unit tests?A . Executing methods for negative test scenariosB . Loading the standard Pricebook ID using a system methodC . Loading test data in place of user input for Flows.D . Executing methods as different users.View AnswerAnswer: C
In which order does Salesforce execute events upon saving a record?
In which order does Salesforce execute events upon saving a record?A . Before Triggers; Validation Rules; After Triggers; Assignment Rules; Workflow Rules; CommitB . Validation Rules; Before Triggers; After Triggers; Workflow Rules; Assignment Rules; CommitC . Before Triggers; Validation Rules; After Triggers; Workflow Rules; Assignment Rules; CommitD . Validation Rules;...
Which two exceptions may occur when it executes?
A developer executes the following query in Apex to retrieve a list of contacts for each account: List<account> accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ; Which two exceptions may occur when it executes? (Choose two.)A . CPU limit exception due to the complexity of...
What should a developer do to meet this requirement?
When viewing a Quote, the sales representative wants to easily see how many discounted items are included in the Quote Line Items. What should a developer do to meet this requirement?A . Create a trigger on the Quote object that queries the Quantity field on discounted Quote Line Items.B ....
Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)
Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)A . Number maps to Decimal.B . Number maps to Integer.C . TextArea maps to List of type String.D . Date/Time maps to Dateline.E . Checkbox maps to Boolean.View AnswerAnswer: A,D,E
What is a benefit of the lightning component framework?
What is a benefit of the lightning component framework?A . Better integration with Force.com sitesB . Better performance for custom Salesforce1 Mobile AppsC . More Centralized control via server-side logicD . More pre-built components to replicate the salesforce look and feelView AnswerAnswer: D