Page "Purchase Quote"

ID 49
Namespace: Microsoft.Purchases.Document

Properties

Name Value
Caption Purchase Quote
PageType Document
RefreshOnActivate True
SourceTable Table Microsoft.Purchases.Document."Purchase Header"
SourceTableView where("Document Type" = filter(Quote))

Events

OnAfterActivateFields

[IntegrationEvent(True,False)]
local procedure OnAfterActivateFields()

OnAfterCalculateCurrentShippingAndPayToOption

[IntegrationEvent(False,False)]
local procedure OnAfterCalculateCurrentShippingAndPayToOption(var ShipToOptions: Option, var PayToOptions: Option, PurchaseHeader: Record "Purchase Header")

Parameters

Name Type Description
ShipToOptions Option
PayToOptions Option
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"

OnBeforeValidateShipToOptions

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

Parameters

Name Type Description
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"
ShipToOptions Option

OnAfterValidateShipToOptions

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

Parameters

Name Type Description
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"
ShipToOptions Option

OnBeforeOpenPage

[IntegrationEvent(False,False)]
local procedure OnBeforeOpenPage(var IsHandled: Boolean)

Parameters

Name Type Description
IsHandled Boolean

See also