Hi Jeremy, I don't think there is a way to do that without using GOTO RECORD. ORDA does not use record numbers, you need the primary key to do a direct entity lookup (dataClass.get).
John DeSoi, Ph.D. > On Jan 2, 2020, at 12:27 PM, Jeremy Roussak via 4D_Tech > <[email protected]> wrote: > > It works very nicely, John, so thanks again. > > One further question: if I know a record’s record number, how do I use ORDA > to create an entity containing that record (more or less the equivalent of > GOTO RECORD)? > > I’m finding ORDA quite exciting, but it’s tricky (for me, anyway) to do some > things which have become second-nature under the “old” approach. ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

