Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Performance of Update vs UpdateList
I've been reviewing performance of our various integrations and one thing that I was wondering is in regards to the UpdateList method and it's corresponding siblings UpsertList, AddList etc.
Is there a noticeable performance difference between issuing a <action>List call vs the single call of <action>?
I am not sure what the restrictions of the list operations are, but if we assume I have 10 sales orders to update, will adding all 10 in one UpdateList operation be faster than doing 10 separate Update calls?
0