Hi all,
I have two business objects for 'CUSTOMER' and 'TRANSCATIONS' ,
iam creating particular transcation records using the Customer id (guid) as one of its attribute.
but if i want to see all the transations done by a particular customer what should i do?? (1 to n relation between bo's)
This is how i tried to achieve that:
-including the transcations node as a representation in the customer,
-in assosiation class call the query of transcation with filter option as cstmer id.
but the query is not returning anything..
is there any other way to achieve this?
Reply ASAP
Thanks & Regards,
Vipin V