You need to sign in to do that
Don't have an account?

Create report pulling data from custom object
I created a custom object which is linked to the User table. within this custom object, I have multiple record for each user.
Is it possible that each user can pull the record associated with his/her ID?
This is my very first report, so please give as much details as possible.
Thank You
- You must allow report in the custom object

- Each record must be owened by the user (you can create a trigger on insert and on update to modifier the owner with the user selected)
- create report and select "Show My items" ex :

I hope it can help you :)