locked
RetrieveMultipleRequest while offline? RRS feed

  • Question

  • I'm trying to Execute a RetrieveMultipleRequest while offline but it is throwing a 0x80044181 exception.  The weird thing is that even though the sdk says  should work offline and with custom entitys the error message text says:

    "The 'RetrieveMultiple' method does not support entities of type '<custom_entity>' on the client. "

    But I am definately using Execute in all my code, and not the method as the error message suggests... anybody have any idea what gives here?
    Tuesday, March 31, 2009 4:26 AM

Answers

  • Hi,

    Make sure the entity is set for offline mode and sync the clinet. Did you set the returndynamicentities flag? I would also wrap my code with a metadataservice.isavailableoffline condition to make sure the entity is available.

    Adi

    • Marked as answer by Jim Glass Jr Tuesday, March 31, 2009 5:23 PM
    Tuesday, March 31, 2009 4:47 AM