Share all details related to your problem, including any error messages you may have received.
We have created a custom object to store contact details for the users of an application. The reason for doing it is because they don’t have any way to fetch contact details per user. So we store it in the custom object and fetch the required details from there.
I wanted to ask if there is any limit to the size of custom object I could create in SailPoint IIQ?
I think it depends directly of type of column into DB.
For exemple in mysql tah table of spt_custom is this:
the info are stored in attributes columns and it is a logntext; long text can store to 4 GiB(depends of version)
In other type of DB wuold be like text or CLOB; so you have a lot of space.
PS if you store a lot of information in a habit, it will be slow when you have to read it, better if you create an IdentityAttribute like a text if you need to save those info for each identity