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

customizing the task page
I was thinking of modifying the "New Task" page and "Task Detail" page to give it a sales engineering look and feel.
Is there a way to copy the code from the New Task page so that I can edit the label and then save it as a new page called Sales Engineer proposal request page.
I also need to create a button that will be placed on the opportunity page that lets the owner request a quote proposal which would create a new "sales engineering proposal request" task.
Is there sample code somewhere on how to create a button that calls a new custom page?
Thanks
Create Visual force page and Overwride new Button of Task. So that no need to create custom new button.
Let me know if you need any help on this.
Here is sample javascript which will redirect to a custom page.
Hope that helps.
Afzal
Creating the visualforce page is my basic challenge...I don't have any Java coding experience. I've decided to move away from Tasks and use the Case object instead. I'd like to be able to edit the Case Edit and Detail pages to change the name from Case to SE Proposal (or the like).
What's the best way to reuse existing code? I'd like to be able to take the standard Case Edit page and repurpose it to my needs.