Question 136

Bob uploads a PDF to his Files Home private library.
Who can view this file?
  • Question 137

    Universal containers (UC) has a partner community for its 200 distributors. UC customer accounts are ..
    organization-wide default setting for the custom Delivery object is private.
    How can an architect advise UC to grant all users at a distributor access to delivery records for all customer distributor?
  • Question 138

    A developer of Cosmic Service Solutions has created the following custom controller for a Visualforce page.
    What keyword can be added to the definition of the class to ensure that all contact records are not exposed to a user who views the Visualforce page?Choose 1 answer. public class customContactController { public void view() { Contact con = [SELECT Id FROM Contact LIMIT 1]; } }
  • Question 139

    Universal Containers has created a Reimbursement Custom Object to capture requests for reimbursement of expenses related to office supplies. The Reimbursement requests are sometimes sensitive and the Team Leads should not have access to the Reimbursement records submitted by the Users in the Call Center Agent role.
    The Director of Support will require access to all Reimbursement records. The role hierarchy is set as follows:
    Call Center Agent role reports to Team Lead role, which Reports to the Director of Support. Which steps would the Architect take to ensure proper sharing in this Role Hierarchy structure assuming Private Sharing Setting for the Reimbursement Object?
  • Question 140

    Partner users can access records belonging to users in their account at their same role or lower in the role hierarchy, for Cases, Leads, Opportunities and Custom Objects. Which of the following access has to be given ?