
I created a custom Task page based on a standart cotroller and would like to invoke it via a list button from contact's open activities. I'm not sure how to build a URL link which not only will invoke the page, but also pass a few arguments.
thanks
20 respostas

I was under impression that I can get away with accomplishing my goal using a Task standard controller and then a custom button which will re-direct to this custom VF page. I thought that for something as simple as this request, I can get away without a custon controller or an extension.