Hello,
assume I have created an Item type "Person" and an Item type "Skill" and a relationship "Person Skill". Now I wanna search for all Person with a specific skill. While the querry is not the problem, I have no real idea how to integrate the search into the Aras client. One approach might be to add a text field and a button to the form of Person, change from the simple search view to the form search view, type in the skill and press the button which calls a server side method for search and fills the search grid with the result (but how, I m not sure which is the right control on the client).
But maybe another approach makes more sense... any idea or help welcome.
Thx
Martin