activities
latest
false
- 概述
- UiPath 生成式 AI 活动
- Act! 365
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF 服务
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- 亚马逊 SES
- Amazon Transcribe
- Anthropic Claude
- Asana
- AWeber
- Azure AI 文档智能
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- 清除位
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord - 预览
- DocuSign
- 水滴
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- 汇率
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- Freshservice
- 获取响应
- GitHub
- Google Maps
- Google 语音转文本
- Google 文本转语音
- Google Vertex
- Google Vision - 预览
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook
- HubSpot CRM
- HubSpot Marketing
- iContact
- Insightly CRM
- Intercom
- Jina.ai - Preview
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- Mailjet
- MailerLite
- Mailgun
- Marketo
- Microsoft Azure OpenAI
- Microsoft Dynamics CRM
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- 奥克塔
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- Paypal
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooks Online
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI - 预览
- SAP Cloud for Customer
- SAP Concur
- SAP OData - 预览
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- 探戈卡
- Todoist
- Trello
- Twilio
- IBM WatsonX
- WhatsApp Business
- WOO COMMERCE
- 可行
- Workday
- Workday REST
- X(以前称为 Twitter)
- Xero
- Youtube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- 缩放
- Zoom 信息
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Integration Service 中提供的连接器包采用的是机器翻译的译文。
Integration Service 活动
Last updated 2024年12月3日
技术参考
This section includes useful information you may require when interacting with Oracle NetSuite activities:
This guide explains how to use the Execute SuiteQL Query activity.
Suite QL is an SQL-like query language that provides you with advanced query capabilities for interacting with NetSuite records and data.
In the example below, our goal is to query the Subsidiary table in NetSuite.
- Add an Execute SuiteQL Query activity to your workflow.
- To begin with, you must identify the query and determine the output object it will generate based on the query provided. Currently, the output is missing. You must generate it by using the Generate output schema button.
Note: Use a
TOP 1
clause in your query to minimize execution time while creating the output object. This ensures that even if the query result is large, the process remains efficient. Also, you can include only the column names in your query to generate output properties accordingly, to further reduce execution time. - Add a Write Line or Log Message activity to check and verify the output properties.
Figure 1. Using the SuiteQL Query Response in a Write Line activity
- Next, run the process. During the process execution time, ensure that the output of the query you are using aligns with the properties of the output you generated. This can include some or all properties, depending on your specific requirements.
- It is recommended to first generate the output schema of your query results. Then, at design time, replace any column values with variables.
- Only
SELECT
queries are supported. - The query must be executed within 90 seconds. This is a platform limitation.
- SuiteQL has certain limitations. These remain applicable when using the activity.