Question
3
Replies
1453
Views
Posted: March 18, 2016
Last activity: March 18, 2016
Accessing properties of a sub-case through an activity
Hello Guys,
I have a sub-case type called "Solution" inside a case type called "Case".
Where is stored the relationship between those 2 objects ? In my activity, I'm opening the Case object. I need to access properties of Solution object. How to achieve that?
Thanks in advance,
Rosy
Hi Rosy,
You would need to open the child object. When you open the parent object you should see a property on the Clipboard called pxCoveredInsKeys that lists the pzInsKey for each of the child objects. You may be able to use this data to open the child object and get the data you need.
Carissa