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

    Interface ForecastingTypeSettings

    interface ForecastingTypeSettings {
        active: boolean;
        displayedCategoryApiNames?: string[];
        forecastedCategoryApiNames?: string[];
        forecastingDateType: ForecastingDateType;
        hasProductFamily: boolean;
        isAmount: boolean;
        isAvailable: boolean;
        isQuantity: boolean;
        managerAdjustableCategoryApiNames?: string[];
        masterLabel: string;
        name: string;
        opportunityListFieldsLabelMappings?: OpportunityListFieldsLabelMapping[];
        opportunityListFieldsSelectedSettings: OpportunityListFieldsSelectedSettings;
        opportunityListFieldsUnselectedSettings: OpportunityListFieldsUnselectedSettings;
        opportunitySplitName?: string;
        ownerAdjustableCategoryApiNames?: string[];
        territory2ModelName?: string;
    }
    Index

    Properties

    active: boolean
    displayedCategoryApiNames?: string[]
    forecastedCategoryApiNames?: string[]
    forecastingDateType: ForecastingDateType
    hasProductFamily: boolean
    isAmount: boolean
    isAvailable: boolean
    isQuantity: boolean
    managerAdjustableCategoryApiNames?: string[]
    masterLabel: string
    name: string
    opportunityListFieldsLabelMappings?: OpportunityListFieldsLabelMapping[]
    opportunityListFieldsSelectedSettings: OpportunityListFieldsSelectedSettings
    opportunityListFieldsUnselectedSettings: OpportunityListFieldsUnselectedSettings
    opportunitySplitName?: string
    ownerAdjustableCategoryApiNames?: string[]
    territory2ModelName?: string