O
Orchid Corpin
Guest
The object that can have only "ONE" related record will be detached from its original Parent record when another Parent record select that same child, because this can't have multiple parent record. In your case, if the "equipment" record can only have ONE "car", then "Equipment A" that has already a "Car A" record must not be available in the lookup of another Car (to avoid detaching of a record), once another Car record (let's say "Car B") selected "Equipment A" then "Equipment A" will be detached automatically to "Car A" and will now at "Car B". I think in your setup this could be many-to-many. Regards, Orchid
Continue reading...
Continue reading...