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
Jason BevenourJason Bevenour 

Update Task Subject based on Type Selection

Hi,

I have a requirement to change the Subject of a task to "Some Text" when the Type "Some Text" is selected. Is there an easy way to do this? The field updates only work when the record is saved, I need this to happen as soon as the onchange of the Type picklist is fired. Is this possible?
Best Answer chosen by Jason Bevenour
Raj VakatiRaj Vakati
If you wanted to change on the Fly, I mean when you change the type subject should change. then you need to create visual force page for that 

All Answers

Raj VakatiRaj Vakati
You can do it with process builder. 
Please find the attached image for same.
User-added image 

 
Jason BevenourJason Bevenour
Thanks for the reply Raj. I tried that however it's not updating the Subject when I change the task type on the form. This is the process I created and activated:
User-added image

This is where I expect the Subject to change when I change the type from the picklist:

User-added image

Is there something I did wrong that you can see?
Raj VakatiRaj Vakati
If you wanted to change on the Fly, I mean when you change the type subject should change. then you need to create visual force page for that 
This was selected as the best answer
Jason BevenourJason Bevenour
Ok thanks for the help. I'll have to look into that.