Codeunit "Customer-Notify by Email"
ID 5915
Namespace: Microsoft.Service.Document
Properties
| Name | Value |
|---|---|
| TableNo | Table Microsoft.Service.Document."Service Header" |
Events
OnGetEmailForNotifyByEMailWhenServiceIsDone
[IntegrationEvent(False,False)]
local procedure OnGetEmailForNotifyByEMailWhenServiceIsDone(ServiceHeader: Record "Service Header", var EmailAddress: Text[80])
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" | |
| EmailAddress | Text[80] |
OnBeforeInsertOnNotifyByEMailWhenServiceIsDone
[IntegrationEvent(False,False)]
local procedure OnBeforeInsertOnNotifyByEMailWhenServiceIsDone(ServiceHeader: Record "Service Header", var ServiceEmailQueue: Record "Service Email Queue")
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" | |
| ServiceEmailQueue | Table Microsoft.Service.Email."Service Email Queue" |