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
Issue found in Native App or Hybrid App: Hybrid app
OS Version: 12.0.0
Device: All Android devices
Steps to reproduce: When clearing Location fields, assign the Null value to an already existing value.
Actual behavior: When clearing the Location field value should be empty when passing null instead it keeps the existing values. This worked as expected in SDK for IOS
Expected Behavior: When clearing the Location field value should be empty when assigned null instead it keeps the existing values. First, these Values are saved to the local soup field where it is saved as null after the soup syncs with the salesforce there are previously saved values. But when assigning an empty string it will updated as an empty string but the numerical fields show 0 when assigning an empty String. we expect when assign null to theLocation field the field should be updated as null.
This worked as expected in SDK for IOS.
Error Log: No error logs.
The text was updated successfully, but these errors were encountered:
Please fill out the following details:
This worked as expected in SDK for IOS.
The text was updated successfully, but these errors were encountered: