Quizzes Flashcards
A ________ defines a collection of settings and permissions that determines what users can see in the user interface, and what they can do.
profile
The _______ determines if a user can read, create and edit Contact records.
profile
In which edition can you create a Managed Package?
Developer Edition
When registering My Domain for your domain called “certifytraining” using a developer org, the resulting domain name will be similar to:
https://certifytraining-dev-ed.my.salesforce.com/
so…
https://name-dev-ed.my.salesforce.com/
Tanna Coffee has two sales groups, each group has its own unique sales process. What is the best way to ensure that sales reps have access to only the stages relevant to their sales process when working on opporunities?
use Record Types
What is the best practice recommendation for creating a new picklist called “Region” that is likely to be used in many parts of your Salesforce environment?
Create a value set first, then refer to this in the picklist.
In which edition can you create a Managed Package?
Developer Edition
You have logged a case with Salesforce Support to help you with a challenging problem that has occurred. They ask you to “Grant Account Login Access” so they can log in and help you with the problem. How will you do this?
User Icon -> Settings -> Grant Account Login Access
Which of the following is not a mandatory field while creating a User record?
[profile, nickname, alias, role]
Role. Although Role is marked with a red bar, meaning it is required info, you can leave it as “”.
___________ is a Web directory where apps built on the Force.com platform are available to salesforce.com customers to browse, demo, review, and install.
The AppExchange
What can you build with the Lightning App Builder?
A. Apps optimized for a particular task.
B. At-a-glance, dashboard-style apps.
C. Simple, single-page apps with drill-down capability.
All of these answers.
Your university assigns users from the Facilities and the IT teams to the same profile. You recently created a custom object to track company cars and want only users from the facilities team to have access to this new object. How can an administrator meet this requirement?
Create a custom profile for users on the facilities team.
What is a Salesforce definition for a Lead?
Any person, organization or company that may be interested in your products and services, not yet customers.
When are Workflow rules evaluated?
When a record is created or updated.
How can Salesforce Knowledge articles be used?
To resolve customer cases, to display for customer self service ** look up more?
When is a workflow rule triggered?
When it is edited to meet the rule trigger criteria.
What is the system field for the date and time when the record was created?
CreatedDate
What is the system field for the ID of the User who last modified the record?
LastModifiedById
What is the system field for the ID of the User who created the record?
CreatedById
What is the system field for the date and time when the record was last modified by a user or process, such as a trigger?
SystemModStamp
What is the system field for the date and time when the record was last modified by a user?
LastModifiedDate
Which are standard Salesforce objects?
a. Opportunity Product
b. Solution
c. Price Book
d. Ticket
e. Contract
a. Opportunity Product
b. Solution
c. Price Book
e. Contract
You need to setup 50 new users w accounts. HR gave you a spreadsheet w info. What is the most efficient way to create these accounts?
Use the Salesforce Data Loader to import the accounts
Which email address option is available to override the From Email Address in a Workflow Email Alert?
an Organization wide email address
Which of the following objects CANNOT be imported via the Salesforce Data Import Wizard?
a. Users
b. Accounts
c. Opportunities
d. Leads
Opportunities and Users.
The wizard is OUt of luck.
What CAN you import using the Salesforce Data Import Wizard?
contacts, accounts, leads, campaign members and solutions, person accounts, custom objects
CAL-Cms-PaCo 6
What does Salesforce call help or assistance requests from customers
Cases
People that work for companies or organizations that we do business with
Contacts
Potential new customers or prospects
Leads
Deals that we are currently working on
Opportunities
Marketing efforts that we conduct to gain more customers
Campaigns
Companies or organizations that we currently do business with
Accounts
Which CANNOT be on the controlling side of the Dependent Picklist?
a. Custom Picklist
b. Multi Select Picklist
c. Checkbox
d. Standard Picklist
b. Multi Select Picklist
The ability to create records of a specific _________ is determined by the _________.
record type, profile
_______ can be used to define the picklist values available for a given field.
record types
The Record Type on the profile only controls the creation of records, not the _______.
viewing of records.
_______ reports are the simplest and fastest way to look at data. Similar to a spreadsheet, they consist simply of an ordered set of fields in columns, with each matching record listed in a row.
Tabular
_______ reports let you create multiple report blocks that provide different views of your data. Each block acts like a ‘sub-report’ w its own fields, columns, sorting, and filtering. This report type can even contain data from different report types.
Joined
_______ reports allow users to group rows of data, view subtotals, and create charts. They can be used as the source report for dashboard components. Use this type for a report to show subtotals based on the value of a particular field or when you want to create a hierarchical list, such as all opportunities for your team, subtotaled by Stage and Owner.
Summary
_______ reports allow you to group and summarize data by both rows and columns. They can be used as the source report for dashboard components. Use this type for comparing related totals, especially if you have large amounts of data to process and you need to compare values in several different fields, or you want to look at data by date and by product, person, geography.
Matrix
Which of the following are options when customizing a report?
a. schedule a refresh time
b. add a gauge component
c. add a filter
d. summarize fields
e. add a grouping
c. add a filter
d. summarize fields
e. add a grouping
_______ on a Lightning Page allows you to send email, create a task, and create or update records.
Actions
A user profile has login hour restrictions set to M-F 8am to 5pm. The user logged in at 4:30pm on Tues and it is now 5:01pm. Which behavior of the application should the user expect?
The user will be logged out and any unsaved work in progress will be lost.
What capability could one use to receive updates related to records followed by a user and receive recommendations for users and records to follow?
Chatter
Case escalation rules triggered on the last modification of the case will be reset each time a user does what?
Edits the case.
Which option is NOT true of events?
a. Events are to-do lists
b. Events are scheduled events or meetings
c. I can invite participants to an Event (like sched a demo)
d. Events are automatically moved to Activity History when the time of the Event has passed
Events are to-do lists.
An Account team is a set of users that normally work together on _______.
Accounts
Name 4 built-in functions you can use in a Salesforce formula?
DATE, NOW, WEEKDAY, TIME
FUNCTIONS… DoN, WhaT?!?!
A _______ is used for storing a single value like a city, amount, birth date etc.
Field
A _______ is like a database table used for storing all records of a similar type.
Object
A _______ is a collection of fields that contain information about one thing - like a row on a spreadsheet.
Record
How many Lead records can be imported via the Import Wizard?
50,000
Which report format summarizes data in a grid against horizontal and vertical criteria and provides totals for both rows and columns?
Matrix
An Approval Process begins when a record is _______ .
submitted for approval.
Once the _______ for an Event has passed, the event is automatically moved to the _______.
scheduled time, activity history
How can you tell the difference between Lightning Experience and Salesforce Classic?
The App Launcher is in the top left for Lightning Experience vs the top right for Salesforce Classic.
A system admin wants to restrict the ability for Sales Rep users to create new records with the platinum sales record type. How can this be achieved?
Remove the Platinum Sales record type from the Sales Rep user profile.
Sharing Rules can be based on…
Criteria Based and Ownership Based
If Person Accounts are enabled in your Org and a lead is converted without a value in the Company field, what will happen?
A Person Account is created.
What is a consideration when creating a drill-to-detail dashboard component?
The SOURCE REPORT must be grouped by:
record name,
record owner,
or feed post.
Drill to Detail —> ReN-ROw-FeP
Public groups can be any combination of …
Roles,
Users,
Roles and Subordinates,
Other Public Groups
Public Groups -> RU-RO!
Which of these statements about public groups is true? (Select one or more)
a. Public groups allow users to delete personal accounts.
b. Public groups can be created by any user.
c. Public groups can be used in sharing rules
d. Public groups can be used when manually sharing a record.
Public groups can be used in sharing rules.
Public groups can be used when manually sharing a record.
Customer Service reps a Company X must be able to create cases and edit cases that they own, but they should not be able to view cases owned by other users. To do this, Org Wide defaults must be set to:
a. Private
b. Public Read Only
c. Not Visible
d. Public Read/Write
Private.
Which relationship can be selected in a custom report type where Accounts is the primary object and contacts is the related object?
a. Each contact must have a related account.
b. Each contact may or may not have related account.
c. Each account must not have related contacts
d. Each account may or may not have related contacts.
Each account may or may not have related contacts.
Sales reps should not be able to create leads, delete their own accounts or send mass emails. How can an admin meet these requirements?
a. Change the OWD default settings
b. Create a custom profile
c. Create a sharing rule.
d. Modify a standard profile.
Create a custom profile.
Which of the following actions can be performed in the Salesforce mobile App on an Apple iOS or Android mobile device? (select one or more)
a. send emails
b. view map locations
c. log phone calls
d. make phone calls
a. send emails
b. view map locations
c. log phone calls
d. make phone calls
What capabilities does a system admin have for tasks?
(select one or more)
a. Field visibility for standard task fields can be restricted using Field Level Security
b. Tasks can have multi day events and all day events
c. Sharing rules can be used to restrict access to Tasks
d. Record Types can be created for tasks
b. Tasks can have multi day events and all day events
d. Record Types can be created for tasks
Admins should use the _______ for uploading new USER records.
Salesforce Data Loader
Which objects can be imported by the Import Wizard? (select one or more)
a. Leads
b. Campaign Members
c. Custom Objects
d. Accounts
e. Person Accounts
f. Users
g. Contacts
a. Leads
b. Campaign Members
c. Custom Objects
d. Accounts
e. Person Accounts
g. Contacts
Your company requires that its Salesforce account data including attachments to be backed up weekly. Which tool should an Admin use to accomplish this?
a. Data Loader
b. Data Backup Service
c. Account analytic snapshot
d. Data Export Service
Data Export Service
While you could use the Data Loader it will be hard work selecting and then downloading all the files when the Data Export Service can do it all automatically.
The Salesforce mobile App supports all custom objects and the following standard objects: (select one or more)
a. Opportunities
b. Leads
c. Contacts
d. Cases
e. Accounts
a. Opportunities
b. Leads
c. Contacts
d. Cases
e. Accounts
True or False: Once the scheduled time for a Task has passed, the task is automatically moved to the activity history.
False. Tasks are not automatically moved to activity history, they must be completed first.
Which statement about products and price books is true? (select one or more)
a. Products w/o a price are automatically added to the standard price book.
b. The standard and list price for a product can be listed in multiple currencies.
c. Price Book that contain assets cannot contain products.
d. a product can have a different list price in different price books.
b. The standard and list price for a product can be listed in multiple currencies.
d. a product can have a different list price in different price books.
The support group at Tanna Coffee wants agents to capture different information for product support and inquiry cases. In addition, the lifecycle for product support cases should have more steps than the lifecycle for inquiry cases. What feature should an admin use to meet these requirements? (select one or more)
a. Support Process
b. Record Types
c. Page Layouts
d. Field Level Security
e. Permission Sets
a. Support Process
b. Record Types
c. Page Layouts
Your company needs to use cases to manage both customer support issues and internal change requests. Which functionality should an Admin use to meet this requirement? (select one or more)
a. Support Process
b. Page Layouts
c. Record Types
d. Validation Rules
e. Delegated Administration
a. Support Process
b. Page Layouts
c. Record Types
From the items below, identify the Workflow action.
a. Create a task
b. Create an inbound message
c. Create a mobile alert
d. Create a section update
Create a task
Name that Org Wide Default:
All users can view, edit and report on all records.
Public Read/Write
Name that Org Wide Default:
Only the record owner and users above that role in the hierarchy can view, edit and report on those records. Other users have no access at all.
Private
Name that Org Wide Default:
All users can view and report on records but not edit them. Only the owner and users above in the hierarchy can edit those records.
Public Read Only
Name the Access Level:
A user can view, edit, or delete a record, based on the access they have for the parent record. For example the user can view, edit or delete a Contact record if they have access to the parent Account record associated with it.
Controlled by parent
Which of the following makes a User record unique?
a. Role
b. Username
c. Profile
d. Email ID
Username
Which dashboard component can display data from the summary rows of reports? Select one or more.
a. Gauge
b. Table
c. Chart
d. Metric
Table
Chart
When person accounts are enabled for your org, a default record type of _______ is automatically created.
a. person
b. people account
c. person account
d. people
Person Account
On Lead conversion, a Lead object custom field cannot be mapped to which object’s custom field?
a. Contact
b. Account
c. Opportunity
d. Case
Case
Which of the following is not configured as part of the Profile?
a. Page Layout
b. User License
c. Record Types
d. Role
e. Field Level Security
Role
Why are you doing this?
Because Salesforce is going to help provide a better future for my children!
Which of the following is NOT a standard Salesforce function?
a. Email to Lead
b. Web to Lead
c. Web to case
d. Email to case
Email to Lead
Compact Layouts are created and edited from the _______.
Object Manager
Compact Layouts are created and edited from the Object Manager.
Which of the following Salesforce applications enables organizations to speed and streamline all phases of sales?
a. Salesforce Knowledge
b. Salesforce Content
c. Salesforce Automation
d. Salesforce Ideas
Salesforce Automation
_______ allow you to track the specific actions you plan to perform or have performed; _______ cannot track specific actions.
Tasks; Email Alerts
A marketing user has received a file of leads to import into Salesforce. What tool can be used to avoid duplicate lead records?
Data Import Wizard
What happens to the Detail records when we delete the Master record in a Master-Detail relationship?
The Detail records are deleted but can be recovered via the Recycle Bin.
What happens to the Detail records when we delete the look up record in a Lookup Relationship?
The Detail records are NOT deleted.
Where can you view the relationship between an Opportunity object and a Campaign object? (name two places)
Primary campaign source field
Campaign influence related list
Auto-Response rules work on which Salesforce objects?
a. Accounts and Opportunities
b. Leads and Cases
c. Accounts and Cases
d. Leads and Accounts
Leads and Cases
Company X’s Admin will create a custom field to track a specific Tier 2 support user on a case record. What data type should be used when creating this custom field?
a. Formula
b. Hierarchical relationship
c. Lookup relationship
d. Lookup filter
Lookup relationship
Working in a Professional Edition, they wish to install the Expense Tracker (managed package) which requires the use of 4 custom tabs, 3 custom objects, and one custom app. If the company is already using 4 applications, 36 custom objects, and 7 custom tabs, what will happen when they try to install the Expense Tracker?
The installation will succeed. The custom apps contained in a managed package publicly posted on the AppExchange don’t count against the limits for your Salesforce Edition.
Page Layouts can be edited from the _______.
Object Manager
The Object Manager provides access to Page Layouts, Fields & Relationships, Validation Rules and other functions.
What does a page layout allow an admin to control?
The fields users see on detail and edit pages.
What profile permissions will enable the user to edit any record, regardless of the Sharing Model?
Modify All Data
Roll-up summary fields are only available on the _______ in a _______ relationship.
master object, master-detail
On the AppExchange you can publish: (select one or more)
a. dashboards
b. reports
c. custom apps
d. Visualforce code
a. dashboards
b. reports
c. custom apps
d. Visualforce code
Dashboards, reports and Visualforce code can be published as part of a package.
The calendar feature for Salesforce Lightning can create calendars for:
a. Any standard or custom object w a date field
b. Task Due Dates
c. Opportunity Close Dates
d. Direct-Mail Campaign Schedule
e. Open Cases
Calendar makes A TODO list!
When a lead is converted and an opportunity is created, what other object(s) are related to the new opportunity by default? Select one or more
a. Contact
b. Account
c. Lead
d. Case
Account and Contact
What will occur when a system admin creates a dynamic dashboard?
The DATA displayed varies based on the USER viewing the dashboard.
How many User records can be imported via Import Wizard?
None.
The wizard is OUt of luck.
A single task cannot be assigned to _______.
multiple users
The due date for workflow tasks is based on the number of _______, these rules fail to recognize only _______ by default.
calendar days, working business days
To assign tasks to multiple users, you must create _______ as outcomes of the rule.
multiple tasks
Salesforce mobile App supports .png, .gif and .jpg image formats for custom branding elements, but which format does Salesforce recommend using for the best results?
.png format
Which feature does Salesforce provide for restricting login access to the application? (select one or more)
a. Profile-based login hour restrictions
b. Org-wide login hour restrictions
c. Org-wide IP restrictions
d. Profile-based IP restrictions
Profile-based login hour restrictions
Profile-based IP restrictions
Org-wide IP restrictions,
You cannot have Org-wide login hour restrictions. I guess this is bc as the admin you could lock yourself out if you accidentally did this.
A _______ is an optional relationship, the user does not have to select a related record.
Lookup Relationship
With a _______ relationship, when the master record is deleted, all child records are also deleted.
Master-Detail
With a Master-Detail relationship, when the _______ is deleted, all _______ are also deleted.
master record, child records
With a _______ relationship, record links to an external system that contains the parent record.
External Lookup Relationship
A _______ relationship refers to another user account, eg to connect to the user’s manager.
Hierarchical Relationship
What will happen when a user attempts to login to Salesforce from an IP address that is outside the login IP range on the User’s profile?
The user will not be able to log in at all.
A custom field is made Read-only from the Field level security and Required from the Page layout. The Field will: (Select one)
a. Give you a choice in a pop up window.
b. Be Read Only for the User.
c. Be Required for the User.
d. Throw an error and not allow you to make it a Mandatory, Read only field from the page layout.
Be Read Only for the User.
The new VP wants to track the results of calls w:
-left voice mail/message
-no answer
-conversation, progression in sale
-conversation, no progression
The sales team only contacts the leads. How can the admin do this?
Create a custom picklist field on the activity object called “Call Outcome’ and add the field to the appropriate task page layout(s).
Which types of packages can be upgraded?
Managed packages.
A Managed package is maintained by a 3rd party verified vendor or Salesforce but it has limited _______ capabilities and is easily _______ and _______ on newer versions of Salesforce.
Customization,
Upgraded and
Supported
I like Managed Packages … CUS
Name two functionalities available when using the data export service?
schedule a recurring export,
include attachments
Mustache guy holding a calendar and staples it to the dolly “Data Export Services here… we schedule recurring exports and include attachments!”
What can you use to filter the data in a report? (Name 4)
Cross filters
Field filters
Row limits
Filter logic
You CROSS the FIELD then ROW to the LIMIT across the lake to get the magic cup of FILTER LOGIC.
Salesforce Shield Platform Encryption encrypts sensitive data for compliance with common regulatory requirements and supports which of the following features? (select one or more)
a. Encrypting certain standard and custom fields.
b. Using an advanced key management system.
c. Using Microsoft BitLocker features on the connected PC.
d. Encrypting files and attachments.
Encrypting certain standard and custom fields.
Using an advanced key management system.
Encrypting files and attachments.
With the dashboard editor in Lightning Experience, you can drag the _______ anywhere on the layout.
dashboard components
Which one is NOT a recorded ‘activity’ in Salesforce?
a. emails
b. Logging a Call (after call completion)
c. events
d. tasks
e. dials
dials
The Operations Team uses a field on the Account record call ‘Delinquent’ to indicate an account that is behind on payments. This field should only be visible to: all the Finance Team, all Sales Managers and only two of the Sales Reps. What is the best way to implement this?
Grant Field-level visibility for the Delinquent field to the Finance Sales team and Sales Managers via profiles.
Grant Field-level visibility for the Delinquent field to the two Sales Reps via a Permission Set.
_______ control the broader object level access and _______ control the finer grained access via record level access.
Profiles, Roles
Profiles control the broader object level access and Roles control the finer grained access via record level access.
What are two sources from which cases can be created?
Email-to-Case
Connect for Outlook
EC C Out
The sales operations team at Company X needs to be able to read, edit, delete and transfer all records owned by sales reps. How can an Admin meet this requirement in the most efficient manner?
Define a role hierarchy where the sales operations role is above the sales reps role.
A user can’t login and login history shows this person has attempted to log in multiple times and has been locked out. What should the admin do?
The admin needs to:
1. Go to the user’s record DETAIL PAGE
2. UNLOCK their account
3. click RESET password
4. SEND a password to the user’s email.
The access settings available when setting org-wide defaults are NOT used to control the ability to _______
create or delete records.
What are the access settings available when setting org-wide defaults?
(name 5)
Private,
Public Read Only,
Public Read Write,
Public Read Write Transfer
Controlled by Parent
Two main types of relationships we can configure in Salesforce are:
Master-Detail relationships
Lookup relationships
When configuring the Record Types section of a Profile what options do we have?
Default Record Types
Available Record Types
Da, what kind o record types do we have?
A user successfully logs in at 3:30p, what happens at 3:31p if the Login Hours for the user’s Profile are set from 7:30a - 3:30p?
User is logged out once he tries to do any DML (Data Manipulation) Operation i.e. Save, Edit, etc.
What is the capability of Salesforce Knowledge?
Knowledge allows an Org to share articles with partner portal users.
Knowledge uses data categories and roles to make articles visible to the specific users.
When importing data, what happens if some records do NOT meet the data validation criteria?
The import process fails only for the records with invalid data.
The _______ defines the result of record approval or rejection.
approval action
The _______ can be used to track the approval process.
approval history related list
Validation rules can reference fields which are not included in a _______.
page layout
_______ apply to all new and updated records for an object.
Validation rules
Company X requires org-wide default for opportunities be public read/write. Sales users are complaining that opportunity reports return too many results making it hard to find their stuff. How can Admin help?
Configure report filters to reduce the number of records returned.
The Account object has a one-to-many relationship with which standard objects?
Contact, Opportunity, Case
The graphical interface for creating custom Lightning pages for Salesforce Lightning Experience and mobile apps is called the _______.
Lightning App Builder
What functionality is available for tasks?
Record types and/or Validation rules can be created for tasks.
Having an RV is quite a task.
Which tool would you use to build a new Home Page for a group of users?
Lightning App Builder
Which type of report can be used for dashboard components in Salesforce?
Dashboard fully supports Summary and Matrix.
Tabular can be used but only if rows are limited to a max of 10.
Company X is using a private sharing model. The sales director needs full access to all records owned by the regional sales reps. How can this be accomplished?
Define a role hierarchy where the regional sales reps roll up to the sales director.
How can Lightning Process Builder be used to automate business process? (select one or more)
a. Send an email when a case has been open for 30 days.
b. Create an order renewal when an opportunity is won.
c. Define steps and approvers in an approval process.
d. Prevent users from deleting accounts with open opportunities.
Send an email when a case has been open for 30 days.
Create an order renewal when an opportunity is won.
True or False:
When a field is removed from the Page Layout, it is also deleted from the Object.
False.
_______ control the format of the pop-up display when a user hovers over a record link.
Compact Layouts
Compact Layouts control the format of the pop-up display when a user hovers over a record link.
Where are Compact Layouts displayed?
Compact Layouts are displayed at the top of a record page.
The _______ determines if they can see/edit contact records owned by subordinates.
role hierarchy
The role hierarchy determines if they can see/edit contact records owned by subordinates.
T or F:
A custom summary formula can reference a formula field within a report.
True.
A custom summary formula CAN reference a formula field within a report.
T or F:
Custom summary formulas can be used in a report built from a custom report type.
True.
Custom summary formulas CAN be used in a report built from a custom report type.
T or F:
Reports can be grouped by a custom summary formula result.
False.
Reports CANNOT be grouped by a custom summary formula result.
T or F:
Custom summary formulas can reference another custom summary formula
False.
Custom summary formulas CANNOT reference another custom summary formula
A user reports that they cannot login to the production Salesforce environment. You have no time or IP range restrictions in place. What are the possible reasons that would cause this? Name 3.
- They are logging into test.salesforce.com
- There’s a problem w the Single Signon Server that allows them to login with their normal Windows Username.
- They are using the wrong username.
Record Types allow us to vary which of the following, allowing us to customize the user experience? (select one or more)
a. User Login Access
b. Business Processes
c. Picklist Values
d. Page Layouts
e. Field Level Security
Business Processes
Picklist Values
Page Layouts
The main platforms supported by the Salesforce mobile App are _______ and _______.
Android and Apple iOS
Which of the following is NOT a Roll-Up summary field operation? (select one)
a. MIN
b. Count
c. SUM
d. MAX
e. Average
Average
All of the following actions may take place on a Workflow Rule EXCEPT: (select one)
a. Update Field
b. Outbound API message
c. Create a Task
d. Create an Event
Create an Event
What can be modified on standard object fields?
(select one or more)
a. Default text
b. Label
c. Picklist values
d. Help text
e. Field type
Label, Picklist values, Help text
Where can you find the option to modify labels?
Setup -> Rename Tab Names and Labels,
click “Edit” next to object,
click “Next” to get to the field labels.
If a Report is run which returns 25,000 records, then…
The first 2,000 records are displayed in the User Interface.
A report is run with more than 2,000 records. How do you view the records above 2,000?
For Tabular and Summary reports: Export the report to Excel or use the printable view.
For Joined reports, export is not available and the printable view displays a maximum of 20,000 rows.
Which setting is not found on the Company Information page? (select one)
a. Language, Locale, and Time Zone
b. Fiscal year setting
c. Profiles
d. Data and File storage
e. Licenses
f. Currency Setup
Profiles is not found on the Company Information page.
Once a new Page Layout has been created and before users can see the new layout, the Admin must…
assign the new Layout to a Profile.
To enhance security, the Admin wants to limit the hours when users can log in. Outside business hours no users from the Org should be able to log in. How can this be achieved?
Create Login Hours restrictions for each profile since there are no Login Hours restrictions for the entire Org.
On Lead Conversion, the Close Date of the newly created opportunity is automatically set to?
Last Day of the Current Quarter
T or F:
Validation is NOT done on deletion of records.
True.
Validation is NOT done on deletion of records.
The order of execution is _______ before workflow rules.
Validation
The order of execution is Validation before workflow rules.
What is the default report format for the new reports created in report builder?
Tabular
Admin needs to restrict users ability to view a dashboard. How can this be accomplished?
Restrict the access to the folder that the source report is located in.
T or F:
You cannot delete standard fields but you can remove non-required standard fields from a page layout.
True.
You cannot delete standard fields but you can remove non-required standard fields from a page layout.