Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Applies to Dynamics 365 (online), version 9.x
Removes an event handler from the OnPreProcessStatusChange event.
Syntax
formContext.data.process.removeOnPreProcessStatusChange(myFunction);
Parameter
Name | Type | Required | Description |
---|---|---|---|
myFunction |
Function reference | Yes | The function to be removed from the OnPreProcessStatusChange event. |