activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. Les packages de connecteurs disponibles dans Integration Service sont traduits à l'aide d'un moteur de traduction.
UiPath logo, featuring letters U and I in white
Activités Integration Service
Last updated 3 déc. 2024

Références techniques

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

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.