TreeINFO-For-M365 documentation
    Preparing search index...

    Interface FunctionValidation

    This validation validates the field using a JavasScript function within the custom scripts.

    The field is valid if the validation function returns undefined. If the validation function returns a string (error message), the field is invalid.

    See Examples for reference.

    interface FunctionValidation {
        ValidationFunction: string;
    }
    Index

    Documents

    Properties

    Properties

    ValidationFunction: string

    Name of the validation function within the custom script.