Site Search:
Sign in | Join | Help

GetItemList

Last post 05-29-2009 11:23 AM by SUNShine. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-28-2009 4:56 PM

    GetItemList

    Hi

     By default, only the first 1000 items that meet the specified criteria will be returned in the
    list. This limit prevents the web service from being overloaded by a query that returns an
    extremely large collection.

    How can I change it?

    Filed under: ,
    • Post Points: 0
  • 05-28-2009 6:04 PM In reply to

    • Steve Gray
    • Top 10 Contributor
      Male
    • Joined on 01-10-2007
    • Bradenton, Florida
    • Guru
    • Points 2,318

    Re: GetItemList

    I believe you're referring to a method in 'Web Services for Microsoft Dynamics'.

     I don't use that, personally, it's too big and hairy for me. But, if you read the help file, they do tell you how to loop through and grab 1000 at a time until you're done.

     Me, I'd sooner code

    SELECT * FROM IV00101

    and be done with it. <smiles>

    I write stored prodedures to get what I want OUT. Just don't send data IN to Dynamics without using eConnect. Unless you're REALLY sure what you're doing.

    Steve Gray, MCDBA
    Technical Editor
    steve@VSToolsForum.com
    • Post Points: 0
  • 05-29-2009 11:23 AM In reply to

    Re: GetItemList

     I just want to get Item list.I konw I can grap everytime 1000 items but It dosent a best way to do that

    • Post Points: 0
Page 1 of 1 (3 items)