When an appointment is created, I've added a subgrid table named /Appointment Product/ that allows me to choose products and associate them with the appointment. My goal is to update the product's occupancy status to /Booking for Viewing/ during the time slot of the appointment (e.g., 11:00 AM to 11:30 AM). After that appointment's duration has passed, the product status should automatically change to /Available./ This means that during the specified time slot (11:00 AM to 11:30 AM), the product's status will be /Booking for Viewing./Does anyone have idea how to achieve this functionality?