Adam Heath wrote:
Well, this eventually does this:

    <form name="ListBillingAccountInvoices" type="list"
list-name="billingAccountInvoices"
paginate-target="BillingAccountInvoices" default-entity-name="Invoice">
        <actions>
            <entity-condition entity-name="Invoice"
list-name="billingAccountInvoices">
                <condition-expr field-name="billingAccountId"
env-name="billingAccountId"/>
            </entity-condition>
        </actions>

While the Invoice entity *does* have a billingAccountId, no invoices in
the demo system set that field.  So, that screen s/b empty.

Still looking...

Not sure I understand but, the correct expected behavior is to get an empty list in the demo system (in fact the no invoice has the billingAccountId set); instead, I see three invoices in the billing account screen.

Jacopo

Reply via email to