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
sakthidharan Ambayiramsakthidharan Ambayiram 

Not able to pass recordid to visualforce page embedded in community page

I created a new community page in salesforce which has visualforce page in it. i tried to pass the recordid in the url when i try to hit the page with this url

VF Page: createquotefromopp
Community Page : createquotefromopp

Community page url --> https://ctest.force.com/partners/s/createquotefromopp?id=0063Y0000116xGh
 
but when the community page loading visualpage(in community page) is not taking the id from the url.
please let me know if you have any solutions for this
AbhishekAbhishek (Salesforce Developers) 
Hi,

Try the code as mentioned in the below blog,

https://developer.salesforce.com/forums/?id=906F0000000MNGyIAO

https://developer.salesforce.com/forums/?id=906F000000090r9IAA

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks.