FocusOnForce (1st try wrong) Flashcards
A sales manager is planning to send an email to few hundred leads and wants each email to include the name of the intended recipient. The sales manager is wondering if there is a feature in Lighting Experience that would let them email multiple leads at the same time but would modify each email to contain the intended recipients name.
What Salesforce feature would allow them to do this?
Choose 1 answer.
LIST EMAIL : List Email in lightning Experience allows personalized individual email to be sent to multiple contacts, leads or campaign members, Email templets with merge fields can be used to customize each of these emails.
Recently, a new Candidate tab request by the HR team of Telco Inc. was created for the recruitment application. The HR team is unable to locate the tab within the application.
What should the salesforce Administrator check to resolve the issue?
Choose 3 answers.
Creating a new tab and assignment to an app has 3 steps:
1) Create, name and the tab and select the object
2) Choose the users profiles for which the tab will be available
3) Choose the apps for which the custom tab will be available
User Visibility to areas within the application can be controlled by profile app visibility, tabs, and profile object-level permissions. Filed level security only controls visibility to individual fields. Assigned app settings for a profile specify the apps that users can select in the Force.com app menu, in this case, the application is visible, so that is the issue.
A user would like to change the language that the user interface is displayed in.
How can the Salesforce Administrator accomplish this?
Choose 2 answers.
Advise the user to change the Language setting under ‘My Personal Information’
Change the Language setting for the user details page in setup
Updating the language setting in the user record or in the user’s personal information will result in the user interface and the help language changing.
Which if the following settings can be configured from the “Company Settings’ section in Setup?
Choose 3 answers.
Fiscal Year Setting
Business Hours
Company Information
The Company Settings page in Lighting Experience allows updating settings such as company information, default language, default time zone, currencies, fiscal year settings, business hours, holidays, and available languages,
A Salesforce Administrator is told that the sales rep profile should no longer have access to a tab available in an app.
Which tab setting should the Salesforce Administrator use?
Choose 1 answer.
Tab Hidden: The ‘Tab Hidden’ setting means that the tab will not be visible by default, and the user cannot enable it.
Acme Corp is making the switch to Lightning Experience. The administrator is tasked with creating different pages to fulfil business requirements.
What pages are available to create with the Lightning App Builder?
Choose 3 answers.
App Page
Home Page
Record Page
Embedded Service Page
The Lighting App Builder can be used to create an App Page, Home Page, Record, or Embedded Service Page.
Sales Reps in an organization need to record opportunities in USD and EUR.
How can a Salesforce Admin accomplish this?
Choose 2 answers.
Add the desired additional currency in the ‘Manage Currencies’ Page
Enable multiple currencies for the the organization in the ‘company information’ settings
Salesforce offers a multiple currencies feature, but it must first be enabled in the ‘Company Information’ page in Setup. After enabling multiple currencies, other currencies can be added in the “Manage Currencies’ Setting page in Setup.
An org has multi-currency enabled.
What can cause a record in an import file to fail.
Choose 3 answers.
A required field is missing
The record fails system validation rules
The record fails customer validation rules
A record import file could fail because it is missing a required field, fails system validation rules, or fails custom validation rules.
A Salesforce Admin has identified about 200 leads that were generated incorrectly through the web-to-lead form.
What are the best ways to remove these?
Choose 2 answers.
Use the Delete function of Data Loader
Use the Mass Delete Leads links
Which of the following settings can be defined during report creation?
Choose 3 answers.
Data filters
Grouping
Graphs
John Foster is a Sales force Admin at Global Support Inc. The support team reported to him an issue that every time they open a case from an account, they need to fill all the account related field information such as Account owner, owner email, and account address manually.
What should john do to automate the process?
choose 1 answer.
Create formula fields to retrieve the required Account information. Formula fields are the preferred choice when child records filed need to be populated with the parent record information.
Which of the following types of fields can be used as the dependent filed in a field dependency?
Choose 2 answers.
Custom Picklist
Multi-Select Picklist
Only Custom Picklist or Multi-Select Picklist can be a dependent field in a field dependency.
Which of the following types of field can be used as a controlling fields dependency?
Choose 2 answers.
Standard Checkbox
Custom Checkbox
The following types of fields can be be the controlling field in a field dependency: Standard Checkbox, Custom Checkbox, Standard Picklist and Custom picklist
A Salesforce admin realizes that he needs to restore field he deleted five days ago.
Which of the following actions are appropriate after restoring a custom field?
Choose 2 answers.
Convert any lookup relationships to master-detail if required
Make the restored field required if necessary
Checking if a field is required is an example of what type of validation?
choose 1 answer.
System Validation : includes checking for required fields, unique fields, and data type. System validation is reformed before custom validation rules