In NetSuite, there are a large number of record fields, fields types, and ways in which their values may be sourced. As a result, it is unfortunately not practical for the Web Services documentation to cover every possible scenario. Instead, NetSuite has made it possible to "reverse-engineer" the way in which a field is set. This approach is especially useful to determine how more complex field types, such as multi-select, are set.
- Log into NetSuite and create a record that contains the field(s) in question.
- Ensure that the field(s) they want reverse-engineered are given appropriate values.
- Save the record and record the system-generated internal ID of the record.
- Record the internal ID of each field they wish to reverse engineer.
- Use the Web Services GET method to retrieve the record.
Note: Use the internal ID in step 2 to uniquely identify the record you want retrieved. - Walk through the various fields of the returned record.
No comments:
Post a Comment