Hi guys
I am wondering whether I can retrieve the active objects over the associations from an Object.
For example:
ShoppingCart object could have many associations to many different Products which are all different objects, whereby each Product has a Name.
So I want to know programmatically the Names of the associated Objects of the shoppingCart (if there are)
Is this possible?