|
| Total Answers and Comments: 6 |
Last Update: November 10, 2009 Asked by: saravanan.eswaran |
|
| | |
|
Submitted by: pooja.verma Unconnected lookup should be used when we need to call same lookup multiple times in one mapping. For example, in a parent child relationship you need to pass mutiple child id's to get respective parent id's.
One can argue that this can be achieved by creating resusable lookup as well. Thats true, but reusable components are created when the need is across mappings and not one mapping. Also, if we use connected lookup multiple times in a mapping, by default the cache would be persistent.
Above answer was rated as good by the following members: aks_27, avneeshrathor | Go To Top
|