Page "Sales Quote"

ID 41
Namespace: Microsoft.Sales.Document

You can update, send, and resend a quote as needed. If the quote is accepted, the details will transfer to the sales order or invoice you create from it.

Properties

Name Value
Caption Sales Quote
PageType Document
RefreshOnActivate True
SourceTable Table Microsoft.Sales.Document."Sales Header"
SourceTableView where("Document Type" = filter(Quote))
AboutTitle About sales quote details
AboutText You can update, send, and resend a quote as needed. If the quote is accepted, the details will transfer to the sales order or invoice you create from it.

Events

OnBeforeStatisticsAction

Obsolete

This element will become obsolete from version 26.0. The statistics action will be replaced with the SalesStatistics 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 SalesStatistics 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, var IsHandled: Boolean)

Parameters

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

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

OnOpenPageOnAfterSetSecurityFilterOnRespCenter

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

Parameters

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

OnAfterOnAfterGetRecord

[IntegrationEvent(True,False)]
local procedure OnAfterOnAfterGetRecord(var SalesHeader: Record "Sales Header")

Parameters

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

See also