I have two table; ServiceCall and ServiceCallDetail. The ServiceCall table has a Unique constraint on ServiceCallId and a relation with ServiceCallDetail using:
ServiceCall.ServiceCallId --1-to-Many--> ServiceCallDetail.ServiceCallId
In the LLBL designer, the relation is NOT picked up and even when I try to create the relation manually, the designer seems NOT to recognize that ServiceCall has a Unique constraint on ServiceCallId