You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Login to custom Mobile application after setting up the connected app settings on salesforce and configuring the secrets in bootconfig.plist.
After initial/first sync is complete, Navigate to Account list screen
Open an Account (Account A) -> Create a new Contact on this account.
Navigate back to Account list screen.
Choose a different account from the list (Account B).
Login to Salesforce (on browser) as an admin role and delete Account B from Salesforce CRM. (note application is offline so Account B is still present in mobile local DB)
Switch back to mobile application and create a contact on Account B
Start a data Sync.
Data sync will receive error on Contact Syncup “Entity is deleted” (Since we deleted Account B from Salesforce CRM during the process).
Open Workbench or Salesforce Lightning page and navigate to Account A, we will be able to see 2 contacts created on Account A even though we just created 1 contact from mobile on Account A. so the record is duplicated. both records contain the same values for all the fields present on contact object even the same createdDate and same local ID passed from mobile custom app.
NOTE: Account is the parent Object whereas Contact is a child object linked to account object using a specific field called "AccountId".
The text was updated successfully, but these errors were encountered:
SDK version used: 10.2.0
Steps to replicate:
NOTE: Account is the parent Object whereas Contact is a child object linked to account object using a specific field called "AccountId".
The text was updated successfully, but these errors were encountered: