...
- 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.
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.
- Click on the Doc Action button Form Properties icon in the toolbar at the top of the form.
- In the dialog box that appears click on 'Select the Document Actions tab and the Send Data sub-tab.
- Select Manually set document URIs'.A new dialog
- 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.
- Set the Read and Write URLs to: http://localhost:8082/database/BIRT/customerCreditLimit?cnum={sc}
- Set the Read method to GET.
- Set the Write method to PUT.
- Click the Finish button.
...