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
VarunSVarunS 

Smart syncup failed in iOS

I'm syncing data up using smart sync (soup). How i'll identify which object is cashing error means which soup entry id causing problem In error logs _soupEntryId is different from stored object soupEntryId

Error Log
2016-05-26 14:36:23:612 Tracker[2112:787886] DEBUG|SFSmartSyncSyncManager|Sync update:{
  "status" : "FAILED",
  "target" : {
    "modificationDateFieldName" : "LastModifiedDate",
    "idFieldName" : "Id",
    "type" : "rest"
  },
  "_soupEntryId" : 26,
  "maxTimeStamp" : 0,
  "totalSize" : 2,
  "type" : "syncUp",
  "progress" : 0,
  "options" : {
    "fieldlist" : [
      "Id",
      "Email__c",
      "Mobile__c",
      "Account__c",
      "BrandsUnderUse__c",
      "Industry__c",
      "LeadSource__c",
      "LeadStatus__c",
      "LeadType__c",
      "Rating__c",
      "Name",
      "DealersNameText__c",
      "CheckIn__latitude__s",
      "CheckIn__longitude__s",
      "CheckOut__latitude__s",
      "CheckOut__longitude__s",
      "CheckInDate__c",
      "CheckOutDate__c"
    ],
    "mergeMode" : "LEAVE_IF_CHANGED"
  },
  "soupName" : "AllLeads"
}