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
Kanika DuaKanika Dua 

Help with Custom Object and Relationship

I Have two Custom Object Named Confrence_Room and Confrence_Room_Request. I want to have a functionality If a User has booked a confrence room for a particular date/time another user is not capable of booking confrence room for same date/time.I am Unable to figure out how to implement this.Is there any Configration method I can use or I have to write code.
Thanks in advance
VineetKumarVineetKumar
You will have to set a correct relationship betweent he two objects and handle the booking thing using standard validation.