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
Vigneshwaran LoganathanVigneshwaran Loganathan 

Need help

hi,

I have a task like this..

User receives an Email with a link, When he/she clicks on the link it will redirect to page (Say HelloWorld)..

After entering details on that page and hit save, it should be (Helloworld page) converted as pdf and Saved to Purticular Custom Object (Say Yahoo) as Attachment.

Is there any ways to achieve it?

thanks
Best Answer chosen by Vigneshwaran Loganathan
kiranmutturukiranmutturu
On a high level
1. You can create a vf page, use Force.com sites and associate the page. Then the page available globally as a normal webpage
2. On the vf page you can ask user to which record that you want to attach the PDF or if you have any criteria you can make ue of that and attach the same using Apex.