Forum Discussion

Dayanand_Languti's avatar
3 months ago
Solved

How to bind reference item type used version and latest version in another item type grid view.

Hi All, I have two item type e.g- ItemTypeA, ItemTypeB,  ItemTypeB is assigning to ItemTypeA, now i want to display ItemTypeB Used version and Latest Version on grid only not on forms. Thanks for ...
  • christopher_gillis's avatar
    3 months ago

    Hello.

    Could you elaborate on how ItemTypeA and ItemTypeB are linked in your example? If ItemTypeB is accessible via a property on ItemTypeA, you can add a couple Foreign properties by following the example in this blog post. Then you can expose those foreign properties in the grid view so they are visible there.

    - Chris Gillis