Hello,
i am trying to display all created cases on the form for entire company not just for individual agent. so far i was thinking to create custom attribute "Company" and allow them to enter company name during account registration process. i was able to retrieve the company name into Contact entity by creating a custom column using registration claims mapping. But how can i get that Company column value from Contact entity to custom entity? i did try to create a lookup filed from custom entity but its not working as i am using company field into filter conditions. any suggestions what would be the best approach to display company wide records?
Thanks in advanced