Multiple choice technology packaged enterprise solutions

If you need to change the display name for the fields of a table you need to change it in the .pmd file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Field display names are not configured in .pmd files - those files define metadata structure. Display names are typically set in the application configuration files, database tables like ix_sys_setting, or through the UI framework configuration.

AI explanation

The display name shown for a table's fields is controlled through the application's metadata/configuration layer rather than the .pmd file, which is why this statement is false. The .pmd file serves a different structural/configuration purpose in the system and isn't where field display labels are edited.