Question 181

Which code displays the contents of a Visualforce page as a PDF?
  • Question 182

    A developer must provide a custom user interface when users edit a Contact. Users must be able to use the interface in Salesforce Classic and Lightning Experience.
    What should the developer do to provide the custom user interface?
  • Question 183

    A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.
    Which action will allow the developer to relate records in the data model without knowing the Salesforce ID?
    Create a custom field on the child object of type Foreign Key
  • Question 184

    While developing an Apex class with custom search functionality that will be launched from a Lightning Web Component, how can the developer ensure only records accessible to the currently logged in user are displayed?
  • Question 185

    A developer created a child Lightning web component nested inside a parent Lightning web component, parent component needs to pass a string value to the child component.
    In which two ways can this be accomplished?
    Choose 2 answers