Closed pietermartin closed 4 years ago
SchemaA.TableA.something will break retriving a RecordId. The code splits on . and well that don't work. Need to use indexOf instead.
SchemaA.TableA.something
RecordId
.
indexOf
SchemaA.TableA.something
will break retriving aRecordId
. The code splits on.
and well that don't work. Need to useindexOf
instead.