Auto-population of the "User" field in the cmn_notif_device table when creating a new record.Issue When creating a new record on the cmn_notif_device table, user field is auto-populated, even after clearing the user field before submission, the user field still gets populated automatically after submission. The customer wants to know how this happens.ReleaseAll releasesCauseIn the cmn_notif_device table, the "user" column has a dynamic default value set to "Sender" in the Dictionary Entry settings. This means that when a new record is created, the system automatically populates the "user" field with the name of the person creating the record.Even if this default value is manually removed before submitting the form, the system will repopulate it with the same value ("Sender") upon submission. ResolutionTo disable the autopopulation of the "user" field while creating a new record in the cmn_notif_device table, go to the Dictionary Entry for the table, find the "user" field, and remove/disable the dynamic default value set to "Sender" in the Default Value section. Save the changes, and the field will no longer auto-populate.