Hi,
I am writing a customized application using Master Data Services(MDS) API.
Have anybody worked on retrieving data of child entities, if so can you help me with that?
I have created a Domain Based attribute in child table and trying to retrieve data by setting property
request.MembersGetCriteria.SearchTerm = "ID= '" + value + "'";
it doesn't return any row counts but when I use same code with any other attribute instead of domain attribute it return counts of records i.e.
request.MembersGetCriteria.SearchTerm = "Username= '" + value + "'";
Anyone who have worked on it, your answer would be appreciable.
Thanks!