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
ABDELRAHMAN KHAMISABDELRAHMAN KHAMIS 

Add salesforce to HTML iFrame and pass paramter through URL to open specific view and load customer information

Hello ,

We are doing an integration with Sales-Force that should allow sales force to be embeded inside HTML iFrame tag and to pass customer id as URL parameter to look up for customer information and display the information.
I have researched and found that we can embed salesforce by creating a site and configure the setting for clickjack security .
But can we pass a parameter to the salesforce URL to open a view and search for the customer based on the URL parameter.
If that is double ? Can you show us an example for our POC to the customer.
And is there any limitation for Framing sales force or passing the paramters.

Regards,
Abdurrahman 
Natalya MurphyNatalya Murphy
Do you want to do a search for a customer or display a specific customer record?   If you already know the Salesforce record ID you can pass it in as a URL parameter and it will display that customer record (assuming correct permissions and, if necessary, authentication).   Append "id=[reccordID] to your URL and it should work