Configure the Dynamic Form in the Simple Create and Edit Page Template Pattern Component

  1. Start configuring the form of the Simple Create and Edit Page Template Pattern component.
    1. In the Structure view, select the Dynamic Form node in the Simple Create and Edit Page Template component.
    2. In the Properties pane, click the Quick Start tab.
    3. Click Configure as Edit Form.
      The edit-order Page Designer displays with the Dynamic Form component Properties pane open. The Dynamic Form component and Configure as Edit Form in the properties pane are outlined in red,
    4. In the Configure as Edit Form window, Locate Data stop, enter orders in the filter field.
    5. Expand the fscmRestcontaining"orders" list and select rraOrders.
    6. Click Next.
      The Configure as Edit Form window, Locate Data stop displays with rraOrders highlighted under Choose the source of your data.
  2. In the Select Save Data stop, verify that rraOrders is selected and click Next.
    The Configure as Edit Form window, Select Save Data stop displays with rraOrders selected.
  3. In the Select Rule Set stop:
    1. In the Label field, enter Edit Orders Form.

      After you enter the label, the ID field is populated with editOrdersForm.

    2. In the Description field, enter form for editing an order.

    3. Select the Enable Extensions check box.

    4. Click the Select fields to display button.

    5. From the Fields list, select OrderId, OrderNumber, OrderDate, OrderStatus, TotalAmount, CustomerFirstName, and CustomerLastName.

    6. Click Next.
      The Configure as Edit Form window, Select Rule Set stop displays with the Label and Description field entries, and Enable Extensions and Select fields to display outlined in red.
  4. In the Define Query stop:
    1. In the Sources section, expand Variables if it's not already expanded.
    2. Drag objectId and, in the Target section, get_rraOrders list, drop it on rraOrders_Id.
    3. Again, drag objectId and, in the Target section, update_rraorders list, drop it on rraOrders_Id.
    4. Click Finish.
      The Configure as Edit Form window, Define Query stop displays with objectID selected and mapping to rraOrders_Id.
      The Page Designer displays the fields for the object with the orderId 999983. This is the same number that you set for the page input parameters when setting a default objectId parameter previously.
      The edit-order Page Designer displays with OrderID 999983 details.