Can i use GetAssocBusComp to get an instance of BC used in Assoc Applet ? (8.0.x)
I have found a scripting issue, and i don't see an easy solution to that. Namely, GetAssocBusComp returns the instance of the BC that is defined in MV link in parent BC. However, i cannot use this BC in the manner i need. I actually need ANOTHER BC, which is a BC behind Association Applet. To put this in context
BO - List Mgmt
Parent BC - List Mgmt List
"Wrong" Assoc BC - Contact
"Correct" Assoc BC - Interested Contact
Is there any way using scripting i can use "Interested Contact" as Assoc BC in my script ? Also, i should probably note that this all happens via COM+ interface, so i cannot solve this by placing script oon Applet or BC level.