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
Faizan Ali 17Faizan Ali 17 

Open a record page when contact is saved and checkbox is false

Hi all,

I want to be able to open a new record page when my checkbox is set to false. 

For example, I have a checkbox on a contact object. Whenever it is not checked and when the user tries to save it will throw an error and open a record page from my custom object (Standard Hours object).

The Standard Hours object simply contains fields to input date and time.

Currently, I have a process builder as follows and might help clear any further questions you may have:

User-added image

User-added image

User-added image
ShirishaShirisha (Salesforce Developers) 
Hi Faizan,

Greetings!

Please be informed that the process builder will not allow direct you to the New record page.The process builder can only helps you to create the new Record with the given values on the second screenshot.

So,I would suggest you to try it with the Visualforce page by overriding the Contact record page.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri