Avatar

Correct answer by
Level 2
Note that it takes time to actually make the dataservice call
and retrieve the results. Your data won't be available right away.
After calling fill(), you have to wait for the "result" event of
the DataService object.

View solution in original post