Calculate Initial Value hook
Use this hook to set the initial value of the custom field. Note that this value is only applied if the form has no saved defaults for the current user.
Example:
function extern void ext.colr.t.calculate.default.value()
{
ext.colr.t = "ZZZZZZZZZZ"
}