-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle null values for address fields in Implementation Inventory GET API response #78
Comments
This bug has been fixed in Salesforce. ImplementationInventory wont send null values anymore. |
@himeshr : How many records are updated by the script you provided in the comment ? Are all the 365 entries fixed ? |
Vinay found 365 entries of ImplementationInventory.. where address_id field is null.
Its caused by following fields coming as null in the Goonj Salesforce "Get ImplementationInventories" API:
"CenterFieldOfficeState": null,
"CenterFieldOfficeDistrict": null,
Tasks:
Code place:
Subject.java:
public void setAddress(String address) {
map.put(AddressFieldName, address);
}
The text was updated successfully, but these errors were encountered: