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 is 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 onto 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.