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
Denis ChalenkoDenis Chalenko 

Add logic to checkbox field update

Hi gus, pls i need ur help.
i create an object(house) with the checkox(available) and object (client)

The house (available) field should be set to TRUE by default.

If i did it right , i set true in the  Autom.process - Business rules 

If house has at least on prospective client, checbox(Available) must by changed to FALSE automaticaly
How can i do that?
Sorna JenefaSorna Jenefa
Hi Denis,

Steps:

1.Create the master  detail relationship in client connected to house object
2.Then create the rollup summary field in house object.(No Of Client field name)
3.Then create the workflow rule 
               Rule Criteria    :   House: No Of Client NOT EQUAL TO 0
4.Then create the field update in
                Available checkbox : False

Let us know if its worked or not?

Thanks
Jenefa
Sweet Potato Tec