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

Report for Notes
Hi All,
I wanted to create a report for mu custom object with notes object field.I have gone throug few of the blog and it was written we cannot create report on notes.
Can we use visual force page report that will pull notes associated with my custom object id .
Awating your inputs
I wanted to create a report for mu custom object with notes object field.I have gone throug few of the blog and it was written we cannot create report on notes.
Can we use visual force page report that will pull notes associated with my custom object id .
Awating your inputs
You can create a visualforce page, and coresponding controller to make a manual soql query for the data you're looking for and then display it as a report, but the standard reporting engine cannot report on notes.