This topic is locked

Unable to update record.

1/14/2020 9:15:42 AM
ASPRunnerPro General questions
G
goffj1 author

From the "list" page the inline edit works as expected. Selecting the same, or any record, and opening the "edit" page/form, an error occurs when trying to save changes. "<<<Record was not EDITED>>>" "Field cannot be updated". Any clues as to what's happening?

N
Nir Frumer 1/14/2020



From the "list" page the inline edit works as expected. Selecting the same, or any record, and opening the "edit" page/form, an error occurs when trying to save changes. "<<<Record was not EDITED>>>" "Field cannot be updated". Any clues as to what's happening?


hi

the most common reason to this behaviour is having fields that are not updatetable on the edit page:

calculated fields or fields from other tables..

Those should be removed from the edited array in "before record updated".
hope it helps,

Nir.

admin 1/15/2020

+1 to what @Nir says