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
Shivom Verma 34Shivom Verma 34 

update status of child cases based on parent cases

I want to update the status of child cases based on parent case while creating child records
please help 
SwethaSwetha (Salesforce Developers) 
HI Shivom ,
I understand that you want to auto populate the child case record while creation based on parent case values. I suggest overriding the new button using URL hacking.
See the examples listed here: https://jayakrishnasfdc.wordpress.com/2020/06/07/url-hacking-in-salesforce-lightning/
https://salesforce.stackexchange.com/questions/192746/how-to-auto-populate-a-new-child-records-lookup-field-with-a-parents-field-whi

Related: https://trailblazers.salesforce.com/answers?id=9063A000000lBhxQAE
https://developer.salesforce.com/forums/?id=906F0000000937tIAA

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you
Shivom Verma 34Shivom Verma 34
thank you Sweta
but how to set the status value of child same as the parent
I want to update the status value of the child based on the parent
thanks