activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A tradução dos pacotes de Conetores disponíveis no Integration Service é efetuada automaticamente.
UiPath logo, featuring letters U and I in white
Atividades do Integration Service
Last updated 3 de dez de 2024

Referências 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

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo White
Confiança e segurança
© 2005-2024 UiPath. Todos os direitos reservados.