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
Salesforce BlitzSalesforce Blitz 

Create record in Salesforce after Survey Link is sent and filled through Email

I have created a site and set a workflow email alert to send a email with link to contact email 15 days after CONTACT Created date.
The link is working fine, but i am not able to create the record in Salsforce Custom object.

The VF page which i included in SITE's Active Site Home Page is working well and creating Salesforce record internally..However through sites. when customer fills the survey no record is created,



is there anyhthing I need to do in addition to this for the record to be created.??

Thanks in advance,
Laxman 
JethaJetha
have you given create permission to site guest user? If not, Please add create permission for guest user as well
Salesforce BlitzSalesforce Blitz
Hi Jetharam,

From where do we need to give create permission to site guest user.


For the sites profile, i have provided access to all required objects and fields(CRUD),Visual force pages,apex classes.
JethaJetha
So you are able to create record for internal record but site user are not able to create new record......
JethaJetha
And also please check the debug log for site user