How to purge values of date time type custom field using behaviour

Sumit Kumar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2014

I am trying to use

formfield.setFormValue(null)

formfield.setFormValue('')

But it is not working.

Thanks,

Sumit

1 answer

1 accepted

0 votes
Answer accepted
Sumit Kumar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2014

formfield.setFormValue('') works but not the other one

formfield.setFormValue(null)


Suggest an answer

Log in or Sign up to answer