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
MaggieSumitMaggieSumit 

how to create a record on different object once the picklist value change and redirect to new record.

I want to create a new record and want to rediret on that page, Once the picklist value will change to Demo.

Thanks,
Sumit
DeepthiDeepthi (Salesforce Developers) 
Hi Sumit,

You can achieve this functionality using process Builder. Follow the post below that is similar to your requirement. https://developer.salesforce.com/forums/?id=906F0000000kCtFIAU 

Hope this helps you!
Mark this post as Best Answer if it answers your issue.
Thanks,
Deepthi
MaggieSumitMaggieSumit
Thanks Deepti

In process builder how can I redirect to the new record. Can you guide me on that ?
HARSHIL U PARIKHHARSHIL U PARIKH
On process bulder once you define object and criteria it will ask you to add an IMMEDIATE ACTION by clicking "Add Action" ( + ) button.
Once you click the ( + ) you will be directed to the page like below and then choose the Action Type as "Create a Record"


User-added image

Hope this helps and if it solves the query then please mark it best answer!
Appreciated!