function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Velvett FoggVelvett Fogg 

getUpdated vs. Asset

Hi,

I've been working on polling SF and updating our local data.  All is well when I try to poll Account or Contact, but when I use the exact same code to poll the Asset object, I get an error.

Are we not suposed to poll the Asset table?

DevAngelDevAngel

Hi Fogg,

Use the describe call to determine if an object is marked as replicatable, if not then you can't use getUpdated on it.