How do most of you perform lookups when you are wa...
# suitetalkapi
c
How do most of you perform lookups when you are wanting no only a specific entity but also referential data? Example: Say you want a SalesOrder and Customer information. If you perform a GET on the SalesOrder, you can see the RecordRef info for the SalesOrder.entity but must perform a second call to get that information.