In the database catalog on a server, the replica ID is stored in the documents as a time/date value. Does anyone know of a way in script to convert that value to the hex string representation of a replica ID?
Subject: Convert Time/Date Value to ReplicaID
Wow, never knew that one. If you look at the design of the view, they are doing an @Text(ReplicaID; “*”) which is not in designer help. Perhaps using @Text and the script hex function you can convert it - just a thought.
Subject: Convert Time/Date Value to ReplicaID
perhaps this will help you: