Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?