Previous Topic

Next Topic

Inhoudsopgave

Book Index

AllowRunProcess

Event Event AllowRunProcess()

Description

Event Event (procedure) that is fired when the value of one of the fields in a record either by code initialization or by manual user intervention.

After pressing the OK-button on the process form:

  1. This script function is called first, so if the result of this function is TRUE, the flow will continue.

    If the result is FALSE, the process is aborted, the BeforeStartProcess event will not be called.

  2. The business logic of the process form wil decide if the process can be run.
  3. Process fields can be accessed by using the record object.
  4. This event is timed just before the BeforeStartProcess event.