Table "Service Order Allocation"

ID 5950
Namespace: Microsoft.Service.Document

Properties

Name Value
Caption Service Order Allocation
DrillDownPageID Page Microsoft.Service.Document."Service Order Allocations"
LookupPageID Page Microsoft.Service.Document."Service Order Allocations"
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
Status Option
"Document No." Code[20]
"Allocation Date" Date
"Resource No." Code[20]
"Resource Group No." Code[20]
"Service Item Line No." Integer
"Allocated Hours" Decimal
"Starting Time" Time
"Finishing Time" Time
Description Text[100]
"Reason Code" Code[10]
"Service Item No." Code[20]
Posted Boolean
"Service Item Description" Text[100]
"Service Item Serial No." Code[50]
"Repair Status" Code[20]
"Service Started" Boolean
"Document Type" Enum Microsoft.Service.Document."Service Document Type"
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetHideDialog

procedure GetHideDialog(): Boolean

Returns

Type Description
Boolean

SetHideDialog

procedure SetHideDialog(HideDialog1: Boolean)

Parameters

Name Type Description
HideDialog1 Boolean

SetFilters

procedure SetFilters(ServiceItemLine: Record "Service Item Line")

Parameters

Name Type Description
ServiceItemLine Table Microsoft.Service.Document."Service Item Line"

Events

OnBeforeCheckAllocationEntry

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckAllocationEntry(var ServiceOrderAllocation: Record "Service Order Allocation", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceOrderAllocation Table Microsoft.Service.Document."Service Order Allocation"
IsHandled Boolean

OnBeforeCreateReallocationEntry

[IntegrationEvent(False,False)]
local procedure OnBeforeCreateReallocationEntry(var ServiceOrderAllocation: Record "Service Order Allocation", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceOrderAllocation Table Microsoft.Service.Document."Service Order Allocation"
IsHandled Boolean

OnBeforeValidateStartEndTime

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateStartEndTime(var ServiceOrderAllocation: Record "Service Order Allocation", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceOrderAllocation Table Microsoft.Service.Document."Service Order Allocation"
IsHandled Boolean

OnCreateReallocationEntryOnBeforeResetRepairStatus

[IntegrationEvent(False,False)]
local procedure OnCreateReallocationEntryOnBeforeResetRepairStatus(var ServiceOrderAllocation: Record "Service Order Allocation")

Parameters

Name Type Description
ServiceOrderAllocation Table Microsoft.Service.Document."Service Order Allocation"

See also