197
Views
1
Comments
Solved
[Contacts Plugin] How to get all contacts?
Question
contacts-plugin
Mobile icon
Forge asset by OutSystems

Hi 


I'm trying to retrieve all the Local contacts (in bulk) from native mobile db and display the result in mobile app. How do I approach to this problem.
I tried with client action "FindContact" (Part of ContactsPlugin) but I'm not able to get any data.
How to get all contacts?
Can someone please share any information here?


2017-08-09 19-45-50
John Snow
Solution

This might help someone in need:
Pass this input parameters while running FindContact Client Action.
SearchParameter: ""
MultipleContacts: True


Make sure you allow contact permission access.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.