Is Mandatory hook

Use this hook to indicate whether the field is mandatory. If a field is mandatory then it must have a value other than "", 0.0, 0 or blank.

Example:

function extern boolean tcmcs041.dsca.is.mandatory(long mode)
{
        return(true)
}