AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Salesforce
  • Possible error cases:
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SFExecuteProcess (Function)
In french: SFExécuteTraitement
Requests the execution of a specific process. You can:
  • Submit records to the approval process.
  • Perform an approval action.
Syntax
<Result> = SFExecuteProcess(<Salesforce connection> , <Process to perform>)
<Result>: Array variable
Array of sfExecuteProcessResult variables containing the result data.
<Salesforce connection>: sfConnection variable
Name of the variable of type sfConnection to be used
<Process to perform>: Array of variants
Array of variants containing the processes to run. This array can contain the following types of objects:
Remarks

Possible error cases:

  • The Internet connection is not valid.
  • The authentication was not performed properly.
  • The XML response of the server cannot be read.
To find out whether an error occurred, use the ErrorOccurred variable.
Component: wd290ggl.dll
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local