contacts-plugin
Mobile icon

Contacts Plugin

Supported
Stable version 4.0.7 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 13 December 2024
 by 
OutSystems
4.6
 (7 ratings)
contacts-plugin

Contacts Plugin

Documentation
4.0.6

The Contacts plugin is a mobile plugin that allows interacting with your device’s contacts. In the next paragraphs, it will be explained how to use this action and what they are for.

CheckContactsPlugin

The CheckContactsPlugin is an action to verify if the plugin is available on your application, it will return either true or false and an error message if the plugin is not working properly.

You should use this action before any other one because if the plugin is not working you will not be able to use them anyway, so for the purposes of this example we are putting it on the OnInitialize action of the screen. 







FindContact

With the FindContact action, you can send a request to your device to get one or all the comments to match specific search criteria.




The action receives as an input the SearchParameter and will try to match all fields from the contact against it, and the "MultipleContacts", if set to true, will return the list of all matches. Otherwise will only return one match.

The action has three outputs.

If Success = True, means that the action ran successfully, so it will return the list of contacts that match the SearchParameter.


If Success = False, means that was an error and this action will also return the error (with the ErrorCode and the ErrorMessage).