How to remove default value when field is empty.

Le Son
Tera Contributor

Hi everyone,

I have create default value for a field.

When create new record default value is setting for this field. However, When remove value of field (field = empty) and save record, Record still save is default value.

I want when user create new record and remove default value, record will save this field is empty

1 ACCEPTED SOLUTION

Hi @Le Son 

The behavior you're observing with the Default Value is normal. It's not advisable to try to circumvent it to force the field to remain empty.

Instead, you can utilize the mentioned business rule display. Just ensure that you remove the Default Value when applying the Business Rule.

 

Cheers,

Tai Vu

View solution in original post

12 REPLIES 12

Le Son
Tera Contributor

I know that:The default value populates the field on the blank form for a new record, and also subsequently when the new record is submitted if the field is empty. 

However, i want when the new record is submitted if the field have default value is empty. I still save record with field is empty not default value

Hi @Le Son 

The behavior you're observing with the Default Value is normal. It's not advisable to try to circumvent it to force the field to remain empty.

Instead, you can utilize the mentioned business rule display. Just ensure that you remove the Default Value when applying the Business Rule.

 

Cheers,

Tai Vu

Le Son
Tera Contributor

Hi Timi,

I understand and i fixed this bug

Thank you for your support