This session is about how to extend the out-of-the-box SailPoint object model to contain not only standard SailPoint objects like Identity, Link etc. but also custom ones together with use cases where this customization might be useful. Kamil will also share his thoughts on both the pros and cons of this solution.
Hi @kjakubiak ,
This post is super good and helps me a lot.
Is it possible to get the PDF you used during the presentation, like last year ?
This helps to copy copy and stuff.
Hi Kamil, I’ve attached a script that allows extract HBM cofiguration into a SSB custom script. The scripts also extends additional settings that allows to work with a custom SaipPoint Object in Debug Pages. build.custom.hbmextension.xml (4.3 KB)
Hi Serge,
That’s great script - feel free to create pull request to the colab repo - I will approve it as soon as it’s there. You will get 100 points in Community Ambasadors programme if you do so
Hello @kjakubiak , I am trying to implement this as per our use case.
I did have the Java class file and hbm file in place, but i did not find the hbm.cfg.xml file under classes folder so i created one. when i run iiq schema I am getting null pointer Excpetion. Any pointers here will help me.
I was able to pull the hbm.cfg file from identityiq.jar and sucessfully created the table in identityiq DB. As per our requirement we need to import the data to the newly created table and look up as needed that being said do you see any problem with importing the data into the new table ?
When I am trying to compile the custom file with SSB then it is throwing object not found for IIQ 8.4. I have modified the script to overcome the issue.