Salesforce (CRT403) Exam Questions And Answers page 4
Which of the following represent correct syntax to display first name from global variable user?
$User.FirstName
{!User.FirstName}
{!$User.FirstName}
Data Modeling and Management
Data Management
Which of the following fields are not available for record types?
Opportunity stages
Solution Status
Lead Status
All of the above
Case Status
Business Logic and Process Automation
Security
What should be done to create a custom field from the Schema Builder?
From the Objects tab, select New>Field.
From the Elements tab, drag a field type onto the canvas.
In the canvas, right-click an object and select "New Field".
Data Modeling and Management
Data Management
Which field types are not allowed in a formula field?
Single Choice
What type of field cannot be used in a formula field?
Date/Time
Other Formula Fields
Text Area (Long)
Standard Fields
Business Logic and Process Automation
Data Management
Actions on a Lightning Page allow you to __________.
Send e-mail, create a task, and create or update records.
Send e-mail and delete or clone records.
Clone records, add users, and assign permissions.
Send e-mail, send outbound messages, and launch a flow.
User Interface
Business Logic and Process Automation
Which two metadata changes can be made directly in a production environment without deploying from a sandbox? (Choose two.)
Validation rules
Apex Triggers
Apex Classes
Visualforce pages
Security
Data Management
Ideally, who should be in charge of logging all changes in production?
Product Manager
Administrator
QA Engineer
Developer
Business Logic and Process Automation
Security
What of the following are general types of actions available in Salesforce? (Choose four.)
Update Update Records
Create create a record
Log a Call log a call and it is recorded as a task
Custom requires visual force page
Remove Remove a record
Delete permanently remove a record
User Interface
Business Logic and Process Automation
The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object Star__c.
What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?
What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?
A new custom report type will need to be created for Galaxy__c with Star__c.
A Star__c report type with Galaxy__c as a field will be automatically created.
A Galaxy__c with Star__c report type will be automatically created.
A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c.
Data Modeling and Management
Data Management
Universal Containers allows users to create standard reports on demand.
Which three considerations users should be aware of when creating a new report? (Choose three.)
Which three considerations users should be aware of when creating a new report? (Choose three.)
Charts can be added to summary reports to provide a visualization.
Users can require that child objects exist for parent records using a cross filter.
Records will be available in the report regardless of security permissions.
The report type determines the types of records and fields that will be available.
Users will need to add the report to a shared folder for other users to see it.
Data Management
Analytics
Comments