Group: Forum Members
Posts: 72,
Visits: 235
|
Ok. I have a new question now. I've been playing with the settings trying to get this all working and I'm about 95% of the way there.
I've got a Dictionary object of key => BusinessLayerLinkManager so I can easily deal with my Links. Unfortunately, I think it doesn't like my very-normalized data model. Here's the situation:
1) Two M2M relationships, spread across 5 BOs.
2) Two BLLM elements of the aforementioned dictionary.
The relationships are:
1) object 1 -> link 1 -> object 2
2) object 2 -> link 2 -> object 3
It populates object 1 correctly and pulls the single record I need. Object 2 is a list of contacts associated with object 1 and it pulls all the associated contacts into the business object no problem. The trouble I have is when I use the contacts (object 2) to link to the contacts individual roles. It pulls the roles (object 3) contents fine and populates the list correctly for the contact. Then, I navigate to the next contact (in object 2) and it changes the list of roles, but the contact information doesn't actually change.
I've got every property in link1 that would automatically fill object 2 set to false (or no filter), but I still run into the same issue.
Do you guys have some detailed documentation on how behavior changes based on the value of the BLLM properties or a really good example of how to use the BLLM?
Thanks!
Peter
|