I have an EntityA with 2 Required lookup fields on it. First lookup field is the Contact, which auto populates when I add a new EntityA from the Contact.
The Contact is also associated with one to many of Another EntityB. EntityB is the Second lookup field on the EntityA. I would like to auto populate the EntityB field when the Contact has only one EntityB associated with it.
The end result should be when I selected to add an EntityA, it auto populates the Contact and Another EntityB (when there is only 1) and I fill in the rest of the fields.
I thought this might be OOTB or easily configurable because it makes sense to do when there is only one possible value and the Lookup field is required.