Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Verify that the order was successfully inserted.
  • Use the form from Example 3 by clicking the Test button.
  • Select the customer.
  • You should see your order. Select the order.
  • You should see Line Item details appear below.

Image Modified

Example 6: Update existing records

...

Connect the customerCreditLimit document to the database query defined above. See Doc URl Wizards for help on the steps below.

  1. Click on the Doc Action button Form Properties Image Addedicon in the toolbar at the top of the form.
  2. In the dialog box that appears click on 'Select the Document Actions tab and the Send Data sub-tab.
  3. Select Manually set document URIs'.A new dialog
  4. box will appear. Navigate to the desired document (customerCreditLimit) by clicking the Next buttonYou should see the Document name 'customerCreditLimit', which is the data source we are interested in.
  5. Set the Read and Write URLs to: http://localhost:8082/database/BIRT/customerCreditLimit?cnum={sc}
  6. Set the Read method to GET.
  7. Set the Write method to PUT.
  8. Click the Finish button.

...