@servicenow/sdk - v4.9.0
    Preparing search index...
    interface dl_matcher {
        active: Typed<
            boolean,
            {
                default: true;
                label: [
                    {
                        hint: "Specifies whether or not this data lookup rule should be used.";
                        label: "Active";
                        plural: "Active";
                    },
                ];
            },
        >;
        order: Typed<
            number,
            {
                default: "100";
                label: [
                    {
                        hint: "For matching conditions a lower order is matched against first.";
                        label: "Order";
                        plural: "Orders";
                    },
                ];
            },
        >;
        sys_id: Typed<
            string,
            { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    active: Typed<
        boolean,
        {
            default: true;
            label: [
                {
                    hint: "Specifies whether or not this data lookup rule should be used.";
                    label: "Active";
                    plural: "Active";
                },
            ];
        },
    >
    order: Typed<
        number,
        {
            default: "100";
            label: [
                {
                    hint: "For matching conditions a lower order is matched against first.";
                    label: "Order";
                    plural: "Orders";
                },
            ];
        },
    >
    sys_id: Typed<
        string,
        { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
    >