Is Applicable hook

Use this hook to indicate whether the field is applicable. If a field is not applicable, then the field is disabled and the field is cleared.

Example:

function extern boolean tcmcs004.cdf_city.is.applicable(long mode)
{
        return(tcmcs004.crou(1;1) = "U")
}