Hi this will be like resurrecting an old post.
What I want is similar but a little different. Instead of creating a custom table etc. I want to use BP structures to create a sub relationship on my custom BOL component. I already successfully created my relationship under Opportunity. But now I need to create a BP set ( it could have more than one BP attached ) under my BOL object.
What I need to know is, is there a need to create custom classed and functions for the BP? Because I'm using PARTNER object as base for my object I'm not really sure if I need that or not.
I followed this steps for creating my custom object:
Extend BOL Model BT with custom table type relationship - CRM - SCN Wiki
Also followed this until Step 2's "Maintain handler classes for Z-objects".. Here I'm not sure what I need to extend and from where for BP relationships..
Here is what it looks like in Model Browser:
https://www.dropbox.com/s/2k4s1km6s8rzz0q/Screenshot%202014-12-12%2011.51.45.png?dl=0
A little help please.