Create a copy of a form

In Forms Designer create the sc.manage.WorkOrder form by making a copy of sc.manage.problem. Modify the table column inputs to use the fields from the EXWorkOrder table.

To create a new form from a copy of a form, follow these steps:

  1. From the System Navigator, click Tailoring > Forms Designer to open Forms Designer.
  2. Type sc.manage.problem in the Form field.
  3. Click Search.
  4. Select sc.manage.problem.g.
  5. Click Copy/Rename in the detail Options menu.
  6. Type sc.manage.WorkOrder in the New Name field.
  7. Click OK.
  8. In Forms Designer, update the input fields for the columns using the EXWorkOrder table.

    • Incident ID - ID
    • Category - category
    • Related Id - RelatedID
    • Status - status
    • Assignee - assignee.name
    • Description - description,1
    • Priority - priority
    • Impact - impact
    • Urgency - urgency
  9. Click OK.