UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

Activities

The following table lists the activities that are included in the Oracle NetSuite Activities Package.

ActivityDescription
Oracle NetSuite Application ScopeEstablishes an authenticated connection between UiPath and your NetSuite integration record.
Delete RecordsDeletes a list of records. After deleting the records, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Get All RecordsGets all records for a given object type. After retrieving the record, the activity outputs the record details in a Record[] object (Records) and the status of the request (success/failure information) in a ResponseStatus object (NetSuiteStatus).
Get RecordsRetrieves a list of records based on a discrete list of internal ids (InternalIds). After retrieving the record, the activity outputs the record details in a Record[] object (Records) and the status of the request (success/failure information) in a ResponseStatus object (NetSuiteStatus).
Saved SearchExecutes a saved search for a given object and returns the results.
Attach FileAttaches a specific file to a specific NetSuite object.
Detach FileDetaches a specific file from a specific NetSuite object.
Download FileDownloads a file to a specified folder. After downloading the file, the activity outputs the status of the request (success/failure information) in a ResponseStatus object.
Get FilesRetrieves a list of all files in a specific folder. After retrieving the files, the activity outputs the search results in a DataTable object and the status of the request (success/failure information) in a ResponseStatus object.
Get Files by ObjectRetrieves a list of all files attached to a specific NetSuite Object. After retrieving the folders, the activity outputs the search results in a DataTable object and the status of the request (success/failure information) in a ResponseStatus object.
Get FoldersRetrieves a list of all folders in a specific folder. After retrieving the folders, the activity outputs the search results in a DataTable object and the status of the request (success/failure information) in a ResponseStatus object.
Upload FileUploads a file from a local path to a specified folder in Oracle NetSuite. After uploading the file, the activity outputs the file id as a string parameter and the status of the request (success/failure information) in a ResponseStatus object.
Delete RecordDeletes a specific record. After deleting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Get RecordRetrieves a specific record. After retrieving the record, the activity outputs the record details in a DataRow object (Results) and the status of the request (success/failure information) in a ResponseStatus object (NetSuiteStatus).
Initialize RecordInitializes a specific record to a new record type, such as initializing a Purchase Requisition to a Purchase Order. After initializing the record, the activity outputs the new record in a Record object and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Insert RecordInserts a new record object. After inserting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). This activity also returns the internalid value of the new record object. For example, if you want to insert a NetSuite Employee object, you can output the internalid value by adding a String variable in the object wizard.
Update RecordUpdates a specific record. After updating the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated