How to use a Detail List Page

Last modified by Ravi Mendis on 2009/04/27 03:39

The ListCustomer page in ERDivaLookExample is a "detail" list page.

Picture 1.jpg

It's very simple to configure a detail list page.
 All you do is add two rules: one for the subTask key and the other for the displayPropertyKeys of the embedded D2WInspect. E.g:

LHS

key

RHS

entity.name = 'Customer' and task = 'list'

subTask

detail

pageConfiguration = 'InspectEmbeddedCustomer'

displayPropertyKeys

("streetAddress","city","state","zip")