We have a delivered form on the EmployeeGoal business class and want to create a field that displays to the user as a selectbox that returns a list on the PositionResponsibility businessclass.
We've created a field "AIRDimensions2" on the EmployeeGoal business class where the type is type field "EmployeeGoal" and created a one-to-many relationship between the EmployeeGoal business class and the PositionResponsibility business class using the HROrganization and ResponsibilityGroup fields.
When I try to add the "select is LPL" to the form on the EmployeeGoal business class I am receiving an error that "the <RelatedLink> must be a One-To-Many link to the key fields Business Class"
Can someone help explain this issue? If the "keyfield" is AIRDimensions2 which is an EmployeeGoal type field, on the EmployeeGoal business class why am I receiving this error when the <relatedlink> "OTMEmployeeGoalToPositionResponsibility" is a one-to-many relation to the "key fields business class" which I am assuming is either "AIRDimensions2" or "EmployeeGoal"?
