removeOnStageChange (Client API reference)

Removes an event handler from the OnStageChange event.

Syntax

formContext.data.process.removeOnStageChange(myFunction);

Parameter

Name Type Required Description
myFunction Function reference Yes The function to be removed from the OnStageChange event.

addOnStageChange
formContext.data.process