Develop > Document Engine Guide > Work order example overview > Create display application screen definition

Create display application screen definition

You create the display application screen definitions for open, close, and view screens for the work order forms that allow users to open, close, and view work order records.

To create a screen application definition for open, close, and view, follow these steps:

  1. From the System Navigator, click Tailoring > Tailoring Tools > Display Screens to open the Display Application Screen Definition form.
  2. Type EXWorkOrder.open in Screen ID.
  3. Enter the following information:

    Field Value
    Screen ID EXWorkOrder.open
    Title Create New Work Order
    Format $L.format
    I/O (If RIO) true
    On option 0: redraw screen
    Language ENG
  4. Click Add and then click OK.

For this example you also need to create display application screen definitions for a close screen.

  1. From the System Navigator, click Tailoring > Tailoring Tools > Display Screens to open the Display Application Screen Definition form.
  2. Use the following information:

    Field Value
    Screen ID EXWorkOrder.close
    Title Close Work Order
    Format $L.format
    I/O (If RIO) true
    On option 0: redraw screen
    Language ENG
  3. Click ADD and then click OK.

For this example you need to create display application screen definitions for view screen also.

  1. From the System Navigator, click Tailoring > Tailoring Tools > Display Screens to open the Display Application Screen Definition form.
  2. Use the following information:

    Field Value
    Screen ID EXWorkOrder.view
    Title View New Work Order
    Format $L.format
    I/O (If RIO) true
    On option 0: redraw screen
    Language ENG
  3. Click Add and then clickOK.