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

    Type Alias M2MRelationships

    M2MRelationships: M2MRelationshipsBase & {
        catalogs?: (string | Record<"sc_catalog">)[];
        categories?: (string | Record<"sc_category">)[];
    }

    Type representing the many-to-many relationships for a catalog item. Categories can only be provided when catalogs are also provided.

    Type Declaration

    • Optionalcatalogs?: (string | Record<"sc_catalog">)[]

      The catalogs the catalog item belongs to

    • Optionalcategories?: (string | Record<"sc_category">)[]

      Category for the item. Categories can only be selected after the Catalogs field is populated.