Interface ExternalIdFieldDefinition

interface ExternalIdFieldDefinition {
    autoIncrement?: boolean;
    fullTextSearch?: boolean;
    inFacet?: undefined;
    inView?: undefined;
    mandatory?: boolean;
    quickSearch?: boolean;
    readOnly?: boolean;
    type: "EXTERNAL_ID";
    uniqueFactSheet?: boolean;
    urlTemplate?: string;
    validators?: string[];
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
}

Hierarchy

Properties

autoIncrement?: boolean
fullTextSearch?: boolean
inFacet?: undefined
inView?: undefined
mandatory?: boolean
quickSearch?: boolean
readOnly?: boolean
type: "EXTERNAL_ID"
uniqueFactSheet?: boolean
urlTemplate?: string
validators?: string[]
viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

Generated using TypeDoc