Self Servicing and Nullable DateTime

Posts   
 
    
Wingnut
User
Posts: 8
Joined: 20-Apr-2005
# Posted on: 14-Sep-2005 23:26:07   

Any hints on how to update a dateTime field to a null value? On insert, I can just leave the field value unassigned. I want to later update it to null. Is this possible?

pilotboba
User
Posts: 434
Joined: 05-Aug-2005
# Posted on: 14-Sep-2005 23:35:19   

Wingnut wrote:

Any hints on how to update a dateTime field to a null value? On insert, I can just leave the field value unassigned. I want to later update it to null. Is this possible?

How Do I... section of the help has the following section:

How do I insert a NULL value for a field in an existing entity?

BOb