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!
Order of list in response of `getList()`
The documentation of `getList()` reads:
The getList operation is used to retrieve a list of one or more records by providing the unique ids that identify those records. If there are multiple ids provided, they can either belong to the same record type or different record types. For example, it is possible to retrieve a customer and a contact within a single request using this operation. If some of the provided ids are invalid, the request is still processed for the valid ids and the response will contain a warning that indicates that some of the ids were invalid.
I have tested and have always got the response list of records in same order as the request list of recordrefs. Even in 'partial-error' case, the order of request list and response list always matches. But I have not found this documented anywhere.