There is another process which runs which will update an errorlog table when issues are encountered. The form that I am building allows the user to address the errors listed in the table, allow them to edit a couple of values and then resubmit if they choose. One of the fields is error text which they are not allowed to change. The other field is a status field which is an enum field which they cannot change. It will have values such as 0=Error, 1=Resubmitted. There is a resubmit button on the form which will allow the user to resubmit the one or more issues that were fixed.
↧