Table "Standard Service Item Gr. Code"

ID 5998
Namespace: Microsoft.Service.Item

Properties

Name Value
Caption Standard Service Item Gr. Code
DataCaptionFields 1
DataClassification CustomerContent

Fields

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

Methods

InsertServiceLines

procedure InsertServiceLines(ServItemLine: Record "Service Item Line")

Parameters

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

InsertExtendedText

procedure InsertExtendedText(ServLine: Record "Service Line")

Parameters

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

Events

OnAfterCombineDimensions

[IntegrationEvent(False,False)]
local procedure OnAfterCombineDimensions(var ServLine: Record "Service Line", StdServLine: Record "Standard Service Line")

Parameters

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

OnBeforeInsertServLine

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

Parameters

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

OnBeforeOnDelete

[IntegrationEvent(False,False)]
local procedure OnBeforeOnDelete(var StandardServiceItemGrCode: Record "Standard Service Item Gr. Code", var IsHandled: Boolean)

Parameters

Name Type Description
StandardServiceItemGrCode Table Microsoft.Service.Item."Standard Service Item Gr. Code"
IsHandled Boolean

OnBeforeInsertServiceLines

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertServiceLines(ServItemLine: Record "Service Item Line", var IsHandled: Boolean)

Parameters

Name Type Description
ServItemLine Table Microsoft.Service.Document."Service Item Line"
IsHandled Boolean

OnInsertServiceLinesOnAfterCalcUnitPrice

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

Parameters

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

OnInsertServiceLinesOnBeforeSetDescriptionForLineWithTypeInLoop

[IntegrationEvent(False,False)]
local procedure OnInsertServiceLinesOnBeforeSetDescriptionForLineWithTypeInLoop(var ServiceLine: Record "Service Line", StandardServiceLine: Record "Standard Service Line", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
StandardServiceLine Table Microsoft.Service.Document."Standard Service Line"
IsHandled Boolean

See also