Question 171

Which mechanism is used to specify who can read Articles and who can contribute Articles in a Knowledge Base?
  • Question 172

    Once the "Request Approval" button is clicked in the normal change form, approval requests are sent to all members of the "CAB Approval" group.
  • Question 173

    In the baseline instance configuration for Incident Management, when Impact = 3 - Low and Urgency = 3 Low, the Priority will be set to 5 - Planning.
    The customer requirement is to set the Priority to 4 - Low, given these Impact and Urgency settings Where should this be changed in the platform?
  • Question 174

    What is the purpose of "Search As" field in the contextual search table configuration?
  • Question 175


    Consider the Apex class above that defines a RemoteAction used on a Visualforce search page.
    Which code snippet will assert that the remote action returned the correct Account?
    Account a = controller.getAccount('TestAccount');