@servicenow/sdk - v4.7.0
    Preparing search index...

    Base properties for field mapping configuration. The targetField is omitted here since it's used as the key in the fields object.

    type ImportSetFieldBase = {
        choiceAction?: "reject" | "ignore" | "create";
        dateFormat?: DateFormat;
        referenceValueField?: string;
        sourceField?: string;
    }
    Index

    Properties

    choiceAction?: "reject" | "ignore" | "create"
    dateFormat?: DateFormat
    referenceValueField?: string
    sourceField?: string