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 of the following cannot be used to build a complete Custom Tab?

  1. Display an external web page

  2. Display data using a VisualForce page

  3. Show data from a custom object using the native user interface

  4. Display the approval process using an Apex page

The correct answer is: Display the approval process using an Apex page

A Custom Tab in Salesforce is designed to provide users with access to specific functionality, information, or external content within the Salesforce environment. When building a Custom Tab, it’s essential to understand the types of content that can be effectively represented through each option. The ability to display an external web page allows for integration with other systems or resources, providing users direct access to websites or applications without leaving Salesforce. This leverages the flexibility of a Custom Tab to show external content dynamically. Using a Visualforce page is a traditional and powerful method to create custom user interfaces in Salesforce. Visualforce enables developers to design tailored screens, including forms and various interactive elements, making it suitable for Custom Tabs. Showing data from a custom object using the native user interface utilizes standard Salesforce features. This method allows users to interact with records in a familiar layout, ensuring a seamless experience. Such native functionalities can be effectively incorporated within a Custom Tab. In contrast, displaying the approval process using an Apex page does not fit well within the concept of a Custom Tab. Approval processes typically require users to navigate through specific workflows rather than being encapsulated within a separate tab. Custom Tabs are intended to streamline the user experience around accessing data or external resources, not to manage complex processes like approvals directly.