-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type Cast error during sync of Distribution to Salesforce #1353
Comments
AnalysisThe goonj Distribution form considers the "Total Number of Families Reached" concept to be a Numeric Concept and its used in FormElement "Total Number of Families Reached", which is marked as a Mandatory field. There are additional validation rule that this value cannot be zero. For some reason, i see that User was able to insert a value of ".0" for this field and sync, which has resulted in this cast exception. Further action
|
As part of dev-testing, confirmed that the value stored in observations for a input value of .012 would be numeric value 0.012 after this fix, which wasn't the case earlier. It was stored as string value ".012" before this fix. |
|
https://avni.freshdesk.com/a/tickets/3697
Wanted to add a card, since we know what is fixed as part of release, tickets are more for providing workarounds etc.,
The text was updated successfully, but these errors were encountered: