enhancement
minor
#28746
Tree grid with transient objects records selection with TransientTLObjectNaming
If an element is recorded with the TransientTLObjectNaming, it can no longer be played back because a new transient object is created.
If a tree grid contains a transient object as a row object, the TransientTLObjectNaming is used to identify this row and a BusinessObjectFieldMatcher is created, which then compares the new transient object with the one in the grid during playback, which fails.
Improvement
Transient objects are no longer recorded. Instead, the row is identified via the label of the business object.