Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to odd new contacts quickly and then follow up later to complete the additional Information necessary.
What mobile solution should an App Builder recommend? A . Customize the mobile menu to move Contacts to the top. B . Build a global action to create Contacts. C . Add a compact layout to Contacts. D . Use Path and set pre-defined values
What is the capability of schema Builder? Choose 2 Answers A . Showing selected objects on the page. B . Editing custom settings C . Viewing page layout in a new window D . Creating a new record type
Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this? A . Full B . Developer C . Developer Pro D . partial Copy
An app builder wants to show groups as the last navigation menu item in the salesforce1 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? A . Groups is showing up in the recent section and not in the navigation menu B . Groups is not included in the selecteCreate a criteria based sharing rule using the projects department that grd list for the navigation menu C . Groups is included in the smart search items but not on the navigation menu D . Groups cannot be the last item in the navigation menu.
Answer: C
Explanation:
Groups Appears for organizations that have Chatter enabled. If you don’t add this item to the navigation menu, groups are automatically included in the set of Smart Search Items instead and the Groups item is available from the Recent section. https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/customize_s1_nav_about.htm
The director of marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units .
Which function should be used to calculate the difference? A . Datevalue() B . Now() C . Date() D . Today()
Universal container manages internal projects by department using a custom object called projects. Only employees in the project’s respective department should have view access to all of the department’s project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former department .
How can these requirements be met, assuming the organization-wide default for projects is set to private? Choose 2 answers A . Create a criteria based sharing rule using the projects department that grants access to users by permission set. B . Create a criteria based sharing rule using the projects department that grants access to users by roles. C . Create a criteria based sharing rule using the projects department that grants access to users by public groups. D . Create a criteria based sharing rule using the projects department that grants access to users by profiles
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead .
What should an app builder configure to meet these requirements? A . Create three lead record types each with its own page layout containing the relevant fields B . Create a partner community and a record type for web and trade show leads C . Create three sections on the lead layout and instruct users to collapse the non-relevant fields D . Create custom page payouts for each type of lead only containing the relevant fields
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager’s executive can view the rep’s evaluation record but the reps should not be able to view the executive comment field on their review .
How can these requirement be met? A . Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security B . Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security C . Use a private sharing model granting record access using hierarchy; manage field access with field-level security D . Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts