Hi,
I created one custom table. In that I have 5 fields(field 1*(Mandatory), field 2, field 3, field 4*(Mandatory), field 5).
i wrote some code for auto updating the fields, if I enter the field 1 it automatically fills the field 3(depend upon my requirement). Here comes my question.
In a form level if I create the new record and filled the field 1 so automatically field 3 fills in, once that is finished the info log throws me a warning "The FIELD 4 must be filled in". I have to remove that. That warning should come once I close the form or save the form, if I didn't fill the field 4. It should not come once I fill the field 1.
Please help me to achieve this