In this thread, someone wants to replace a pending record in database A with a record with the same UUID in database B. Possibly some kind of sync glitch caused the record to be missing from A.
I’m wondering if DT will be confused when two records with the same UUID exist at the same time (albeit in different databases). In scripting, one must probably address the right one by passing the in
parameter to getRecordWithUuid
.