Namespace Microsoft.Foundation.NoSeries
Codeunit
| Name | Summary |
|---|---|
| Codeunit Microsoft.Foundation.NoSeries."No. Series - Batch" | Provides an interface for interacting with number series. This codeunit batches requests until SaveState() is called. For more direct database interactions, see codeunit "No. Series". |
| Codeunit Microsoft.Foundation.NoSeries."Cross-Company No. Series" | Provides an interface for interacting with Tenant No. Series. These No. Series are cross-company and used for cross-company functionality For per-company functionality, see No. Series. |
| Codeunit Microsoft.Foundation.NoSeries."No. Series - Setup" | Provides helper methods used in the setup of No. Series and No. Series lines. |
| Codeunit Microsoft.Foundation.NoSeries."No. Series" | Provides an interface for interacting with No. Series. This codeunit actively uses the database to perform the operations (it does not batch requests). For further performance and batching, look at codeunit "No. Series Batch". |
| Codeunit Microsoft.Foundation.NoSeries."No. Series Installer" |
Table
| Name | Summary |
|---|---|
| Table Microsoft.Foundation.NoSeries."No. Series Tenant" | Table that contains the available Tenant No. Series and their properties. These No. Series are used for functionality cross-company, for numbers per company, see No. Series. |
| Table Microsoft.Foundation.NoSeries."No. Series Line Purchase" | |
| Table Microsoft.Foundation.NoSeries."No. Series Line Sales" | |
| Table Microsoft.Foundation.NoSeries."No. Series" | Table that contains the available No. Series and their properties. |
| Table Microsoft.Foundation.NoSeries."No. Series Line" | |
| Table Microsoft.Foundation.NoSeries."No. Series Relationship" | |
| Table Microsoft.Foundation.NoSeries."No. Series Generation" | |
| Table Microsoft.Foundation.NoSeries."No. Series Generation Detail" |
TableExtension
| Name | Summary |
|---|---|
| TableExtension Microsoft.Foundation.NoSeries.NoSeriesLineObsolete | This object contains the obsoleted elements of the "No. Series" table. |
| TableExtension Microsoft.Foundation.NoSeries.NoSeriesObsolete | This object contains the obsoleted elements of the "No. Series" table. |
Page
PageExtension
| Name | Summary |
|---|---|
| PageExtension Microsoft.Foundation.NoSeries."No. Series Ext." |
Enum
| Name | Summary |
|---|---|
| Enum Microsoft.Foundation.NoSeries."No. Series Implementation" | Specifies the possible No. Series implementations. |
EnumExtension
| Name | Summary |
|---|---|
| EnumExtension Microsoft.Foundation.NoSeries."No. Series Copilot Cap." |
Interface
| Name | Summary |
|---|---|
| Interface Microsoft.Foundation.NoSeries."No. Series - Single" | Specifies the interface for No. Series implementations. |
Events
| Name | Summary |
|---|---|
| OnAfterSetNoSeriesCurrentLineFilters | Use this event to change the filters set on the No. Series Line record. These filters are used when viewing the No. Series page and when drilling down from a No. Series record. |
| OnSetNoSeriesLineFilters | Use this event to set additional filters on the No. Series Line record. These filters are used when searching the No. Series. |