Calculate initial value hook

Use this hook to set the initial value of the custom field.

If the custom field is not added to a session extension or this hook is not implemented for the field in the session extension, this hook is used.

Example:

function extern void ext.colr.t.calculate.default.value()
{
        ext.colr.t = "ZZZZZZZZZZ" }