Hello Jira Gurus,
Hope you can assist me on this problem I have.
I have 2 objects in the same schema: PERSON and POSITION. Person has its attributes and so does Position.
PERSON has an attribute called Position Name (this attribute is set as type = Object and type value = Position [object]).
POSITION has an attribute called Nominal Person (this attribute is set as type = Object and type value = Person [object]).
The linkage works fine, I can call Position values on Person Object and vice versa when creating an object. What I am wondering however is if there is a way that would automatically populate each object if the link has been established regardless if it is in Position or Person perspective.
E.g. If I create a PERSON object "Allan" and selected "Manager" as the value in the Position Name attribute, I would then expect that if I go to POSITION object, and inspected "Manager" object record that the Nominal Person attribute indicates "Allan".
In this scenario, "Manager" as a position already exists in POSITION object.
Is this possible or my expectation is un-realistic.