Table of Contents

API - Sales Inv. Lines

This is a fork of page 30043 "APIV2 - Sales Invoice Lines" from version 27.0.38460.40573. Added support for Extra Values.

Object Definition

Object TypePage
Object ID70314165
Object NameQWESR API - Sales Inv. Lines
Source TableSales Invoice Line Aggregate

API Definition

APIPublishersmartApps
APIGroupspider
APIVersionv1.0
EntitySetNamesalesInvoiceLines
EntityNamesalesInvoiceLine

Events

Name Description
OnAfterInsert(Record "Sales Invoice Line Aggregate"; Record "Sales Line"; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text; List of [Integer]) Raised after a record is inserted.
OnAfterModify(Record "Sales Invoice Line Aggregate"; Record "Sales Line"; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text; List of [Integer]) Raised after a record is modified.
OnGetPostedSalesInvoiceLineExtraValues(Record "Sales Invoice Line Aggregate"; Record "Sales Invoice Line"; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised after a record is read from the database. This event is raised if the Sales Invoice is posted. Makes it possible to set the ExtraValues 1..10, to be returned to the client.
OnGetSalesInvoiceLineExtraValues(Record "Sales Invoice Line Aggregate"; Record "Sales Line"; Text; Text; Text; Text; Text; Text; Text; Text; Text; Text) Raised after a record is read from the database. This event is raised if the Sales Invoice is not posted. Makes it possible to set the ExtraValues 1..10, to be returned to the client.

Controls

Type Name Data Type Read-only
Field id Guid Yes
Field documentId Guid
Field sequence Integer
Field itemId Guid
Field accountId Guid
Field lineType Enum "Invoice Line Agg. Line Type"
Field lineObjectNumber Code[20]
Field description Text[100]
Field description2 Text[50]
Field unitOfMeasureId Guid
Field unitOfMeasureCode Code[10]
Field quantity Decimal
Field unitPrice Decimal
Field discountAmount Decimal
Field discountPercent Decimal
Field discountAppliedBeforeTax Boolean Yes
Field amountExcludingTax Decimal Yes
Field taxCode Code[50]
Field taxPercent Decimal Yes
Field totalTaxAmount Decimal Yes
Field amountIncludingTax Decimal Yes
Field invoiceDiscountAllocation Decimal Yes
Field netAmount Decimal Yes
Field netTaxAmount Decimal Yes
Field netAmountIncludingTax Decimal Yes
Field shipmentDate Date
Field itemVariantId Guid
Field locationId Guid
Field extraValue1 Text
Field extraValue2 Text
Field extraValue3 Text
Field extraValue4 Text
Field extraValue5 Text
Field extraValue6 Text
Field extraValue7 Text
Field extraValue8 Text
Field extraValue9 Text
Field extraValue10 Text
Sub page dimensionSetLines
Sub page location

This documentation is generated from Spider v27.2