Functions hook
Use this hook to code (common) functions to use in the other hooks
of the Process extension.
This helps you in reusing code and to keep the other hooks small and clear.
Example:
function boolean own.pricing.implemented()
{
txprcdll0000.read.parameter()
return(txprc000.impl = tcyesno.yes)
}