I am getting an integrity problem linking to an Object group.
I have 5 objects linked to an Object Group called Entry
Person
Company
EmailAddress
PostalAddress
StreetAddress
On the Person Object I create an attribute called 'Documents' of type 'DocumentHeader' (Multiple Allowed') the Releationship to DocumentHeader is Peer with the matching object attribute, Create 'Entries'
On Save of the Person Object it asks if I want to link it to the Group Entry and I select 'OK'
Everything appears to create correctly and I do an integrity check with no errors.
Put the BS into Test and I get three (3) errors that say:
Business object 'DocumentHeader' referred in the attribute 'Documents' of the business object 'StreetAddress' uses attribute 'Entries#Entry' which has not been found
Business object 'DocumentHeader' referred in the attribute 'Documents' of the business object 'PostalAddress' uses attribute 'Entries#Entry' which has not been found
Business object 'DocumentHeader' referred in the attribute 'Documents' of the business object 'EmailAddress' uses attribute 'Entries#Entry' which has not been found
If I look at StreetAddress Objects attribute 'Documents' instead of it saying 'Matching attributes in DocumentHeader - Existing - Entries' it has 'Matching attributes in DocumentHeader - Existing - Entries,Entries#Entry'
The Person and Company objects 'Document' attribute is created correctly.