# Technical references

> The following sequence diagram and table list each NetSuite activity and the SOAP operations they use.

The following sequence diagram and table list each NetSuite activity and the SOAP operations they use.

You do not need to be familiar with the SOAP operations to use the activities. These links are for informational purposes only.

:::note
When using this activities package, it's important that you read and follow the **best practices** documented in NetSuite's [SuiteApp Architectural Fundamentals & Examples (SAFE)](https://netsuite.custhelp.com/app/answers/detail/a_id/46388) guide and the [Concurrency governance cheat sheet](https://system.netsuite.com/core/media/media.nl?id=127925362&c=NLCORP&h=8742ad8b887aa6881f85&_xt=.pdf).
:::

## Sequence Diagram

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/legacy-integrations-docs-image-179840-ff0c1e4e-7e2f4880.webp)

## Reference List

| Activity | API Reference |
| --- | --- |
| [Oracle NetSuite Application Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-scope) | [SOAP operation](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_N3477815.html) |
| [Delete Records](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-delete-records) | [getList](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3499748.html) |
| [Get All Records](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-all-records) | [getList](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3499748.html) |
| [Get Records](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-records) | [getList](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3499748.html) |
| [Saved Search](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-saved-search) | [getSavedSearch](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3503649.html) |
| [Attach File](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-attach-file) | [attach / detach](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3481947.html) |
| [Detach File](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-detach-file) | [attach / detach](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3481947.html) |
| [Download File](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-download-file) | [file.load](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4226574300.html) |
| [Get Files](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-files-by-folder) | [search](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3514306.html) |
| [Get Files by Object](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-files-by-object) | [search](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3514306.html) |
| [Get Folders](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-folders) | [search](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3514306.html) |
| [Upload File](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-upload-file) | [file.create](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4223861820.html) |
| [Delete Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-delete-record) | [delete](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3486046.html) |
| [Get Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-get-record) | [get](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3488543.html) |
| [Initialize Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-initialize-record) | [initialize](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3508536.html) |
| [Insert Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-insert-record) | [add](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3480855.html) |
| [Update Record](https://docs.uipath.com/activities/other/latest/legacy-integrations/oracle-netsuite-update-record) | [update](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3527090.html) |
