cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable a Mobile ID at first sync

Former Member
0 Kudos

Hello all,

I need to find a solution to disable every new Mobile ID

generated for an application, until a Mobile Group is

assigned to filter the data to download.

We are having problems when deploying new versions of

applications to the users and they sync data before we

assign the right mobile group to enable the objects' filters.

Any help would be appreciated.

Regards,

Angel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Angel,

Maybe you could try suppressing download on the clients and then unsupressing it when mobile groups are setup.

ex:

<i>SyncManager.getInstance().setSuppressDownload(true);</i>

I dont know if that would work for you? but its an idea

-wael

Message was edited by: wael aoudi

Answers (1)

Answers (1)

Former Member
0 Kudos

You could code into the syncbo to check for the mobile group and return no data until one is available.