Table 7001 Price List Line in 28
- App
- Base Application
- Namespace
- Microsoft.Pricing.PriceList
Fields, 37Keys, 6Procedures, 29Events, 21
Versions171819202122232425262728latest
Source29
Fields, 37
| 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 | - |
| 33 | Product No. | Code[20] | - |
| 34 | Assign-to No. | Code[20] | - |
| 35 | Assign-to Parent No. | Code[20] | - |
| 36 | Variant Code Lookup | Code[10] | - |
| 37 | Unit of Measure Code Lookup | Code[10] | - |
Keys, 6
| 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 | - |
| Key5 | Product No., Asset No. | - |
Procedures, 29
| 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 | - | |
| SetHeader | (var Record Price List Header) | public | - | |
| CopyFrom | (Record Price List Header, Boolean) | public | - | |
| SetAssetNo | (Code[20]) | public | - | |
| SyncDropDownLookupFields | () | public | - | |
| UseCustomizedLookup | () | Boolean | public | - |
| RenameNo | (Enum Price Asset Type, Code[20], Code[20]) | public | - | |
| TestStatusDraft | () | public | - | |
| CheckAmountType | (Text, Enum Price Amount Type) | public | - |
Events, 21
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| 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) | - |
| Integration event | OnAfterCopyPriceFrom | (var Record Price List Line, Record Price Asset) | - |
| Integration event | OnAfterVerify | (var Record Price List Line) | - |
| Integration event | OnBeforeVerify | (var Record Price List Line, var Boolean) | - |
| Integration event | OnAfterCopySourceFrom | (var Record Price List Line, Record Price List Header) | - |
| Integration event | OnAfterIsAllowedEditingActivePrice | (Record Price List Line, var Boolean) | - |
| Integration event | OnCopyFilteredLinesToTemporaryBufferOnBeforeInsert | (var Record Price List Line) | - |
| Integration event | OnBeforeCopyFromAssetType | (var Record Price List Line, var Boolean) | - |
| Integration event | OnBeforeSetNextLineNo | (var Record Price List Line, var Boolean) | - |
| Integration event | OnCopyFromAssetTypeElseCase | (var Record Price List Line, var Boolean) | - |
| Integration event | OnAfterCopyFromForPriceAsset | (Record Price Asset, var Record Price List Line) | - |
| Integration event | OnAfterCopyFromPriceListHeader | (Record Price List Header, Boolean) | - |
| Integration event | OnAfterCopyFromPriceSource | (Record Price Source, var Record Price List Line) | - |
| Integration event | OnCopyFromAssetTypeOnAfterCopyFromAssetTypeItem | (Record Item, var Record Price List Line) | - |
| Integration event | OnCopyFromAssetTypeOnAfterCopyFromAssetTypeGLAccount | (Record G/L Account, var Record Price List Line) | - |
| Integration event | OnCopyFromAssetTypeOnAfterCopyFromAssetTypeResource | (Record Resource, var Record Price List Line) | - |
| Integration event | OnAfterCopyFilteredLinesToTemporaryBuffer | (var Record Price List Line) | - |
| Integration event | OnBeforeCopyFilteredLinesToTemporaryBuffer | (var Record Price List Line, var Record Price List Line, var Boolean, var Boolean) | - |