Compare object from same entity and highlight attribute which is changed
0
Question: I need to compare two objects of the same entity, where one is a newer version of the older object. Specifically, I want to identify the attributes that have changed between the two versions. Context: Please note that I currently have to manually inspect each attribute to determine what has changed, which is time-consuming and inefficient. Error Message/Expected Outcome: I would appreciate any suggestions on automating this comparison process to save time and improve accuracy.
asked
Shreyansh Chouksey
1 answers
0
In CommunityCommons module you have the objectHasChanged action. This returns true if at least one member (including owned associations) of this object has changed.