addOnPreProcessStatusChange (Client API reference)
Applies to Dynamics 365 (online), version 9.x
Adds a function as an event handler for the OnPreProcessStatusChange event so that it will be called before the business process flow status changes.
Syntax
formContext.data.process.addOnPreProcessStatusChange(myFunction);
Parameter
Name | Type | Required | Description |
---|---|---|---|
myFunction |
Function reference | Yes | The function to be executed when the business process flow status changes. The function is added to the start of the event handler pipeline. The execution context is automatically passed as the first parameter to the function. Learn more about the xecution context You should use a reference to a named function rather than an anonymous function if you later want to remove the event handler. |
This client API is only supported on the Unified Client. The legacy web client doesn't support this client API.