Codeunit "Check Sales Document Line"
ID 9069
Namespace: Microsoft.Sales.Document
Properties
| Name | Value |
|---|---|
| TableNo | Table Microsoft.Sales.Document."Sales Line" |
Methods
SetSalesHeader
procedure SetSalesHeader(NewSalesHeader: Record "Sales Header")
Parameters
| Name | Type | Description |
|---|---|---|
| NewSalesHeader | Table Microsoft.Sales.Document."Sales Header" |
Events
OnBeforeCheckSalesLines
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckSalesLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Item | Table Microsoft.Inventory.Item.Item | |
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text | |
| IsHandled | Boolean |