Clear External Data field
Posted: 05 Oct 2015
Hello,
How do I clear an External Data field?
I tried setting the field to text: ' ' and text: ''
fd.field('ExternalData').value({key: '__bg40001300', text: ' '});
but both times I get the validation error not match found.
How do I clear an External Data field?
I tried setting the field to text: ' ' and text: ''
fd.field('ExternalData').value({key: '__bg40001300', text: ' '});
but both times I get the validation error not match found.