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

    Interface Field

    interface Field {
        aggregatable: boolean;
        aiPredictionField?: maybe<boolean>;
        autoNumber: boolean;
        byteLength: number;
        calculated: boolean;
        calculatedFormula?: maybe<string>;
        cascadeDelete: boolean;
        caseSensitive: boolean;
        compoundFieldName?: maybe<string>;
        controllerName?: maybe<string>;
        createable: boolean;
        custom: boolean;
        defaultedOnCreate: boolean;
        defaultValue?: maybe<string | boolean>;
        defaultValueFormula?: maybe<string>;
        dependentPicklist: boolean;
        deprecatedAndHidden: boolean;
        digits?: maybe<number>;
        displayLocationInDecimal?: maybe<boolean>;
        encrypted?: maybe<boolean>;
        externalId: boolean;
        extraTypeInfo?: maybe<ExtraTypeInfo>;
        filterable: boolean;
        filteredLookupInfo?: maybe<FilteredLookupInfo>;
        formula?: maybe<string>;
        formulaTreatNullNumberAsZero?: maybe<boolean>;
        groupable: boolean;
        highScaleNumber?: maybe<boolean>;
        htmlFormatted: boolean;
        idLookup: boolean;
        inlineHelpText?: maybe<string>;
        label: string;
        length: number;
        mask?: maybe<string>;
        maskType?: maybe<string>;
        name: string;
        nameField: boolean;
        namePointing: boolean;
        nillable: boolean;
        permissionable: boolean;
        picklistValues?: maybe<PicklistEntry[]>;
        polymorphicForeignKey: boolean;
        precision?: maybe<number>;
        queryByDistance: boolean;
        referenceTargetField?: maybe<string>;
        referenceTo?: maybe<string[]>;
        relationshipName?: maybe<string>;
        relationshipOrder?: maybe<number>;
        restrictedDelete?: maybe<boolean>;
        restrictedPicklist: boolean;
        scale: number;
        searchPrefilterable: boolean;
        soapType: SOAPType;
        sortable: boolean;
        type: FieldType;
        unique: boolean;
        updateable: boolean;
        writeRequiresMasterRead?: maybe<boolean>;
    }
    Index

    Properties

    aggregatable: boolean
    aiPredictionField?: maybe<boolean>
    autoNumber: boolean
    byteLength: number
    calculated: boolean
    calculatedFormula?: maybe<string>
    cascadeDelete: boolean
    caseSensitive: boolean
    compoundFieldName?: maybe<string>
    controllerName?: maybe<string>
    createable: boolean
    custom: boolean
    defaultedOnCreate: boolean
    defaultValue?: maybe<string | boolean>
    defaultValueFormula?: maybe<string>
    dependentPicklist: boolean
    deprecatedAndHidden: boolean
    digits?: maybe<number>
    displayLocationInDecimal?: maybe<boolean>
    encrypted?: maybe<boolean>
    externalId: boolean
    extraTypeInfo?: maybe<ExtraTypeInfo>
    filterable: boolean
    filteredLookupInfo?: maybe<FilteredLookupInfo>
    formula?: maybe<string>
    formulaTreatNullNumberAsZero?: maybe<boolean>
    groupable: boolean
    highScaleNumber?: maybe<boolean>
    htmlFormatted: boolean
    idLookup: boolean
    inlineHelpText?: maybe<string>
    label: string
    length: number
    mask?: maybe<string>
    maskType?: maybe<string>
    name: string
    nameField: boolean
    namePointing: boolean
    nillable: boolean
    permissionable: boolean
    picklistValues?: maybe<PicklistEntry[]>
    polymorphicForeignKey: boolean
    precision?: maybe<number>
    queryByDistance: boolean
    referenceTargetField?: maybe<string>
    referenceTo?: maybe<string[]>
    relationshipName?: maybe<string>
    relationshipOrder?: maybe<number>
    restrictedDelete?: maybe<boolean>
    restrictedPicklist: boolean
    scale: number
    searchPrefilterable: boolean
    soapType: SOAPType
    sortable: boolean
    type: FieldType
    unique: boolean
    updateable: boolean
    writeRequiresMasterRead?: maybe<boolean>