Changing a Property from Derived and Stored to Derived
Summary:
I have noted that Derived and Stored does not recalculate if there is already a value in the input. This becomes an issue when the request is not an updated but something like a move. For example, we have properties that derive and storied its input based on the name of its ancestors. When we move these members, thus having new ancestors, the property is not changing to recalculate since the request is to move. Thus, the properties are giving the old values and are incorrect.
I was thinking that if we change the properties to Derive instead of Derive and Stored then this might make the properties recalculate for any request.
0