AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Salesforce
  • Properties specific to sfExecuteProcessResult variables
  • Functions that handle the sfExecuteProcessResult type
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
sfExecuteProcessResult (Type of variable)
In french: sfRésultatExécuteTraitement
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess. The characteristics of this result are returned by several WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

Properties specific to sfExecuteProcessResult variables

The following properties can be used to handle the result of SFExecuteProcess:
NameType usedEffect
ErrorArray of sfErrorStatus report of errors.
ActorIDCharacter stringIdentifier of the actors currently assigned to the validation step.
This property is read-only.
IDEntitéCharacter stringIdentifier of the Salesforce object currently processed.
This property is read-only.
IDInstanceCharacter stringIdentifier of the process instance associated with the Salesforce object.
This property is read-only.
NewWorkitemIDCharacter stringIdentifiers of the new tasks linked to the process. These identifiers are separated by CR characters (Carriage Return).
This property is read-only.
InstanceStatusCharacter stringStatus of the process instance. This property can correspond to "Approved", "Rejected", "Remove" or "Pending" for instance.
This property is read-only.
SuccessBoolean
  • True if the process was successfully run,
  • False if an error occurs.
This property is read-only.

Functions that handle the sfExecuteProcessResult type

SFExecuteProcessRequests the execution of a specific process.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

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