Namespace Microsoft.Purchases.Setup
Codeunit
| Name | Description |
|---|---|
| Codeunit Microsoft.Purchases.Setup."Purchases-Data Classification" |
Table
| Name | Description |
|---|---|
| Table Microsoft.Purchases.Setup."Purchases & Payables Setup" |
Page
Enum
| Name | Description |
|---|---|
| Enum Microsoft.Purchases.Setup."Report Selection Usage Purchase" | |
| Enum Microsoft.Purchases.Setup."Report Selection Usage Vendor" |
Events
| Name | |
|---|---|
| OnAfterShouldDocumentTotalAmountsBeChecked | Event to customize whether the document total amounts should be checked or not. If the system is configured to check the document totals, it will be checked regardless of the code executed in this event. When using this event, consider that it can have multiple subscribers: it's a good practice to check the value that ShouldDocumentTotalAmountsBeChecked has before changing it. |
| OnCanDocumentTotalAmountsBeEditable | Event to customize whether the document total amounts can be edited or not. By default, if the amounts are shown in the document they can be edited, however we provide an event to allow extensions to change this behavior. When using this event, consider that it can have multiple subscribers: it's a good practice to check the value that CanDocumentTotalAmountsBeEdited has before changing it. |
| OnAfterSetFieldsVisibility | |
| OnSetUsageFilterOnAfterSetFiltersByReportUsage | |
| OnInitUsageFilterOnElseCase | |
| OnAfterFilterVendorUsageReportSelections | |
| OnMapTableUsageValueToPageValueOnCaseElse | |
| OnValidateUsage2OnCaseElse |