Wiki source code of How to use a Detail List Page
Last modified by Ravi Mendis on 2009/04/27 03:39
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The //ListCustomer// page in //ERDivaLookExample// is a "detail" list page. | ||
| 2 | |||
| 3 | [[image:attach:Picture 1.jpg]] | ||
| 4 | |||
| 5 | It's very simple to configure a detail list page. | ||
| 6 | All you do is add two rules: one for the **subTask** key and the other for the **displayPropertyKeys** of the embedded //D2WInspect//. E.g: | ||
| 7 | |||
| 8 | |=((( | ||
| 9 | LHS | ||
| 10 | )))|=((( | ||
| 11 | key | ||
| 12 | )))|=((( | ||
| 13 | RHS | ||
| 14 | ))) | ||
| 15 | |((( | ||
| 16 | entity.name = 'Customer' and task = 'list' | ||
| 17 | )))|((( | ||
| 18 | **subTask** | ||
| 19 | )))|((( | ||
| 20 | //detail// | ||
| 21 | ))) | ||
| 22 | |((( | ||
| 23 | pageConfiguration = 'InspectEmbeddedCustomer' | ||
| 24 | )))|((( | ||
| 25 | **displayPropertyKeys** | ||
| 26 | )))|((( | ||
| 27 | //("streetAddress","city","state","zip")// | ||
| 28 | ))) |