You need to sign in to do that
Don't have an account?
RAMANJINEYULU GOGULA
I have Email class file which sends email to dynamic users, I want to build visualforce page for that class file inorder to receive data from users.
In VF Page, I want these three fields ToAddress, Subject and Body.
I want to know how to integrate of this VF Page to the Email class file.
If anyone have models, kindly let me know.
I want to know how to integrate of this VF Page to the Email class file.
If anyone have models, kindly let me know.
Or if using a standard controller, make your class as an extension
Reference :
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller.htm
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_custom.htm