java - Oracle WCC Set Date Field to Null With RIDC -
i'm trying make update oracle wcc server via ridc java based application.
i've tried: dataobject.put("doutdate", null);
returns:
unable update content item information 'my_content_id'. expiration date not valid. unable parse date 'null'.
so how can update date field null content item using ridc?
i able update passing in " " instead of null.
code looks dataobject.put("doutdate", " ");
i'm not sure that's best approach, worked.
Comments
Post a Comment