Page "Available - Sales Lines"

ID 499
Namespace: Microsoft.Sales.Document

Properties

Name Value
Caption Available - Sales Lines
DataCaptionExpression CaptionText
DeleteAllowed False
Editable False
InsertAllowed False
LinksAllowed False
ModifyAllowed False
PageType List
Permissions TableData "Sales Line" = rm
SourceTable Table Microsoft.Sales.Document."Sales Line"
SourceTableView sorting("Document Type", Type, "No.", "Variant Code", "Drop Shipment", "Location Code", "Shipment Date")

Methods

SetSource

procedure SetSource(CurrentSourceRecRef: RecordRef, CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentSourceRecRef RecordRef
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetSource

procedure SetSource(CurrentSourceRecRef: RecordRef, CurrentReservEntry: Record "Reservation Entry", Direction: Enum "Transfer Direction")

Parameters

Name Type Description
CurrentSourceRecRef RecordRef
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"
Direction Enum Microsoft.Foundation.Enums."Transfer Direction"

SetCurrentSubType

procedure SetCurrentSubType(SubType: Option)

Parameters

Name Type Description
SubType Option

Events

OnAfterSetFilters

[IntegrationEvent(False,False)]
local procedure OnAfterSetFilters(var SalesLine: Record "Sales Line", ReservationEntry: Record "Reservation Entry")

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
ReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

OnAfterUpdateReservFrom

[IntegrationEvent(True,False)]
local procedure OnAfterUpdateReservFrom(var ReservationEntry: Record "Reservation Entry")

Parameters

Name Type Description
ReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

OnAfterUpdateReservMgt

[IntegrationEvent(True,False)]
local procedure OnAfterUpdateReservMgt(var ReservationEntry: Record "Reservation Entry")

Parameters

Name Type Description
ReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

OnBeforeCheckSalesLine

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckSalesLine(SalesLine: Record "Sales Line", ReservationEntry: Record "Reservation Entry", var IsHandled: Boolean)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
ReservationEntry Table Microsoft.Inventory.Tracking."Reservation Entry"
IsHandled Boolean

See also