Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Exposing custom reports in custom app
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Exposing custom reports in custom app
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 03:06 PM
Hi,
I have read about custom report types and reports and have created one using my custom object. Now I want to expose this report in my custom app. Is this possible using a tab or Visualforce page?
Any guidance will be much appreciated.
Thanks,
Nitesh
Solved! Go to Solution.
Re: Exposing custom reports in custom app
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 03:09 PM
Once you have a custom Report Type, you (or your users) can create actual saved reports. These reports are handled just like "normal" reports in SFDC and can be used anywhere normal reports can be used.
Re: Exposing custom reports in custom app
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 03:14 PM
Thanks for the quick response. This is great to know.
So my next question is how can we expose reports (normal or custom) in our custom apps? Do we make the Reports tab available in our app or we can display existing reports using some point-and-click setup and/or Visualforce component. I am fairly new to reporting so might be missing something basic here.
I guess one way would be to show them in the dashboard in my custom app but I'm wonderng if we have other options.
Re: Exposing custom reports in custom app
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-13-2013 06:48 PM
If you are creating a custom app, which is actually a list/collection of Tabs is simple language- then in order to expose the reports created by you you need to include the "Reports" tab. In doing so whenever you select your "App" you will also have the "Reports" tab included in it. As of the Custom Report type or Custom Report based off the "Custom report type" created by you it should be visible in the folders where you saved them under the reports tab.
A custom " Report Type" just refreshing memory is just a collection of source data on which one builds the report - so ideally you need not do anything to make it available in your App ( unless you are thinking of Packaging).
Hope this answers your query ...
Certified Administrator | Certified Developer
Blog
5+ yr exposure in product development and project execution on Force.com
http://salesforcecrmnuances.blogspot.com/
http://www.astadia.com/blogdetail?id=a2V40000000S7G8EAK
Re: Exposing custom reports in custom app
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-14-2013 01:25 PM
Thanks Ispita. This is exactly what I was looking for.

