You need to sign in to do that
Don't have an account?

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
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
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