Options
All
  • Public
  • Public/Protected
  • All
Menu

PickingReportField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • PickingReportField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new PickingReportField(fieldName: string, entityConstructor: Constructable<EntityT>, complexTypeName: string): PickingReportField
  • Creates an instance of ComplexTypeField.

    Parameters

    • fieldName: string

      Actual name of the field used in the OData request

    • entityConstructor: Constructable<EntityT>

      Constructor type of the entity the field belongs to

    • complexTypeName: string

      Type of the field according to the metadata description

    Returns PickingReportField

Properties

actualDeliveryQuantity

actualDeliveryQuantity: ComplexTypeBigNumberPropertyField<EntityT> = new ComplexTypeBigNumberPropertyField('ActualDeliveryQuantity', this.entityConstructor, 'PickingReport', 'Edm.Decimal')

Representation of the PickingReport.actualDeliveryQuantity property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

batch

batch: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Batch', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.batch property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

complexTypeName

complexTypeName: string

deliveryDocument

deliveryDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocument', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.deliveryDocument property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryDocumentItem

deliveryDocumentItem: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocumentItem', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.deliveryDocumentItem property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryDocumentItemText

deliveryDocumentItemText: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocumentItemText', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.deliveryDocumentItemText property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryQuantityUnit

deliveryQuantityUnit: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryQuantityUnit', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.deliveryQuantityUnit property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

entityConstructor

entityConstructor: Constructable<EntityT>

fieldName

fieldName: string

material

material: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Material', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.material property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageIdentification

systemMessageIdentification: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageIdentification', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageIdentification property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageNumber

systemMessageNumber: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageNumber', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageNumber property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageType

systemMessageType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageType', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageType property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable1

systemMessageVariable1: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable1', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageVariable1 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable2

systemMessageVariable2: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable2', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageVariable2 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable3

systemMessageVariable3: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable3', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageVariable3 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable4

systemMessageVariable4: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable4', this.entityConstructor, 'PickingReport', 'Edm.String')

Representation of the PickingReport.systemMessageVariable4 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

Methods

fieldPath

  • fieldPath(): string
  • Path to the field to be used in filter and order by queries. In most cases this will just be the fieldName itself. However, for complex types for instance, the path is prefixed with the name of the complextype.

    Returns string

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