We are a financial company offering a range of services to various organizations. We would like to integrate a live rate and chart for Qatar gold prices into our dashboard. Here is the link for reference. What steps should we take to achieve this? Do we need to create a separate report and then integrate it into the dashboard?
4 réponses
Hi, In my opinion no separate Salesforce report is needed. Suggested as below:
- Find a gold-price API that provides live Qatar gold rates and historical data.
- Create an Apex integration to call the API and retrieve the data.
- Store/cache the required data in Salesforce if needed.
- Build an LWC to display the current rate and historical data as a chart.
- Add the LWC directly to the Salesforce dashboard or Lightning page.