activities
latest
false
- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

传统集成活动
上次更新日期 2025年10月6日
UiPath.OracleNetSuite.Activities.GetFolders
“ 获取文件夹 ” 活动使用 Oracle NetSuite 搜索 API 获取 (文件夹) 列表。
The activity will retrieve a list of folders from a specific folder as a (DataTable) and the status of the activity (success/failure information) in a
ResponseStatus
object (ResponseStatus). Both of these outputs can be used as input variables in subsequent activities (e.g., FolderId from the FolderId column in the (DataTable) in Get Files and ResponseStatus in conditional logic).
以下步骤是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成 设置 步骤。
- 将“ Oracle NetSuite 应用程序作用域 ”活动添加到您的项目中。
- 在“ Oracle NetSuite 应用程序作用域 ”活动中添加“获取文件夹”活动。
- 为“ 输出 ”属性创建并输入
DataTable
和Folders
变量。 - 为“ 输出 ”属性创建并输入
ResponseStatus
和ResponseStatus
变量。
常见
- “显示名称”- 活动的显示名称。此字段仅支持
Strings
和String
变量。
输入
- “文件夹 ID” -要从 中获取子文件夹的文件夹 ID。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- Folders - The DataTable to store the list of folders. The variable you create for this property can be used as an input variable in subsequent activities (e.g., Download File, etc.).
- NetSuiteStatus - 请求的状态(成功/失败信息)。