WebtoolFormHooks::Submit (open)
Do additional form processing
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
RECORD FUNCTION Submit(OBJECT work, RECORD extradata)
Parameters
OBJECT work
The currently opened work object
RECORD extradata
Extra form data
Return value
RECORD
The result record
Description
This function is called after the work has been validated initially and before the results are stored. Additional
errors and warning can be added to the work object. The result record is returned to the client. resultsguid
should not be used as the name of a result record cell.