I've created a new web service on standard Business Object:
EmployeeTime
This web service has two operations: Query and Read.
The query operation works as expected but when I run the Read operation it returns all the correct data EXCEPT the quantity fields...
In the EmployeeTime object there is a list of Items. Each item has a Quantity and QuantityTypeCode element amongst all the others.
Any idea what these quantity elements would not be returned?
(Yes - I did ensure the Quantity fields were ticked when defining the web service.)
;-)