Filtering Rows by User

THIS ARTICLE IS EXTRACTED FROM OUR SYNC INSTALLATION GUIDE PDF - PLEASE REFER TO THE INSTALLATION FOR FULL CONTEXT AND REFERENCE

 

By default, all rows in each Sync data source table are returned to the app.

 

However, you can choose to filter the rows sent to the app by the user if you wish.

 

To enable, add the following column to your SyncData tables (column name must match exactly and should be added to the end of the table):

  1. _userIds
    This column must contain a comma-separated list of Platform user emails when a row is only applicable to those users.
    When data source data is requested by the mobile app this column (if it exists) will be compared against the requesting mobile user’s email address and only records containing their email will be returned.
  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Exposing Tables from your Sync Database as Data Sources

THIS ARTICLE IS EXTRACTED FROM OUR SYNC INSTALLATION GUIDE PDF - PLEASE REFER TO THE...

Filtering Rows By Timestamp (Incremental Row Updates)

If your data set is very large, then instead of having the app download all rows on each...

Introducing Sync

Often the data captured using our platform needs to be made available to other systems and...

Push Form Entry Data to Your Sync Database

The Sync application allows each Form Entry to be saved into a table in the SyncData database,...

Running Sync in Microsoft's Azure cloud hosting

Sync is supported on Azure's Virtual Machine (VM) offering - simply ensure your VM is running a...