Salesforce (CRT403) Exam Questions And Answers page 6
Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?
What approach should an app builder take to show Component as a related list on Product?
Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout
Create a junction object to relate Component and Product. Add the Component related list to the Product page layout
Create a roll-up on Product. Add the Component related list to the Product page layout
User Interface
Data Management
What are the types of developer sandboxes in Salesforce?
Multiple Choice
Which of the following are types of developer sandboxes environment types in Salesforce? (Choose four.)
Developer
Developer Pro
Partial Copy
Full Sandbox
Partial Sandbox
Full Copy
Business Logic and Process Automation
Security
ABC Company has a workflow on opportunity that will change the status field to "In Progress" when the Stage field is changed "Negotiation." In addition, there is a validation rule on Status that will prevent the status being set to "In Progress" if the amount of the opportunity is less than $10,000. A user named Frank does not have FLS to see status.
When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?
When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?
Updates to records based on workflow rules don t trigger validation rules, workflow rules can invalidate previously valid field.
Workflow rules occur after validation rules and thus override validation rules.
Field Level Security prevents the validation rule from running.
Business Logic and Process Automation
Security
What is a true statement when deleting a dashboard?
Deleting a dashboard also deletes the components within it. It does not delete the custom reports used by the components.
Deleting a dashboard does not move the dashboard to the Recycle Bin and therefore the dashboard cannot be recovered.
Deleting a dashboard also deletes the components within it as well as the custom reports used by the components.
Deleting a dashboard requires a user to first edit the components to remove the underlying reports.
User Interface
Data Management
When using the Data Export Wizard to manually export data, you can only export data if __________.
Your data doesn t include attachments, images, or documents.
You ve installed a client application to export the data.
Enough time has passed since your last export.
You are an Admin.
Data Modeling and Management
Data Management
When you specify a single running user of a dashboard, that user __________.
Is the only one who can post a snapshot of the dashboard to Chatter.
Determines which data is displayed on the dashboard, due to the user s security settings.
Must be the same person who created the report.
Must have the "View All Data" permission.
User Interface
Security
What are the three features of the Custom Button?
Multiple Choice
Which three are features of the Custom Button? (Choose three.)
Custom Button with Javascripts enhance Lightning Experience.
Custom Button is available for User Object.
Custom Button display at the top and bottom of a page.
Custom Button is available for Person Account.
Custom Button can reference an external app.
User Interface
Business Logic and Process Automation
What Are Two Supported Actions in the Global Actions Menu?
Multiple Choice
Which two of the following are supported actions for the Global Actions Menu? (Choose two.)
Launch a custom Canvas App
Upload a new Chatter File
Post to a Chatter feed
Launch a custom Lighting Component
User Interface
Business Logic and Process Automation
Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.
What should the app builder do to meet the requirement?
What should the app builder do to meet the requirement?
Email deliverability set to no access.
Email configured for SMTP authentication.
Email relay to the configured host enabled.
Email deliverability set to system email only.
User Interface
Security
An app builder has been asked to provide users a way to identify a Contact s "Preferred Contact Method" directly on the Contact record. Users need to be able to identify whether a phone number or an e-mail is the Contact s preferred communication method.
What field type will allow the app builder to accomplish this with the fewest fields possible?
What field type will allow the app builder to accomplish this with the fewest fields possible?
Picklist
E-mail
Checkboxes
Formula
User Interface
Data Management
Comments