Develop > Document Engine Guide > Work order example overview > Create an Initialization Process definition

Create an Initialization Process definition

These Process definitions for the work order example specifies what initial expressions and RAD applications to use when a user opens a work order record.

To create a Process definition for initialization, follow these steps:

  1. From the System Navigator, click Tailoring > Document Engine > Processes to open the Process Definition form.
  2. Type EXWorkOrder.open.initial in the Process Name field.
  3. Click Add.
  4. Type $L.format="EXWorkOrder" in the Initial Expressions tab.
  5. Click Save.
  6. Enter the following information in the RAD tab.

    Field Value
    Expressions evaluated before RAD call $L.number.record="EXWorkOrder";$L.number.type="string"
    RAD Application getnumb
    Parameter Names Parameter Values
    name $L.number.record
    index ID in $L.file
    text $L.number.type
  7. Click Save.