Study for the Salesforce Platform Developer Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Practice this question and more.


Which components can be added to a lightning app on a custom object? Choose 3.

  1. Standard Lightning component

  2. Custom lightning component

  3. Object specific actions on the custom object

  4. Visualforce

The correct answer is: Standard Lightning component

In the context of creating a Lightning app for a custom object, it's essential to consider the types of components that can enhance the app's functionality and user experience. Standard Lightning components are pre-built components provided by Salesforce that can be easily used in Lightning apps. These components are designed to work seamlessly with various Salesforce standard and custom objects, making it possible to integrate common functionalities like displaying records, lists, or charts without requiring extensive custom development. Therefore, including standard Lightning components is a valid choice when configuring your Lightning app. Custom Lightning components are also an integral part of building a Lightning app for a custom object, as they allow developers to tailor specific functionalities to meet unique business requirements or workflows. Developers can create these components using the Lightning Component Framework, enabling the incorporation of specialized logic or user interfaces into the app. Additionally, object-specific actions on the custom object are designed to enhance user interaction directly related to the data within that custom object. They allow users to perform tasks that are pertinent to that object, such as creating new records or initiating specific processes. Including these actions further enriches the functionality of the app, providing users with immediate access to essential operations relevant to the custom object. Visualforce, while a powerful technology for building user interfaces in Salesforce,