Share via


Page "Available - Requisition Lines"

ID 500
Namespace: Microsoft.Inventory.Requisition

Properties

Name Value
Caption Available - Requisition Lines
DataCaptionExpression CaptionText
DeleteAllowed False
Editable False
InsertAllowed False
LinksAllowed False
ModifyAllowed False
PageType List
Permissions TableData "Requisition Line" = rm
SourceTable Table Microsoft.Inventory.Requisition."Requisition Line"
SourceTableView sorting(Type, "No.", "Variant Code", "Location Code", "Sales Order No.", "Planning Line Origin", "Due 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"

SetSalesLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetSalesLine(var CurrentSalesLine: Record "Sales Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentSalesLine Table Microsoft.Sales.Document."Sales Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetReqLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetReqLine(var CurrentReqLine: Record "Requisition Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetPurchLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetPurchLine(var CurrentPurchLine: Record "Purchase Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentPurchLine Table Microsoft.Purchases.Document."Purchase Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetProdOrderLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetProdOrderLine(var CurrentProdOrderLine: Record "Prod. Order Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentProdOrderLine Table Microsoft.Manufacturing.Document."Prod. Order Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetProdOrderComponent

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetProdOrderComponent(var CurrentProdOrderComp: Record "Prod. Order Component", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentProdOrderComp Table Microsoft.Manufacturing.Document."Prod. Order Component"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetPlanningComponent

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetPlanningComponent(var CurrentPlanningComponent: Record "Planning Component", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentPlanningComponent Table Microsoft.Inventory.Planning."Planning Component"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetTransferLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetTransferLine(var CurrentTransLine: Record "Transfer Line", CurrentReservEntry: Record "Reservation Entry", Direction: Enum "Transfer Direction")

Parameters

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

SetServiceInvLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetServiceInvLine(var CurrentServiceLine: Record "Service Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentServiceLine Table Microsoft.Service.Document."Service Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetJobPlanningLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetJobPlanningLine(var CurrentJobPlanningLine: Record "Job Planning Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentJobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetAssemblyLine

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetAssemblyLine(var CurrentAssemblyLine: Record "Assembly Line", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentAssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

SetAssemblyHeader

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure SetSource()

[Obsolete(Replaced by procedure SetSource(),25.0)]
procedure SetAssemblyHeader(var CurrentAssemblyHeader: Record "Assembly Header", CurrentReservEntry: Record "Reservation Entry")

Parameters

Name Type Description
CurrentAssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
CurrentReservEntry Table Microsoft.Inventory.Tracking."Reservation Entry"

Events

OnAfterSetFilters

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

Parameters

Name Type Description
RequisitionLine Table Microsoft.Inventory.Requisition."Requisition 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"

See also