Oracle Application Express 5: Developing Web Applications — Question 68
Jason has developed an app for maintaining customers. He has a navigation menu for customers that he needs to associate with multiple pages.
How can Jason associate one list entry with multiple pages?
Answer options
- A. Set List Entry Current for Pages Type to "Comma Delimited Page List."
- B. Update the list entry User Defined Attribute 01 to "MULTIPLE", and User Defined Attribute 02 to the list of pages.
- C. Update each page and set Current Navigation Menu Entry to "Customers".
- D. Add additional list entries labeled Customers.
- E. Update list entry Condition Type to "Current Page Is Contained Within Expression 1 (comma delimited list of pages)."
Correct answer: E
Explanation
The correct answer is E, as it allows a single list entry to be associated with multiple pages by specifying a condition that matches any of the pages listed. Options A, B, C, and D do not effectively provide a way to link one list entry to multiple pages simultaneously, either by suggesting incorrect methods or failing to meet the requirement of multiple associations.