Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Clear out date field via custom object

Shubh
Collaborator II

Any pointers around clearing a date field using custom obejct.

tried $CM.setFieldValue(id,'',) it didn't work.

1 ACCEPTED SOLUTION

Accepted Solutions

Ilya_Khen
Champion III

Shubham Pandey,

 

$CM.setFieldValue([FieldId] , null, '');

View solution in original post

1 REPLY 1

Ilya_Khen
Champion III

Shubham Pandey,

 

$CM.setFieldValue([FieldId] , null, '');