-
Apex Page with analytics:reportChart in a Managed Package
I want to deploy an Apex Page that references a Report with analytics:reportChart in a Managed Package. The Report is also included in the Managed Package.
This issues arises when the Apex Page needs to reference the reportID. The reportID will be different in every installed Managed Package. Any ideas on how I make this reference dynamic in the package?
This is what my code looks like:
<apex:page standardController="Account">
<analytics:reportChart reportId="00Oe0000000aeYn" size="small"> </analytics:reportChart>
</apex:page>
Log In to reply.
Popular Salesforce Blogs
TRIGGERS AND ORDER OF EXECUTION.
This topic came up again today in reference to a trigger to modify lead assignments. It's always important to keep the order of these events…
Salesforce to MySQL: Steps to Integrate Data Easily
Are you attempting to connect Salesforce to MySQL? If so, you've arrived at the right. Salesforce seems to be a virtualized Customer Management (CRM) technology…
Popular Salesforce Videos
3 Must-Have Validation Rules in Salesforce to Save Time and Avoid Costly Mistakes
Validation rules in Salesforce act like quality checks for your data. They help make sure that the data in your Salesforce org is accurate and…
What are Profiles and Permission Sets in Salesforce ? | Object Level Security in Salesforce
In this video, Shrey have explained complete Object Level Security in Salesforce which includes: 1. What is the significance of defining Object-level security in Salesforce?…
Classes and Objects in Salesforce | Tutorial Video
The concept of OOPs is really important for any developer who is working with Salesforce or JavaScript, Java, or any other programming language. I have…