-
Is it a known behaviour that changing the indexes of records in a field array (e.g. via append or delete) will report fields as dirty even though the data behind the record hasn't changed? |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Jan 18, 2022
Replies: 1 comment 5 replies
-
I believe so, yeah. By manipulating array fields you're updating the array field value (adding / removing / moving elements inside the array). Only the newly appended / removed value is marked as dirty. See this CSB |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Daneng66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe so, yeah. By manipulating array fields you're updating the array field value (adding / removing / moving elements inside the array). Only the newly appended / removed value is marked as dirty. See this CSB
#6448 discussion might be related, check it out