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
Kiran kumar 193Kiran kumar 193 

Insert Custom object record by using VF page URL parameters

Hi All,

In the Site VF page our internal system pass the URL parameters when they click on a link. salesforce will take the URL parameters and insert a record in salesforce object based on the parameter.

PLease provide if you done this before...
Rahul_kumar123Rahul_kumar123
Hi Kiran, I hope it will be helpful.

Please mark it as best answer if it resolved the issue.

BestRegards
RahulKumar
Harish RamachandruniHarish Ramachandruni
Hi,


You need to implement Rest class . 

Refrere below document .

https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST


Regards ,
Harish.R
Kiran kumar 193Kiran kumar 193
Hi Rahul,
Thanks for your reply...
When SIte page get loaded I need to capture the parameter values and insert into custom object. I don't have any actions on site VF page.

How Do I get parameters while loading the page?