Share all details related to your problem, including any error messages you may have received.
I wanted to create a customized report like to get users details of whose effective start date prior to yesterday with the Entitlements and User ID.I want to place that report in CSV form in a Pod for the references. Can anyone help with the similar reports code.
If you are looking for a file to be placed on server , better go with a custom rule runner task to get the identity details using filter based on start date and use IdentityEntitlement api against the same user to get the entitlements he is having
Can I get more in detail picture on it Because this is my first development task in sailpoint.
It should be updated reports every week once and daily once . I thought to go with Customized reports to configure. please give more details on that and if have any sample or similar code. Please do help me.
To achieve it in simple way form an SQL query according to your business need like querying spt_identity,spt_entitlement,spt_identity_entitlement etc.
Then you can simply use context object available in rule to query your DB for the data and then simply use java api’s can be used to create file at any location which is reachable from SailPoint.
Let me know if you need help with the code.
Thanks