activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. Los paquetes de conectores disponibles en Integration Service están traducidos con traducción automática.
UiPath logo, featuring letters U and I in white
Actividades de Integration Service
Last updated 3 de dic. de 2024

Referencias técnicas

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

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.