Objects/Tables/Table 171 Standard Sales Line
Table 171 Standard Sales Line in 28
Jonas Paprotka, Base Application 28.5.54151.54365, checked
- App
- Base Application
- Namespace
- Microsoft.Sales.Document
Fields, 12Keys, 1Procedures, 7Events, 5
Versions171819202122232425262728latest
Source29
Fields, 12
| Id | Name | Type | Obsolete |
|---|
| 1 | Standard Sales Code | Code[10] | - |
| 2 | Line No. | Integer | - |
| 3 | Type | Enum Sales Line Type | - |
| 4 | No. | Code[20] | - |
| 5 | Description | Text[100] | - |
| 6 | Quantity | Decimal | - |
| 7 | Amount Excl. VAT | Decimal | - |
| 8 | Unit of Measure Code | Code[10] | - |
| 9 | Shortcut Dimension 1 Code | Code[20] | - |
| 10 | Shortcut Dimension 2 Code | Code[20] | - |
| 11 | Variant Code | Code[10] | - |
| 480 | Dimension Set ID | Integer | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Standard Sales Code, Line No. | - |
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|
| EmptyLine | () | Boolean | public | - |
| InsertLine | () | Boolean | public | - |
| ShowDimensions | () | | public | - |
| ValidateShortcutDimCode | (Integer, var Code[20]) | | public | - |
| LookupShortcutDimCode | (Integer, var Code[20]) | | public | - |
| ShowShortcutDimCode | (var Code[20]) | | public | - |
| FormatType | () | Text[20] | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterShowDimensions | (var Record Standard Sales Line, var Codeunit DimensionManagement) | - |
| Integration event | OnAfterValidateShortcutDimCode | (var Record Standard Sales Line, Record Standard Sales Line, Integer, var Code[20]) | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record Standard Sales Line, Record Standard Sales Line, Integer, var Code[20]) | - |
| Integration event | OnBeforeLookupShortcutDimCode | (var Record Standard Sales Line, var Record Standard Sales Line, Integer, var Code[20], var Boolean) | - |
| Integration event | OnAfterValidateNo | (var Record Standard Sales Line, Record G/L Account) | - |