Given attribute name of an entity, I can get the data type of that attribute.
We have some attribute of type lookup.
The question is: given the entity name (Related entity), attribute name, attribute type (lookup)... Is it possible the get the primary entity of that lookup? (note: the relationship name is not given). If possible, how?
Thanks in advance :)