Michael has developed an app for tracking product defects.
His navigation menu lists each product.
He has defined application items and computations to hold the number of defects for each product.
For example, for Hedgers, he has defined the application item HEDGER_DEFECTS.
How can Michael add the number of open defects in the navigation menu entries?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
In order to add the number of open defects for each product in the navigation menu, Michael can use option C, "Update the List Entry Label for Hedgers to Hedgers &HEDGER_DEFECTS., and similarly for other products."
Here's how Michael can achieve this:
After following these steps, the number of open defects for each product will be displayed next to the product name in the navigation menu.
Option A, "Update the Navigation Menu template to be Include Count," is not a valid option as there is no such template option available in Oracle Application Express (APEX) to include count in the navigation menu.
Option B, "Update Template Options and set Display Count to True," is also not a valid option as there is no option in the Template Options to display count in the navigation menu.
Option D, "Add &HEDGER_DEFECTS. to User Defined Attribute 01 in the navigation menu for Hedgers, and similarly for other products," is not the correct option either. User Defined Attribute 01 is not designed to hold dynamic data, such as the number of defects, and therefore, it cannot be used to display the number of open defects for each product in the navigation menu.