You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Roman Kalashnikov (JIRA)" <ji...@apache.org> on 2017/08/05 13:50:00 UTC

[jira] [Created] (CAMEL-11637) Unable to assign null value to a field

Roman Kalashnikov created CAMEL-11637:
-----------------------------------------

             Summary: Unable to assign null value to a field
                 Key: CAMEL-11637
                 URL: https://issues.apache.org/jira/browse/CAMEL-11637
             Project: Camel
          Issue Type: Bug
          Components: camel-salesforce
    Affects Versions: 2.19.1
            Reporter: Roman Kalashnikov


When in Salesforce I have an object with a nullable field, and want to set its value to null, there's no way to do it.

Actually it's enough to pass empty string ("") or null as field value to SF REST API to set field to null.
Both
{code}
{
  "PoBox__c": null
}
{code}
and
{code}
{
  "PoBox__c": ""
}
{code}
are valid.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)