Author |
Message
|
mankind |
Posted: Thu Dec 01, 2005 2:04 pm Post subject: One ASBO to multiple GBO:s? |
|
|
Newbie
Joined: 28 Sep 2005 Posts: 3 Location: Sweden
|
Hi,
Is it possible to create many GBO:s from one ASBO in a map?
I have a ASBO with a child BO that has muliple cardinality and I would like to create a new GBO for every child BO.
Thanks |
|
Back to top |
|
 |
kotha |
Posted: Thu Dec 01, 2005 3:05 pm Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Yes you can.
You can create as many maps as you want from one BO (ASBO). In your case, you might need many maps pertained to different scenarios, like one child BO of ASBO to one GBO and so on as per your application requirement.
explain your requirement clearly for more input from us. |
|
Back to top |
|
 |
mankind |
Posted: Fri Dec 02, 2005 12:01 am Post subject: |
|
|
Newbie
Joined: 28 Sep 2005 Posts: 3 Location: Sweden
|
The thing is that I am trying to create new multiple instances of the top-level GBO. I have tried to put a map from sub_ASBO to GBO in the top element in the GBO but this only result in that when the map executes the destination variable gets an exception because it’s null. I can’t change the GBO or the Collaboration.
Where do I place the map in the GBO?
Can I copy the destination GBO instance, and if so can the map handle multiple outputs from the same mapping session?
Thanks |
|
Back to top |
|
 |
sdng |
Posted: Fri Dec 02, 2005 1:17 am Post subject: |
|
|
Acolyte
Joined: 23 Nov 2005 Posts: 53
|
it's very interesting condition
i think you can:
create new GBO with child BO with multiple cardinality
than create new map from asbo to new gbo
than create new collaboration that use dinamic call to old collaboration for all sub BO in new GBO
may be you have to create new ASBO |
|
Back to top |
|
 |
ashoon |
Posted: Fri Dec 02, 2005 1:38 pm Post subject: why do 1ASBO to multiple GBOs? |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
Not sure of your situation but I think an alternative could be one GBO that consists of all the multiple GBO's you need and then call sub-collaborations for each? |
|
Back to top |
|
 |
mankind |
Posted: Thu Dec 08, 2005 2:04 am Post subject: |
|
|
Newbie
Joined: 28 Sep 2005 Posts: 3 Location: Sweden
|
Thanks for your suggestions. |
|
Back to top |
|
 |
|