activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Die Connector-Pakete, die in Integration Service verfügbar sind, werden maschinell übersetzt.
UiPath logo, featuring letters U and I in white
Aktivitäten für Integration Services
Last updated 3. Dez. 2024

Technische Referenzen

This section includes useful information you may require when interacting with Oracle NetSuite activities:

Using the Execute Suite QL Query activity

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.

  1. Add an Execute SuiteQL Query activity to your workflow.
  2. 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.

    Configuring the activity in Studio Web

  3. 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
    Using the SuiteQL Query Response in a Write Line activity

  4. 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.

Recommendations and limitations

  1. It is recommended to first generate the output schema of your query results. Then, at design time, replace any column values with variables.
  2. Only SELECT queries are supported.
  3. The query must be executed within 90 seconds. This is a platform limitation.
  4. SuiteQL has certain limitations. These remain applicable when using the activity.
  • Using the Execute Suite QL Query activity
  • Recommendations and limitations

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo White
Vertrauen und Sicherheit
© 2005–2024 UiPath. Alle Rechte vorbehalten