Open wrozka opened 7 years ago
To set a nil value on an object, the field description needs to have an xsi:nil attribute. It is described in Salesfoce docs:
nil
xsi:nil
To set a field value to null in XML, set the xsi:nil value for the field to true
This pull request add an xsi:nil="true" tag to nil fields and adds xsi namespace to xml payloads.
xsi:nil="true"
xsi
To set a
nil
value on an object, the field description needs to have anxsi:nil
attribute. It is described in Salesfoce docs:This pull request add an
xsi:nil="true"
tag to nil fields and addsxsi
namespace to xml payloads.