|
|
|
|
| Re: how to programatically change relationship in master-detail block [message #573036 is a reply to message #573034] |
Thu, 20 December 2012 02:21   |
|
|
ok thanks littlefoot
my requirement is
:BLK1 master and :BLK2 is detail.
I want to query :BLK1 and then :BLK2 return data with different joining-condition. Depends on some values of :BLK1
I doing master-details by using standard relationship property.
if there is no standard way of changing block property, Should I manually control master-details query by coding? and how to do it?.
appreciate your help sir!
Bank
|
|
|
|
|
|
|
|
|
|
| Re: how to programatically change relationship in master-detail block [message #573041 is a reply to message #573040] |
Thu, 20 December 2012 02:58   |
|
|
ok let's me explain real scenario
relationshipA is linking master-detail by linking PERSON_ID <-- default relashipship
relationshipB is linking master-detail by linking ORG_ID
now if I add default_where in detail block to relationshipB. how details block query condition be? by ORG_ID or by PERSON_ID or both? hope I understand what I doubt.
thanks!
|
|
|
|
|
|
|
|
|
|