Stored Procedures
Stored Procedures are available to complement the data available from the Data Model. Sometimes it is necessary to update data available from a view using a stored procedure because the data does not provide for direct, table-like, two-way updates. In these situations, the retrieval of the data is done using the appropriate view or table, while the update is done by calling a stored procedure. Stored procedures take a list of parameters and return back a dataset that contains the collection of tuples that constitute the response.
RSSBus BizTalk Adapter for NetSuite Stored Procedures
| Name | Description |
| CheckJobStatus | Returns the status of a given job. |
| CreateSavedSearchSchema | Creates the schema for the table specified. Saves the schema at the location set by the Location connection property. |
| GetJobResults | Returns results for a job that was executed in NetSuite. |
| GetRoles | Returns the roles for the user specified in the connection string. |
| SubmitSoapRequest | Creates the schema for the tables specified. Saves the schema at the location set by the Location connection property. |