Skip to main content

Hi all,


I've been using SmartObject on top of SharePoint and ran into a problem.


I have an DateTime field that I would like to clear to "Empty" or whatever value it had before I assigned a value to it.


Using SourceCode.SmartObject.Client API (so.Properties["EndDate"].Value = blahblah) , I tried with string.Empty, DbNull.Value.ToString(), DateTime.minValue.ToString() but nothing work. The code executed just fine but the value doesn't change.


Did anyone managed to overcome this? Thank you.


I'm on K2 blackpearl 4.5.

Be the first to reply!

Reply