Issue to Display Defined User Books using Web Service
I hope someone can help me with my issue below:
I need to create a method which will validate if the logged-in CRM user has an access on a Contact. I should then compare the defined Books of Business on the contact versus the defined Books of Business of the logged-in CRM user.
I am thinking on using Books (version 1) web service to run a query which will display if the userId has an access with the book; yet ListOfBookUser > UserId is not allowed to be queried on this web service. With that, I may still run the Books web service but it may take me too long since the only filter is BookId and BookName.