You need to sign in to do that
Don't have an account?
v varaprasad
VF page On task Object
Hi
I need to create multiple tasks in single page and i need to assign to user.Through vf page how we will implement this one .
We need to have a VF section so that from same page I can create multiple tasks without navigating to different page. Essentially in new task we need to have all the fields and can only refer what is in Action plan.
Thanks to all ....
I need to create multiple tasks in single page and i need to assign to user.Through vf page how we will implement this one .
We need to have a VF section so that from same page I can create multiple tasks without navigating to different page. Essentially in new task we need to have all the fields and can only refer what is in Action plan.
Thanks to all ....
Create a VF page and using wrapper class simply show task fields to fill and on click of a button check all wrapper class list and insert that many tasks..
Thanks