Set Date Attribute Blank or null using agile sdk
Hi All.
I need to set date attribute as blank or null is there any sdk method so that i can nullify this attribute.
Please let me know.
Thanks in advance
A sample piece of SDK code:
IChange change = (IChange)session.getObject(IChange.OBJECT_TYPE, “C00011”);
change.setValue(ChangeConstants.ATT_PAGE_THREE_DATE01, null);