The Saved Search activity uses the NetSuite getSavedSearch operation to retrieve the results of an existing saved search (Saved Search ID) for a specified record type (Record Type).
After retrieving the saved search, the activity outputs the search results in a DataTable
object (Results) and the status of the request (success/failure information) in a ResponseStatus
object (NetSuiteStatus).
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the NetSuite Application Scope activity to your project.
- Add the Saved Search activity inside the NetSuite Application Scope activity.
- Enter values for the Input properties.
- Create and enter a
DataTable
variable and aResponseStatus
variable for the Output properties.- Your input property values are sent to the getSavedSearch operation.
- The operation returns the
DataTable
andResponseStatus
value to your output property variables.


Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Saved Search |
Allowed values | Enter a |
Notes | N/A |
Input
Record Type
The type of NetSuite record that you want to delete.
Attributes | Details |
---|---|
Type | Drop-down list |
Required | Yes |
Default value | Empty |
Allowed values | Select an item from the drop-down list. |
Notes | N/A |
Saved Search ID
The id of the saved search that you want to use.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | To get the Saved Search ID, you can use the NetSuite application UI by going to Lists > Search > Saved Searches. The saved search ID appears in the ID column. |
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Output
Results
The results of the search.
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
NetSuiteStatus
The status of the request (success/failure information).
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a UiPath.BAF.Models.ResponseStatus |
Notes | The |
Example
The following image shows an example of the activity dependency relationship and input/output property values.
Updated 6 months ago