Page "Service Order"
ID 5900
Namespace: Microsoft.Service.Document
Source table: Table Microsoft.Service.Document."Service Header"
Properties
| Name | Value |
|---|---|
| Caption | Service Order |
| PageType | Document |
| RefreshOnActivate | True |
| SourceTable | Table Microsoft.Service.Document."Service Header" |
| SourceTableView | where("Document Type" = filter(Order)) |
Methods
RunBackgroundCheck
procedure RunBackgroundCheck()
Events
OnAfterOnAfterGetRecord
[IntegrationEvent(True,False)]
local procedure OnAfterOnAfterGetRecord(var ServiceHeader: Record "Service Header")
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" |
OnBeforeOnQueryClosePage
[IntegrationEvent(True,False)]
local procedure OnBeforeOnQueryClosePage(var ServiceHeader: Record "Service Header", var DocumentIsPosted: Boolean, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" | |
| DocumentIsPosted | Boolean | |
| IsHandled | Boolean |