• mbegoun1.390645665260556E12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 5
    Replies
Hi
I need to replicate data for specific user and found that AccountShare object doesnt support getDeleted method.

Is there a way to know to which accounts user lost access since some timestamp?
Hi
we have an sqlite db on user's device and would like to replicate accounts available for a user. Initial replication is not a problem - just select all accounts via API. But after initial replication lot of changes may happen when user can lose and get access to accounts.So these changes should be replicated in local DB.
I understand that AccountShare object could be used to see which accounts are shared (had been shared) by a user, but this object doesn't support getUpdated/Deleted methods.

So how can i replicate changes in account sharing for a user?

Thanks!
Hello,

There're standard SF API calls to getUpdated/Deleted records since some timestamp, but that just gives new or updated records in an object, right?

But let's say one record which previously was in scope for user as defined by sharing rules, now changed some field's value and became not visible to user.  Or it could be that just the sharing rule changed.

How can i get the records which became invisible for user since some amount of time? The same for records which just became visible.

The case is that i'm syncing data into offline storage, and at some point i need to clean it up from the data which became not visible for user per sharing rules.
Thanks!
Hi,
there're layouts with fields, sections, dependencies, rules, which can be created in SF and then distributed to standadard SalesForce1 mobile app which makes a great advantage of flexibility and scalability.

As this standard app works only online and cannot be customized (right?) i would like to develop my own app with full offline capabilities.

Is there any possibility to sync SF layouts/visualpages etc (and related fields and rules) into a custom mobile app? any API or SDK class supports that download and parse?

Thanks!
Hi
I need to replicate data for specific user and found that AccountShare object doesnt support getDeleted method.

Is there a way to know to which accounts user lost access since some timestamp?
Hi
I need to replicate data for specific user and found that AccountShare object doesnt support getDeleted method.

Is there a way to know to which accounts user lost access since some timestamp?
Hi
we have an sqlite db on user's device and would like to replicate accounts available for a user. Initial replication is not a problem - just select all accounts via API. But after initial replication lot of changes may happen when user can lose and get access to accounts.So these changes should be replicated in local DB.
I understand that AccountShare object could be used to see which accounts are shared (had been shared) by a user, but this object doesn't support getUpdated/Deleted methods.

So how can i replicate changes in account sharing for a user?

Thanks!
Hi,
there're layouts with fields, sections, dependencies, rules, which can be created in SF and then distributed to standadard SalesForce1 mobile app which makes a great advantage of flexibility and scalability.

As this standard app works only online and cannot be customized (right?) i would like to develop my own app with full offline capabilities.

Is there any possibility to sync SF layouts/visualpages etc (and related fields and rules) into a custom mobile app? any API or SDK class supports that download and parse?

Thanks!