Author Message
riza87
Joined: Sep 29, 2017
Messages: 39
Offline
Hi All,

Currently I'm developing Android Client custom App. I want to explore the corporate contact searching. Is there any function/method to searching corporate directory (contact from AD/SMGR)? I want to implement searching all the contacts that stored in AD.


Regards,

Riza
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
Hi Riza,

Thank you for your question.

You can do following:
1) set configuration for your directory provider to UserConfiguration instance (by using the setLDAPConfiguration(LDAPConfiguration ldapConfiguration) method)
2) Implement Data retrieval watcher as described here
https://www.devconnectprogram.com/site/global/products_resources/avaya_client_sdk/programming_docs/current/android/communication/guide/displaying_local_contacts.gsp
3) Use the getContacts(DataRetrievalWatcher<Contact> watcher, ContactSourceType contactSourceType) method of the ContactService interface with contactSourceType=ContactSourceType.ENTERPRISE
riza87
Joined: Sep 29, 2017
Messages: 39
Offline
Hi Rumata,

Thanks for your input.

I already implemented that method but still can't search contact from LDAP. I only can search the corporate contact that already save in my contact. Is need the AADS to search enterprise contacts from LDAP directory?
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
Sorry, LDAP contact search is implemented for desktop platforms and doesn't work on mobiles. Yes, you can configure access to AADS by using the setACSConfiguration(ACSConfiguration acsConfiguration) method.
riza87
Joined: Sep 29, 2017
Messages: 39
Offline
Hi Rumata,

Thanks for your reply. Oh I thought mobile can implemented searching corporate contact. For Windows I will implement that method.


Regards,

Riza
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
I see. Unfortunately, you can only make feature request if direct access to LDAP server is required.
Go to:   
Mobile view