Hello
I want to make a new implementation.
When I select a date on a dateedit1 and the system will autofill dateedit2 with value of dateedit1.
I wanted to override modified method of the dateedit.
Delivery_ShippingDateRequested.dateValue(Delivery_ReceiptDateRequested.dateValue());
I also tried to override modifiedfield method of the related table.
But it didnt work. So what should I do?