Hi,
I have two entities - Entity_1, Entity_2 and Entity_1 is associated with Entity_2 as many to one. Both has the access rules for a specific user. Say all objects of Entity_1 and Entity_2 are specific with the users who created them. But in the drop down of Entity_1 form, i wanted to retrieve an attribute values of Entity_2. So i used Entity1_Entity2/Entity2.Name in the attribute path of the drop down. I'm able to see only few values that are related to that particular user. But i need all the values of the entity_2/name in the drop down without any user specifications. How can I achieve this ?