function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Evan C. DeckerEvan C. Decker 

Automatically pull task assigned to when task is created from opportunity

Here is what I am trying to do:

 

Starting on an opportunity, when someone clicks the New Task button under the Open Activities section, I want to pull in a value from a field on the opportunity to the Assigned To field on the new task for a particular record type. Does anyone know if this is possible?

 

Let me know if further information is needed. Thanks!

vishal@forcevishal@force

I believe for this you will have to over-ride the Standard button and customize it using Apex.

Evan C. DeckerEvan C. Decker

Thank you for the response. I'm not much of a developer - do you know anywhere that might have some code samples for something like this?