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 周的时间才能完成。
传统“集成”活动
UiPath.MicrosoftDynamicsFO.Activities.GetRecord
获取记录活动使用默认连接从 Microsoft Dynamics 检索记录。
检索记录后,该活动会在 ResponseStatus 对象中输出请求的状态(成功/失败信息),您可以在后续活动中使用该对象。
在活动正文中
To enter your Get Record property values, you must use the Object Wizard by clicking the Configure button.
使用 对象向导 选择 对象 时,您可以添加要在请求中包含的字段。有关每个对象的可用字段的完整列表,请参阅 Microsoft 文档中的网页 API 实体类型参考。
要了解有关对象向导的更多信息,请参阅业务活动框架页面。
属性
常见
- “显示名称”- 活动的显示名称。此字段仅支持
Strings或String变量。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatusvariable (UiPath.BAF.Models.ResponseStatus). TheResponseStatusobject includes three properties that you can use in other activities.- Success -
Boolean- Specifies whether the API request was successful. - ErrorCode -
String- The response error if the API request is unsuccessful (Success=False). - Message -
String- The error message.
- Success -