Salesforce (CRT403) Exam Questions And Answers page 21
You can convert a Text Area(Long) to E-mail, Phone, Text, Text Area or URL without data loss.
False
User Interface
Data Management
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
How should an app builder configure the proper access?
Create a sharing rule that grants the users Read/Write access to the Application records
Create a queue for the web applications and assign access to the users who will be editing the records
Add a sharing rule that grants the users Read/Write access to the Internship records
Set the organization-wide default on the Applications object to Read/Write
Business Logic and Process Automation
Security
What language is used to query Salesforce for specific information?
SOSL
Apex
SOQL
SQL
Data Modeling and Management
Data Management
What are the types of access within an organization?
Multiple Choice
Which of the following are types of access within an organization? (Choose three.)
Object
Record
Field
Administrative
User
User Interface
Security
An app builder wants to show Groups as the last navigation menu item in the Salesforce Mobile App. However, the app builder is not able to select Groups as one of the items on the drop-down menu.
What could cause this?
What could cause this?
Groups is showing up in the recent section and not in the navigation menu.
Groups cannot be the last item in the navigation menu.
Groups is included in the Smart Search items but not on the navigation menu.
Groups is not included in the selected list for the navigation menu.
User Interface
Business Logic and Process Automation
Universal Containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered.
What should an app builder recommend to meet this requirement?
What should an app builder recommend to meet this requirement?
Make a formula field to check the format of the important fields
Update the important fields to be required on the page layout
Create a workflow rule to check the fields are formatted correctly
Configure a validation to require a field for a specific record type
Data Modeling and Management
Data Management
When configuring a record type, an app builder can configure the available value of a picklist field for the page layout.
Which two Opportunity standard fields are available to be configured directly in the Opportunity record type? (Choose two.)
Which two Opportunity standard fields are available to be configured directly in the Opportunity record type? (Choose two.)
Lead Source
Forecast category
Stage
Type
Data Modeling and Management
Data Management
What are the standard Lightning components?
Filter List
Recent Items
Report Chart
Rich Text
Visualforce Page
All of the above
User Interface
Business Logic and Process Automation
In what order does Salesforce process rules?
Single Choice
What order does SF process rules?
Validation rules, assignment rules, workflow rules, auto-response rules, escalation rules.
Validation rules, assignment rules, auto-response rules, workflow rules, escalation rules.
Escalation rules, Validation rules, assignment rules, auto-response rules, workflow rules.
Auto-response rules, Validation rules, assignment rules, workflow rules, escalation rules.
Business Logic and Process Automation
Security
An app builder is loading data into Salesforce. To link new records back to the legacy system, a field will be used to track the legacy ID on the Account object. For future data loads this ID will be used when upserting records.
Which two fields attributes should be selected? (Choose two.)
Which two fields attributes should be selected? (Choose two.)
External ID
Text (encrypted)
Required
Unique
Data Modeling and Management
Data Management
Comments