Table 7001 Price List Line in 18
- App
- Base Application
Fields, 32Keys, 5Procedures, 21Events, 7
Versions171819202122232425262728latest
Source29
Fields, 32
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Price List Code | Code[20] | - |
| 2 | Line No. | Integer | - |
| 3 | Source Type | Enum Price Source Type | - |
| 4 | Source No. | Code[20] | - |
| 5 | Parent Source No. | Code[20] | - |
| 6 | Source ID | Guid | - |
| 7 | Asset Type | Enum Price Asset Type | - |
| 8 | Asset No. | Code[20] | - |
| 9 | Variant Code | Code[10] | - |
| 10 | Currency Code | Code[10] | - |
| 11 | Work Type Code | Code[10] | - |
| 12 | Starting Date | Date | - |
| 13 | Ending Date | Date | - |
| 14 | Minimum Quantity | Decimal | - |
| 15 | Unit of Measure Code | Code[10] | - |
| 16 | Amount Type | Enum Price Amount Type | - |
| 17 | Unit Price | Decimal | - |
| 18 | Cost Factor | Decimal | - |
| 19 | Unit Cost | Decimal | - |
| 20 | Line Discount % | Decimal | - |
| 21 | Allow Line Disc. | Boolean | - |
| 22 | Allow Invoice Disc. | Boolean | - |
| 23 | Price Includes VAT | Boolean | - |
| 24 | VAT Bus. Posting Gr. (Price) | Code[20] | - |
| 25 | VAT Prod. Posting Group | Code[20] | - |
| 26 | Asset ID | Guid | - |
| 27 | Line Amount | Decimal | - |
| 28 | Price Type | Enum Price Type | - |
| 29 | Description | Text[100] | - |
| 30 | Status | Enum Price Status | - |
| 31 | Direct Unit Cost | Decimal | - |
| 32 | Source Group | Enum Price Source Group | - |
Keys, 5
| Name | Fields | Obsolete |
|---|---|---|
| PK, clustered | Price List Code, Line No. | - |
| Key1 | Asset Type, Asset No., Source Type, Source No., Starting Date, Currency Code, Variant Code, Unit of Measure Code, Minimum Quantity | - |
| Key2 | Source Type, Source No., Asset Type, Asset No., Starting Date, Currency Code, Variant Code, Unit of Measure Code, Minimum Quantity | - |
| Key3 | Status, Price Type, Amount Type, Currency Code, Unit of Measure Code, Source Type, Source No., Asset Type, Asset No., Variant Code, Starting Date, Ending Date, Minimum Quantity | - |
| Key4 | Status, Price Type, Amount Type, Currency Code, Unit of Measure Code, Source Type, Parent Source No., Source No., Asset Type, Asset No., Work Type Code, Starting Date, Ending Date, Minimum Quantity | - |
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| IsAssetItem | () | Boolean | public | - |
| IsAssetResource | () | Boolean | public | - |
| IsEditable | () | Boolean | public | - |
| IsUOMSupported | () | Boolean | public | - |
| IsAmountMandatory | (Enum Price Amount Type) | Boolean | public | - |
| IsAmountSupported | () | Boolean | public | - |
| IsRealLine | () | Boolean | public | - |
| IsSourceNoAllowed | () | Boolean | public | - |
| CopySourceFrom | (Record Price List Header) | public | - | |
| CopyFrom | (Record Price List Header) | public | - | |
| CopyFrom | (Record Price Asset) | public | - | |
| SetNewRecord | (Boolean) | public | - | |
| CopyTo | (var Record Price Asset) | public | - | |
| CopyTo | (var Record Price Source) | public | - | |
| CopyFilteredLinesToTemporaryBuffer | (var Record Price List Line) | Boolean | public | - |
| VerifySource | () | public | - | |
| SetNextLineNo | () | public | - | |
| IsHeaderActive | () | Boolean | public | - |
| IsLineToVerify | () | Boolean | public | - |
| CopyPriceFrom | (Record Price Asset) | public | - | |
| Verify | () | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterCopyFromPriceAsset | (Record Price Asset) | - |
| Integration event | OnAfterCopyFromPriceListHeader | (Record Price List Header) | - |
| Integration event | OnAfterCopyFromPriceSource | (Record Price Source) | - |
| Integration event | OnAfterCopyToPriceAsset | (var Record Price Asset) | - |
| Integration event | OnAfterCopyToPriceSource | (var Record Price Source) | - |
| Integration event | OnAfterInitHeaderDefaults | (Record Price List Header) | - |
| Integration event | OnAfterIsUOMSupported | (Record Price List Line, var Boolean) | - |