function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bayarea 101Bayarea 101 

Salesforce.com to Data Warehouse integration

Salesforce Integration Data warehouseWe are trying to build a solution based on thee creteria
1. User will log into Salesfoce.com instance.
2. Go to Account. 
3. click on button or link whichexcuetes a query and retrive data from data warehouse.
4 display this data out side of Salesforce. User can do a comparitative analysis in this temperory layout. 
5. Once done close the temp window and back in salesforce.
Is there any solution out of the box with little bit tweaking can do that.

any ssuggestions.
Mohit Bansal6Mohit Bansal6
Yes, we can use canvas app or we can open the external website inside Salesforce visualforce pages using <apex:iFrame>

Kindly try or let me know, if you need any further help from me.

Regards
Mohit Bansal
Bayarea 101Bayarea 101
Can you explain a little bit more in depth how you are doing it?