Has anyone tried to set a date field value in 2,0?...
# suitescript
s
Has anyone tried to set a date field value in 2,0? And getting an error in it?
m
what error did u get? i recent;y had to set the SO transaction date on an invoice and had to use format.parse which worked for me
function DateConversion(date) { return format.parse({ type: format.Type.DATE, value: date }); }