Took 5 minutes to build a BO and map these properties. Wow... Makes so many parts of an application Asynchronous when you don't need to keep populating. Anyone build a Lookup Object Service that registers BO's into a Collection and then you can share then across other forms? Obviously you don't want to instatiate all lookups until you need the first one, but something that creates a Business Object for Payment Terms which is used for a lookup on Sales Orders, Customers, Invoices would be really cool especially tied into the Notification Query. There are probably a few dozen lookup objects for any application, like this. You could create a timeout propety as well to dispose of a Lookup BO after a certain duration to free up memory.
The more I use Strataframe the better I like the power and flexibility.
Richard