Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC8001
Product: FieldService (949)
Series: Project
Display Name: SVC Maintenance Detail Line Group Display Name: Service Table Group
Physical Name: SVC8001
Technical Name: SVC_Maintenance_Detail_Line
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PMDTLID ![]() | PM_DTL_ID | STR8_LBU | String | 8 | |
2 | RCRDTYPE ![]() | Record Type | INT1 | Integer | 1 | |
3 | LNSEQNBR ![]() | Line SEQ Number | Sequence_Number | Currency | 19 | |
4 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['SVC Maintenance Detail Line'].ITEMNMBR AS 'SVC Maintenance Detail Line-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC8001 AS ['SVC Maintenance Detail Line']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SVC Maintenance Detail Line'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
5 | QUANTITY ![]() | QTY | DLR17_QTY_RBS0_STR | Currency | 17 | |
6 | UOFM ![]() | U Of M | U_Of_M | String | 8 | |
7 | UNITPRCE ![]() | Unit Price | DLR17_RBS0_STR$ | Currency | 17 | |
8 | XTNDPRCE ![]() | Extended Price | DLR17_RBS0_STR$ | Currency | 17 | |
9 | UNITCOST ![]() | Unit Cost | DLR17_RBS0_UTR$ | Currency | 17 | |
10 | EXTDCOST ![]() | Extended Cost | DLR17_RBS0_UTR$ | Currency | 17 | |
11 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |