Develop > Tailoring > Display functions > Display application > Creating displayscreen records

Creating displayscreen records

Your system contains a number of displayscreen records that have been predefined in the RAD code. Some of these records bind their options to a specific form, while others bind the options to local variables for use with multiple forms. If you edit an option in a displayscreen record used by more than one form, every form that uses that Screen ID is affected. If you need option combinations that do not exist in the displayscreen records provided with the standard system and do not wish to edit any of the existing Screen IDs, you must create your own unique displayscreen record. You might choose to do this when:

  • Writing custom RAD applications
  • Creating script forms

Displayscreen records are created and hard-coded into RAD applications, which search for the appropriate Screen ID when called.

  • RAD programmers who write custom applications for their enterprise can create new displayscreen records.
  • Non-RAD licensee's can add display screens to support specific scripts because the display screen name is specified within the script record and is not hard coded in RAD.

Related concepts

Menus
Display application
Displayoptions
Selecting display options

Related tasks

Create a displayscreen record