If I have a Record ID value, what would be the simplest way to get the record from it?
I can think of using the RecordID and getting the Record Reference from it, then from the Record Reference using the Field Reference to get the value of the Primary Key and then using Get/FindFirst to get to the actual record variable.
Is there any better way to do this?