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

    Interface PicklistValueMetadata

    interface PicklistValueMetadata {
        allowEmail?: boolean;
        closed?: boolean;
        color?: string;
        controllingFieldValues?: string[];
        converted?: boolean;
        cssExposed?: boolean;
        default: boolean;
        description?: string;
        forecastCategory?: ForecastCategories;
        fullName?: string;
        highPriority?: boolean;
        isActive?: boolean;
        probability?: number;
        reverseRole?: string;
        reviewed?: boolean;
        won?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowEmail?: boolean
    closed?: boolean
    color?: string
    controllingFieldValues?: string[]
    converted?: boolean
    cssExposed?: boolean
    default: boolean
    description?: string
    forecastCategory?: ForecastCategories
    fullName?: string
    highPriority?: boolean
    isActive?: boolean
    probability?: number
    reverseRole?: string
    reviewed?: boolean
    won?: boolean