XRM-OSS / Xrm-WebApi-Client

A promise-based JavaScript library for the Microsoft Dynamics CRM WebApi - TypeScript type definitions available
https://xrm-oss.github.io/Xrm-WebApi-Client/
MIT License
100 stars 28 forks source link

Lookups: Set to null #16

Closed DigitalFlow closed 7 years ago

DigitalFlow commented 7 years ago

When trying to set a lookup to null using an update, you might encounter an error like this:

Property _pub_field_value cannot be updated to null. The reference property can only be deleted.

We need to adapt the Delete request, so that it accepts parameters for deleting single properties.