Avatar

Correct answer by
Employee

ItemPending errors means that the data services client is going to fetch an item that was marked as lazy or load-on-demand.  This should be an expected event and handled by any AS code that touches an array collection that has lazy items in it.  For instance the AsyncListView component in Flex automatically handles these errors, as the the Halo DataGrig (mx:DataGrid).

See the docs on ItemPending errors here: http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WSc3ff6d0ea77859461172e0811f00f6f...

Tom

View solution in original post