Table "Standard Service Code"

ID 5996
Namespace: Microsoft.Service.Document

Properties

Name Value
Caption Standard Service Code
DataCaptionFields 1,2
LookupPageID Page Microsoft.Service.Document."Standard Service Codes"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[10]
Description Text[100]
"Currency Code" Code[10]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

InsertServiceLines

procedure InsertServiceLines(ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

InsertExtendedText

procedure InsertExtendedText(ServLine: Record "Service Line")

Parameters

Name Type Description
ServLine Table Microsoft.Service.Document."Service Line"

Events

OnBeforeInsertServLine

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertServLine(var ServiceLine: Record "Service Line")

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"

OnBeforeInsertServiceLines

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertServiceLines(ServiceHeader: Record "Service Header", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"
IsHandled Boolean

See also