PFApplicationEvents Fields |
The PFApplicationEvents type exposes the following members.
Name | Description | |
---|---|---|
ControllerEvent_CreateItem |
Event triggered by item controllers on all applications when an item is created.
This is a UI event, triggered for user actions only.
| |
ControllerEvent_CustomAction |
Event triggered by item controllers on all applications when a custom action is executed.
This is a UI event, triggered for user actions only.
Can be triggered with the TriggerApplicationEvent method of the PFItemController class.
| |
ControllerEvent_DeleteItem |
Event triggered by item controllers on all applications when an item is deleted.
This is a UI event, triggered for user actions only.
| |
ControllerEvent_FinishTask |
Event triggered by item controllers on all applications when a workflow task is finished.
This is a UI event, triggered for user actions only.
| |
ControllerEvent_MoveWorkflow |
Event triggered by item controllers on all applications when a workflow moves to a new state.
This is a UI event, triggered for user actions only.
| |
ControllerEvent_OpenItem |
Event triggered by item controllers on all applications when the form is opened.
This is a UI event, triggered for user actions only.
| |
ControllerEvent_SaveItem |
Event triggered by item controllers on all applications when an item is saved (excluding creation).
This is a UI event, triggered for user actions only.
| |
ControllerEvent_StartTask |
Event triggered by item controllers on all applications when a workflow task is started.
This is a UI event, triggered for user actions only.
| |
UIEvent_OpenView |
Event triggered when a user navigates to a view.
This is a UI event, triggered for user actions only.
|