Hello - I'm trying to understand if certain rows in the Task table are duplicates.
I noticed that the Task table has a VersionNumber column. I *assume* that when an existing task is saved a new row is inserted into the Task table with a new version number. Am I assuming correctly for this?
If this is the case then it seems like there should be some type of indicator that ties all of these rows together?
Can you please explain how this works in CRM and what are some other CRM tables that use this design?