Master table pk is set as auto_increment on backend database (mySQL in my case) and db identity on Servoy.
Then, if you create a master record, edit fieldA, create a related record, then change fieldA again, the related record will be unaware of the change during your session (or maybe if you update it somehow).
Sometimes even if fieldA already has a value and you create a related record this record will not be able to show the current value.
If sevoy seq is used there is no problem.
(Note: I’m using someone else’s posted sample to illustrate, can’t remember who’s, sorry)