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

PDF generate
Hi All,
I have one visualforce page and controller. Visualforce page have some fields in which user enters a value and save the records. Now when a user click on save button the records is save to the object and the pdf is also generated for the same and attached to notes and attachment for the same object. Please help me i am stuck.
Thanks
Anjali
I have one visualforce page and controller. Visualforce page have some fields in which user enters a value and save the records. Now when a user click on save button the records is save to the object and the pdf is also generated for the same and attached to notes and attachment for the same object. Please help me i am stuck.
Thanks
Anjali
saving the record and generating the pdf .....you can achieve it but..making the pdf as attachment is some thimg different as notes and attachments is different from documents .
check this links ....
http://blog.jeffdouglas.com/2010/04/28/uploading-an-attachment-using-visualforce-and-a-custom-controller/ (http://salesforcetrekbin.blogspot.in/2010/04/visualforce-file-upload-for-any-sobject.html)
http://salesforcetrekbin.blogspot.in/2010/04/visualforce-file-upload-for-any-sobject.html
hpope this hepls you.....
thanks