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

    Type Alias ReferenceConfig

    Reference configuration for reference-type fields

    type ReferenceConfig = {
        field: string;
        table: string | Table | Record<"sys_db_object">;
    }
    Index

    Properties

    Properties

    field: string

    The field in the reference table to display

    table: string | Table | Record<"sys_db_object">

    The reference table name