How to get Item Based on Attribute Information ?
API should be used is... DataManagementService coreDMS = DataManagementService.getService(connection); GetItemFromAttributeResponse res = coreDMS.getItemFromAttribute(attrInfo, 0, new GetItemFromIdPref());//attrInfo is map of attributes
whr is the code
ReplyDeleteI guess you can prepare the code and use the api provided.
ReplyDeleteThanks
Anil Bhendarkar