SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Class CustomField<EntityT, DeSerializersT, NullableT>

    If your entity contains fields not present in your service specification you can model them using custom fields. Alternatively you can also generate a client based on a service specification containing all fields.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    • Type Parameters

      • EntityT extends Entity
      • DeSerializersT extends DeSerializers<
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
        >
      • NullableT extends boolean = false

      Parameters

      Returns CustomField<EntityT, DeSerializersT, NullableT>

    Properties

    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    _fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

    Methods

    • Path to the field to be used in filter and order by queries.

      Returns string

      Path to the field to be used in filter and order by queries.

      Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.