The most appropriate action to display a Gender dropdown whose choice label may change in the future as per the business requirement is to create these entries in a table and reference them through a query entity rule as per the business requirement. This is because storing the choice labels in a table allows for easy maintenance and modification of the data without affecting the transactional database tables that rely on this data for reporting. Using a query entity rule allows for retrieving the data from the table and populating the dropdown component dynamically and consistently across different interfaces or processes that use this data. References: Dropdown Component, Query Entity Rule, Data Management
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit