This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
method GetFieldValues(taskId As %String)
as %String
[ ZenMethod ]
Method called from %OnAfterCreatePage to get initial field values for the form
classmethod SaveData(taskId, userName As %String = "", priority As %Integer = "", cancelTask As %Boolean)
as %String
[ ZenMethod ]
The "task" that we are working with is the task response message. Get it and send it to
workflow engine methods to change its status in response to the user's selections in the form.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method onTaskChange(taskField)
[ Language = javascript ]
method ondialogFinish(action)
[ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons.
If this returns false, then the action is cancelled.