Salesforce Advanced Admin 211 Flashcards
An administrator notices that there are two account records in the system with the same name. A contact record with the same name is associated with each account. Using the salesforce Merge Feature, what steps should be taken to merge these accounts ?
Merge the duplicate accounts, and then merge the duplicate contacts.
A sales manager is receiving an “insufficient privileges” error when viewing a contact. The contact owner is under the manager in the role hierarchy. What is the reason the sales manager is not able to view the contact?
The contact sharing settings are controlled by the parent, and the account owner is not under the sales manager’s role.
Developers at Universal Containers have created new custom objects and fields in a sandbox. Records have also been created for these new objects. What should an administrator do to move these objects, fields , and records to a production environment ?
Use the change sets to migrate the new metadata and Data Loader to migrate the records.
A user is trying to access content in a library but is receiving an insufficient privileges message.Which two ways should the administrator troubleshoot this issue?
-
Determine if the user has been granted “Viewer” permission to the library of interest.
- Determine if the user’s record has the Salesforce CRM Content feature license enabled.
Universal Containers would like applicants to apply for multiple positions, tracking how many applicants have applied and how many positions each individual applicant has applied for. To do this, the administrator will create a Job Application junction object between Applicant and Position objects. Why will this action meet the requirement ?
The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects.
Which two should an administrator consider when enabling Territory Management ?
-
Sharing for accounts, contacts, opportunities, and cases are impacted.
- It limits the type of forecasting that can be used.
Users have been given Read/Write access to product support cases through criteria-based sharing rules. A user’s profile only has read permission for cases.What can the user expect regarding their ability to edit product support cases?
The user will not be able to edit product support cases.
The inside sales manager at Universal Containers wants to be able to report on how long leads have a Lead Status of “Open” before the status changes to another value. Additionally, the sales team has requested the status value be changed with fewer clicks.What should the administrator do to meet this requirement?
Use a quick action to change the status value and a workflow rule to update a date field.
Universal Containers has a workflow rule that sends an email alert to the VP of Sales when a large deal is won. The VP is reporting that these emails are not being delivered.Which two tools should be used to determine the problem?
- Debug log
2. Email log
Which two should an administrator consider when setting up Salesforce CRM Content ?
-
A validation rule can ensure a description is required for all contributed content.
- The content type determines which fields appear on the Content Detail page layout.
Sales management wants a small subset of users with different profiles and roles to be able to view all data for compliance purposes.How can an administrator meet this requirement?
Create a permission set with the View All Data permission for the subset of users.
An administrator would like to know which delegated administrators are actively customizing their organization. Where can the administrator find this information?
Setup audit trail
The VP of Sales wants to enforce a new B2B sales process for the sales representatives. For example, if an opportunity is still in the Prospecting stage one day after the next stage is due, the Deal Status should change to Stalled and the number of deals stalled on the account should be incremented. Which two actions can an administrator use to automate this process?
- Workflow Field update on the opportunity
2. Roll-up summary field on the account
What should an administrator consider when moving approval processes using a change set?
Change Sets do not include the order of active approval processes from the source organization.
If an administrator uses the data loader to transfer ownership of account records, which two results can be expected?Choose 2 Answers.
-
All manual sharing is removed from the records that are transferred.
- All ownership-based sharing rules for the records are recalculated.
Universal Containers uses a custom object to track customer complaints. The company wants to have a field on the custom object where they can include a reference to another complaint. What types of relationship can be used to accomplish this?
Lookup
An administrator has initiated the process of deploying changes from a sandbox to the production environment using the Force.com IDE. Which three pieces of information must be supplied to the IDE during this process?
-
The metadata components that need to be deployed.
- The environment into which the changes will be deployed.
- The user name and password of the destination environment.
Universal Containers uses a custom object to track resources called Supply Items with a lookup to Accounts. The Supply Items records should only be visible by users that own the Account records.What sharing setting provides the correct visibility?
Controlled by Parent
The administrator of Universal Containers is testing an approval process in a recently refreshed Developer Pro sandbox and is finding that none of the notification emails are being sent to the approvers. Which two reasons could be the cause?Choose 2 Answers
- The email addresses for the users are incorrect.
2. The Deliverability Access Level setting is incorrect.
The support manager at Universal Containers wants a dashboard that shows the number of cases that remain open as of 5:00 p.m. each day.What type of report should be used in the dashboard component?
Report based on a reporting snapshot that runs daily at 5:00 p.m.
The Sales Manager at Universal Containers would like a dashboard to view each of the sales representative’s opportunities, accounts, and related cases. What is a recommended solution?
Create a dynamic dashboard and add filters for opportunities, accounts and cases.
A sales manager would like access to the following: All closed/won opportunities in the last six months for each account the manager owns. All cases created within the last six months for each account the manager owns. What can the administrator create to meet these requirements ?
Create an Account report and add Opportunity and Case cross filters.
Universal Containers has a process to allow an employee to submit a vacation request and route it to the employee’s manager for approval. An employee attempted to submit a request but it could not be submitted. How could the administrator troubleshoot this?
Ensure the user record has an assigned active manager.
Recruiters at Universal Containers want to associate a position with their related job applications using two custom objects - Position and Job Application. A job application must always have a related position. If a position is deleted, the corresponding job applications are deleted. What type of object relationship will meet this requirement ?
Master-detail