Hi, I'm currently trying to create looping structure in one of my pages. The source attribute is an object (an entity). The entity, has a value, which refers to the ID of the other Entity's reference. Its like i've a column - postedBy - this has UID (an Integer) from another entity. My question is, when i use a loop to generate the content. How do i refer to the other entity's other column, using this ID in this entity?
- Ashwanth Kumar