Codeunit ServLoanerManagement
ID 5901
Namespace: Microsoft.Service.Loaner
Properties
Name
Value
Permissions
TableData "Loaner Entry" = rimd
Methods
LendLoaner
procedure LendLoaner(ServItemLine: Record "Service Item Line")
Parameters
ReceiveLoaner
procedure ReceiveLoaner(var ServItemLine: Record "Service Item Line")
Parameters
ReceiveLoanerShipment
procedure ReceiveLoanerShipment(ServShipmentItemLine: Record "Service Shipment Item Line")
Parameters
Receive
procedure Receive(var Loaner: Record Loaner)
Parameters
Events
OnAfterReceiveLoaner
[IntegrationEvent(False,False)]
local procedure OnAfterReceiveLoaner(LoanerEntry: Record "Loaner Entry", ServItemLine: Record "Service Item Line")
Parameters
OnBeforeReceiveLoaner
[IntegrationEvent(False,False)]
local procedure OnBeforeReceiveLoaner(var ServiceItemLine: Record "Service Item Line", var IsHandled: Boolean)
Parameters
OnLendLoanerOnBeforeInsertLoanerEntry
[IntegrationEvent(False,False)]
local procedure OnLendLoanerOnBeforeInsertLoanerEntry(var LoanerEntry: Record "Loaner Entry", var ServiceItemLine: Record "Service Item Line")
Parameters
See also