vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RuleEntry

    interface RuleEntry {
        assignedTo?: string;
        assignedToType?: AssignToLookupValueType;
        booleanFilter?: string;
        businessHours?: string;
        businessHoursSource?: BusinessHoursSourceType;
        criteriaItems?: FilterItem[];
        disableEscalationWhenModified?: boolean;
        escalationAction?: EscalationAction[];
        escalationStartTime?: EscalationStartTimeType;
        formula?: string;
        notifyCcRecipients?: boolean;
        overrideExistingTeams?: boolean;
        replyToEmail?: string;
        senderEmail?: string;
        senderName?: string;
        team?: string[];
        template?: string;
    }
    Index

    Properties

    assignedTo?: string
    assignedToType?: AssignToLookupValueType
    booleanFilter?: string
    businessHours?: string
    businessHoursSource?: BusinessHoursSourceType
    criteriaItems?: FilterItem[]
    disableEscalationWhenModified?: boolean
    escalationAction?: EscalationAction[]
    escalationStartTime?: EscalationStartTimeType
    formula?: string
    notifyCcRecipients?: boolean
    overrideExistingTeams?: boolean
    replyToEmail?: string
    senderEmail?: string
    senderName?: string
    team?: string[]
    template?: string