- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 07:58 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:19 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:42 PM
Hi Timi,
I understand and i fixed this bug
Thank you for your support