axapta - Dynamics AX 2012 Foreign Key Constraints -
let's have 2 tables:
items property1 (relates propertyname) property2 (relates propertyname) properties propertyname (index, single key alternate)
when making normal relation in dynamics ax 2012, following best practice error: foreign key constraints allowed on table.
i can create single key alternate foreign key relation fix best practice error. however, can 1 of fields. if both, receive compilation error duplicate alternate keys.
is there way create normal relations used in ax 2009 without best practice error?
or.. how can 2 foreign key relations on 2 fields relate same column?
thanks
when setting properties on relations, set usedefaultrolenames
no, give each relation unique role
.
Comments
Post a Comment