Also, I notice that even business objects in the same project don't show up will all the properties.
Specificaly, I have a SalesOrder object, and one of the member is a List of Sales Order Details (itemNumber, qtySold, unitPrice, extPrice etc.). That property doesn't show up. Possibly because it references another class?
Aaron