Hi Isomorphic,
the docs mention a default of false for RPCRequest.omitNullMapValuesInResponse, which I can also see in framework.properties.
On the other hand in the default Live Grid sample, the field nextShipment is empty for all rows.
If I now look in the Developer Console's RPC Tab, I don't see a nextShipment: null entry for all rows. But with the default of omitNullMapValuesInResponse:false it should be present, shouldn't it?
I'm asking because I'm using a integration tool with your RESTHandler and that tool does not empty "missing" fields in the target system.
It would empty them if the fetch returned nextShipment: null.
For daily use with the normal client of course the omitted entries are perfect.
Thank you & Best regards
Blama
the docs mention a default of false for RPCRequest.omitNullMapValuesInResponse, which I can also see in framework.properties.
On the other hand in the default Live Grid sample, the field nextShipment is empty for all rows.
If I now look in the Developer Console's RPC Tab, I don't see a nextShipment: null entry for all rows. But with the default of omitNullMapValuesInResponse:false it should be present, shouldn't it?
I'm asking because I'm using a integration tool with your RESTHandler and that tool does not empty "missing" fields in the target system.
It would empty them if the fetch returned nextShipment: null.
For daily use with the normal client of course the omitted entries are perfect.
Thank you & Best regards
Blama
Comment