Table "Standard Service Code"
ID 5996
Namespace: Microsoft.Service.Document
Properties
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
InsertExtendedText
procedure InsertExtendedText(ServLine: Record "Service Line")
Parameters
Events
OnBeforeInsertServLine
[IntegrationEvent(False,False)]
local procedure OnBeforeInsertServLine(var ServiceLine: Record "Service Line")
Parameters
OnBeforeInsertServiceLines
[IntegrationEvent(False,False)]
local procedure OnBeforeInsertServiceLines(ServiceHeader: Record "Service Header", var IsHandled: Boolean)
Parameters
See also