We have 2 Tables - Orders and Design. I want to create a Checkbox field in the Form , So when adding a New Order, If the Design Field is checked (True). This New Order should get created in both the Orders and Design Field. Like adding a new record to two tables simultaneously. Is that possible ?
If not, Is there a way to add the field values from this record in the orders table to the design table using an action button from the order list or detail view ?