activities
latest
false
- 概要
- Act! 365
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF Services
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- Amazon SES
- Amazon Transcribe
- Anthropic Claude
- Asana
- AWeber
- Azure AI Document Intelligence
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord - プレビュー
- DocuSign
- Drip
- Dropbox
- Dropbox Business
- Egnyte
- Epic FHIR R4 - プレビュー
- Eventbrite
- Exchangerates
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- FreshService
- Getresponse
- GitHub
- Google Maps
- Google 音声テキスト変換
- Google Text-to-Speech
- Google Vertex
- Google Vision - プレビュー
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook
- HubSpot CRM
- Hubspot Marketing
- iContact
- Insightly CRM
- Intercom
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- Mailjet
- MailerLite
- Mailgun
- Marketo
- Microsoft Azure OpenAI
- Microsoft Dynamics CRM
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- Okta
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- Paypal
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooks Online
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP Build Process Automation - プレビュー
- SAP Cloud for Customer
- SAP Concur
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath GenAI アクティビティ
- IBM WatsonX
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- X(旧ツイッター)
- Xero
- リリース ノート
- About the Xero activity package
- プロジェクトの対応 OS
- 連絡先を作成
- すべての連絡先のリストを取得
- Add Attachment to Contact
- Get Balance Sheet Report
- Get BAS Report
- Get GST Report
- Get Bank Summary Report
- Get Aged Receivables by Contact Report
- Get Attachments of a Contact
- Get Budget Summary Report
- Get Profit and Loss Report
- Get Trial Balance Report
- Get Executive Summary Report
- Get Aged Payables by Contact Report
- レポートのリストを表示
- レコードを削除
- すべてのレコードのリストを取得
- レコードを取得
- レコードを挿入
- レコードを置換
- Youtube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- Zoom
- ZoomInfo
Integration Service のアクティビティ
Last updated 2024年9月9日
入れ子になったクエリ
以前のリリースでは、Coupa の [すべてのレコードのリストを取得 ] アクティビティには、 Where 句の使用に関して固有の制限がありました。 これは、特定のフィールドのクエリのみに制限されていました。
created-at
、updated-at
、 id
など、限られた数の Where 句のみを収容する能力を持つ Invoice
オブジェクトについて考えてみましょう。
深いレベルに入れ子にされたプロパティのクエリに対するサポートを強化しました。 この改良により、クエリ対象のプロパティ範囲を広くすることが可能になりました。
例を示すために、
invoice-id
、status
、delivery-number
、 canceled
などのフィールドに Where 句を作成できるようになりました。たとえば、 "invoice-id='1234'"
を使用して特定の請求書 ID を照会したり、 "status='pending_receipt'"
保留中の領収書ステータスの請求書を取得したり、 "canceled='true'"
してキャンセルされた請求書を検索したりできます。
機能を強化し、入れ子になったプロパティのクエリを容易に行えるようになりました。 たとえば、次のクエリを使用できます。
"supplier.name='CDW (USA)'"
サプライヤーの名前に基づいて請求書レコードを取得します。
既定で表示されるフィルター ビルダーではなく、式エディターを使用して Where 句を構築してください。
アクティビティを実行して、フィルター処理した目的の出力を検証します。
この場合、サプライヤー名が CDW (米国) である請求書を検索できることが分かっています。
さらに、
and
演算子を使用して、 Where 句を使用して複数のフィルターを組み合わせることもできます。これにより、以前は不可能だったフィルターにさらに条件を追加して、クエリを絞り込むことができます。