 |
 |
 |
 |
|
The Edit button or icon you clicked on is not yet bound to an Edit Record page.
You can bind the Edit button or icon to an Edit Record page by doing the following:
- If you have not yet created an Edit Record page, use the Application Builder to create one or create one by hand.
- Go to the Application Explorer tab, navigate in the tree to the page that contains the Edit button or icon, then click the Page Properties button on the tool bar.
- Select the name of the Edit button or icon in the tree.
- On the Bindings tab, modify the Redirect URL to point to your Edit Record page.
Example: ../MyPages/MyEditRecordPage.aspx?QueryStringParam={0}
- Make sure the Redirect parameter is "ID".
- Save changes and rebuild the application.
|
|
|
|
 |
 |
 |
 |
|