hey guys, how to set a DATE field in the sublist ?...
# general
a
hey guys, how to set a DATE field in the sublist ? That is, i have the following: sublist.addField({ id : ‘someId’, type : serverWidget.FieldType.DATE, label : ‘Created’}), then I do sublist.setSublistValue({ …}) where the value field is parsed with format.Type.DATE. I get the ‘INVALID_FLD_VALUE’ error.