Page "Blanket Sales Order"

ID 507
Namespace: Microsoft.Sales.Document

Properties

Name Value
Caption Blanket Sales Order
PageType Document
RefreshOnActivate True
SourceTable Table Microsoft.Sales.Document."Sales Header"
SourceTableView where("Document Type" = filter("Blanket Order"))

Events

OnBeforeStatisticsAction

Obsolete

This element will become obsolete from version 26.0. The statistics action will be replaced with the SalesOrderStatistics action. The new action uses RunObject and does not run the action trigger. Use a page extension to modify the behaviour.

[Obsolete(The statistics action will be replaced with the SalesOrderStatistics action. The new action uses RunObject and does not run the action trigger. Use a page extension to modify the behaviour.,26.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeStatisticsAction(var SalesHeader: Record "Sales Header", var Handled: Boolean)

Parameters

Name Type Description
SalesHeader Table Microsoft.Sales.Document."Sales Header"
Handled Boolean

OnBeforeValidateShipToOptions

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateShipToOptions(var SalesHeader: Record "Sales Header", ShipToOptions: Option)

Parameters

Name Type Description
SalesHeader Table Microsoft.Sales.Document."Sales Header"
ShipToOptions Option

OnAfterValidateShipToOptions

[IntegrationEvent(False,False)]
local procedure OnAfterValidateShipToOptions(var SalesHeader: Record "Sales Header", ShipToOptions: Option)

Parameters

Name Type Description
SalesHeader Table Microsoft.Sales.Document."Sales Header"
ShipToOptions Option

See also