KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: Iker on May 26, 2008, 06:04:03 pm

Title: Search customers
Post by: Iker on May 26, 2008, 06:04:03 pm
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
Title: Re: Search customers
Post by: julie on May 26, 2008, 06:26:58 pm
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 ?