+ Add post
Dear mates,
I'd like to set a date to null in a process. I tryed several ways but it never worked.
Is it possible to do this in a process or should i do it in JS ?
Thanks, Nicolas
Like
Well i did it in js:
onEntityInitialized: function() { ...MoreLess
LÉZORAY Nicolas,
You can create date parameter and leave it empty. Then specify this parameter as a value that must be inserted to date field...MoreLess
Thank you it works !