Member Junction
    Preparing search index...

    Configuration for Action scheduled jobs

    interface ActionJobConfiguration {
        ActionID: string;
        Params?: {
            ActionParamID: string;
            Value: string;
            ValueType: "Static" | "SQL Statement";
        }[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    ActionID: string
    Params?: {
        ActionParamID: string;
        Value: string;
        ValueType: "Static" | "SQL Statement";
    }[]