Page "Sales Quotes"
Offer customers pricing and terms for what you sell. Quotes stay in this list until they're converted to an order or invoice, or deleted.
Properties
| Name | Value |
|---|---|
| AdditionalSearchTerms | offer |
| ApplicationArea | #Basic,#Suite |
| Caption | Sales Quotes |
| CardPageID | Page Microsoft.Sales.Document."Sales Quote" |
| DataCaptionFields | 2 |
| Editable | False |
| PageType | List |
| QueryCategory | Sales Quotes |
| RefreshOnActivate | True |
| SourceTable | Table Microsoft.Sales.Document."Sales Header" |
| SourceTableView | where("Document Type" = const(Quote)) |
| UsageCategory | Lists |
| AboutTitle | About sales quotes |
| AboutText | Offer customers pricing and terms for what you sell. Quotes stay in this list until they're converted to an order or invoice, or deleted. |
Methods
SetStyle
procedure SetStyle(): Text
Returns
| Type | Description |
|---|---|
| Text |
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 IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| SalesHeader | Table Microsoft.Sales.Document."Sales Header" | |
| IsHandled | Boolean |