Reference current object association, display other objects with same association

0
I have an order details page showing an order, I'd like a list of other orders for the same customer next to it, tried many things can't get it to work...
asked
2 answers
0

Jim,

I am assuming you have something like an Order dataview with OrderItems datagrid nested inside of  it.  If so, you could do the following:

  • Inside the Order dataview, add another dataview that retrieves the Customer for the Order
  • Inside of this Customer dataview, add a datagrid that displays Orders for the Customer

Hope that helps,

Mike

answered
0

try a template grid inside a dataview that retrieves all the orders for that customer.

-customer in dataview

-orders in template grid(retrieve orders by association to customer)

 

Regards

Mo 

answered