Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
True...but this also complicates things. StrataFrame automatically manages the Row Version for you, which actually requires slightly less overhead than using a time stamp column. So really if you are looking for a field versioning concurrency model, row version will actually be the best since it is literally a matter of creating the integer field and assigning it to the BO as you would a time stamp column.
|