UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Crear trabajo API Bulk

UiPath.Salesforce.Activities.CreateBulkApiJob

Crea un trabajo de API masivo en Salesforce.

Propiedades

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Entrada

  • ColumnDelimiter - Specifies which symbol is to be used as a delimiter for columns in the .csv file that contains the job data. By default, this property is set to COMMA. The following options are available:
    • COTIZACIÓN
    • CUIDADO
    • Coma
    • TUBO
    • Punto y coma
    • Tabulación
  • ExternalIdFieldName - The external ID field in the object that is being upserted. This ID is needed strictly for Upsert operations. The field values must also be found in the .csv file that contains job data.
    Nota:

    Configuring this field for operations other than Upsert causes the activity to fail at runtime.

  • FilePath - The full path to the .csv file that contains the job data. This field supports only strings and String variables.
  • LineEnding - Specifies the line ending that is to be used for the job data. This line ending marks the end of a data row. By default, this property is set to LF. The following options are available:
    • LF: carácter de salto de línea.
    • CRLF: carácter de retorno de carro seguido de un carácter de salto de línea.
  • Object - The Salesforce object on which you want to perform the operation. This field supports only strings and String variables.
  • Operation - Specifies what type of operation you want to perform. By default, this property field is set to Insert. The following options are available:
    • Insertar
    • Actualizar
    • Upsert
    • Eliminar

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • Id - The ID of the bulk API job. This field supports only strings and String variables.
  • EstadoDeSalesforce : el estado devuelto desde Salesforce una vez que se completa la acción, almacenado en una variable SalesforceStatus . Este campo solo admite SalesforceStatus variables.
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado