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
Simha YadavSimha Yadav 

i have some record types in task object when i select one particular record type and if i create task under that particular record type one checkbox should be checked in some other custom object.how do i do this please help me anybody.

i have some record types in task object when i select one particular record type and if i create task under that particular record type one checkbox should be checked in some other custom object.how do i do this please help me anybody.
Vijay NagarathinamVijay Nagarathinam
Hi Simha,

Is there any relationship between task and custom object.?

Thanks,
Vijay
Panduranga GollaPanduranga Golla
if they are master detail relation ship --- you can use workflow  or process builder 
if they are  lookup relation ship  then  you use  only process builder 
if you want work more than one record then you need work on trigger 
it means based on the requirement ,we will follow them

Thanks
Pandu
JAY_PJAY_P
You can do it with hard coding using apex trigger or you can used process builder so it will easy .
Thank You