Objects/Tables/Table 7000 Price List Header
Table 7000 Price List Header in 24
Jonas Paprotka, Base Application 24.5.23489.36097, checked
- App
- Base Application
- Namespace
- Microsoft.Pricing.PriceList
Fields, 22Keys, 3Procedures, 15Events, 8
Versions171819202122232425262728latest
Source29
Fields, 22
| Id | Name | Type | Obsolete |
|---|
| 1 | Code | Code[20] | - |
| 2 | Description | Text[250] | - |
| 3 | Source Group | Enum Price Source Group | - |
| 4 | Source Type | Enum Price Source Type | - |
| 5 | Source No. | Code[20] | - |
| 6 | Parent Source No. | Code[20] | - |
| 7 | Source ID | Guid | - |
| 8 | Price Type | Enum Price Type | - |
| 9 | Amount Type | Enum Price Amount Type | - |
| 10 | Currency Code | Code[10] | - |
| 11 | Starting Date | Date | - |
| 12 | Ending Date | Date | - |
| 13 | Price Includes VAT | Boolean | - |
| 14 | VAT Bus. Posting Gr. (Price) | Code[20] | - |
| 15 | Allow Line Disc. | Boolean | - |
| 16 | Allow Invoice Disc. | Boolean | - |
| 17 | No. Series | Code[20] | - |
| 18 | Status | Enum Price Status | - |
| 19 | Filter Source No. | Code[20] | - |
| 20 | Allow Updating Defaults | Boolean | - |
| 21 | Assign-to No. | Code[20] | - |
| 22 | Assign-to Parent No. | Code[20] | - |
Keys, 3
| Name | Fields | Obsolete |
|---|
| PK | Code | - |
| Key1 | Source Type, Source No., Starting Date, Currency Code | - |
| Key2 | Status, Price Type, Source Group, Source Type, Source No., Currency Code, Starting Date, Ending Date | - |
Procedures, 15
| Name | Parameters | Returns | Access | Obsolete |
|---|
| IsEditable | () | Boolean | public | - |
| AssistEditCode | (Record Price List Header) | Boolean | public | - |
| BlankDefaults | () | | public | - |
| CopyFrom | (Record Price Source) | | public | - |
| CopyTo | (var Record Price Source) | | public | - |
| IsSourceNoAllowed | () | Boolean | public | - |
| UpdateAmountType | () | | public | - |
| IsCRMIntegrationAllowed | (Boolean) | Boolean | public | Pending 22.0 |
| Use IsCRMIntegrationAllowed with updated parameters |
| HasDraftLines | () | Boolean | public | - |
| HasDraftLines | (var Record Price List Line) | Boolean | public | - |
| LookupSourceNo | () | Boolean | public | - |
| SyncDropDownLookupFields | () | | public | - |
| IsCRMIntegrationAllowed | (Boolean, Boolean) | Boolean | public | - |
| CheckIfLinesExist | (Text) | | public | - |
| TestStatusDraft | () | | public | - |
Events, 8
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterCopyFromPriceSource | (Record Price Source) | - |
| Integration event | OnAfterCopyToPriceSource | (var Record Price Source) | - |
| Integration event | OnBeforeHasDraftLines | (var Record Price List Line, var Boolean, var Boolean, var Record Price List Header) | - |
| Integration event | OnAfterBlankDefaults | (var Record Price List Header) | - |
| Integration event | OnAfterGetNoSeries | (var Record Price List Header, var Code[20]) | - |
| Integration event | OnBeforeUpdateStatus | (var Record Price List Header, var Boolean, var Boolean) | - |
| Integration event | OnUpdateStatusOnBeforeConfirmStatus | (Record Price List Header, Boolean, var Boolean, var Boolean) | - |
| Integration event | OnUpdateDatesInLinesOnBeforePriceListLineModifyAllEndingDate | (var Record Price List Line, var Record Price List Header) | - |