Hi Giri,
thanks for your help.
The problem is that the value can be full or empty, since the record in in the modify process and not only insert.
So it can happen that I need to clear it from the starting point of having some data in it.
Anyway I’ll try “undefined” and let you know the result.
Thanks
Hi Giri,
many thanks, I confirm that putting “undefined” (if the field is not previously empty) or not putting anything (if the field is already empty) the problems is solved.
Here some code to help
To recap: if you need to clear a refernce field already filled with data, write code as below.