• Welcome to KonaKart Community Forum. Please login or sign up.
 

Search customers

Started by Iker, May 26, 2008, 06:04:03 pm

Previous topic - Next topic

Iker

Hi,

I am trying to implement a search function for some agents that would be using the system. They should be able to search for the name/address of returning customers. As far as I see customerMgr API doesn't provide any function that could be utilized for such purpose. I can see that there is an API that can be used for the admin part (CustomerSearchIf). Can you pls tell me whether it is possible to use this API in the app and if so, then how?

Thanks

julie

Hi,

This is certainly an Admin functionality so you should use the Admin API. It can be used instantiating the engine, logging in as an Admin user and calling the API . See the examples in your download package under java_api_examples\src\com\konakartadmin\apiexamples.

Have you considered allowing the agents to use the admin app with a properly configured role ?