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
tyurytyury 

Auto Approve checkbox

Whenever Auto Approve checkbox is checked, record should be automatically approved.

Once approved, retrieve contacts having the same city with the City Census record that was approved and create and Resident record for each contact retrieved. Create corresponding record type if Contact is Male/Female base on Mr/Ms of Contact Record.
mukesh guptamukesh gupta
Hi Tyury,

first you need to create process builder and in this process builder you need to check check box and call Approval process.

if you need any assistanse, Please let me know!!


Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
tyurytyury
can you guide me for process the process builder thank you
 
tyurytyury
well for me there is no connection between the process buider to the Auto Approve. This might be a Apex Trigger to do 
 
KATHKATH
HI tyury

I have the same problem. Can you share to me what you did?
Thanks in advance!