some things with Epicor really annoy me, this being on of those things…
I have a custom field that is on the Order Entry form. In fact, i have 2 on the same table added at the same time and both have the same string format. One of them works as expected as in, i can enter a value or edit a value but the other not so much… I set it as Enabled = true and ReadOnly = False but after i save the customization, it goes back to ReadOnly = true… Why does it do this and how can i stop it doing this?
Is the column on your table set to read only? It will change the customized control values when you load a record and it populates the control with the values set on the table.
I’ve had more issues the other way around when I have tried setting the control to readonly = true and the form sets the values back to readonly = false when the dataview is initialized.
i checked that and its not Read Only. I deleted the textbox, added a new identical one and named it the same which resolved the issue. Ive had this behaviour on a few custom fields where the ReadOnly randomly turns on…