Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SF010200
Product: Manufacturing (346)
Series: 3rd Party
Display Name: Data Collection Transaction Log Group Display Name: Manufacturing WIP
Physical Name: SF010200
Technical Name: Data_Collection_TRX_Log
Group Technical Name: Manufacturing WIP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DATAENTRYTYPE_I ![]() | Data Entry Type | DDL_Data_Entry_Type | Integer | 0 | |
2 | EMPLOYID ![]() | Employee ID | STR15_Employee_ID | String | 15 | |
3 | LABORCODE_I ![]() | Labor Code | STR10 | String | 10 | |
4 | MANUFACTUREORDER_I ![]() | Manufacture Order | STR30_UC | String | 30 | |
5 | RTSEQNUM_I ![]() | rtseqnum | STR10 | String | 10 | |
6 | ACTUALSTARTDATE_I ![]() | ActualStartDate | DATE | Date | 6 | |
7 | ACTUALSTARTTIME_I ![]() | ActualStartTime | TM | Time | 6 | |
8 | DATE1 ![]() | Date | DT6 | Date | 6 | |
9 | TIME1 ![]() | Time | TM6 | Time | 6 | |
10 | ACTUALFINISHDATE_I ![]() | ActualFinishDate | DATE | Date | 6 | |
11 | ACTUALFINISHTIME_I ![]() | ActualFinishTime | TM | Time | 6 | |
12 | ELAPSEDTIME_I ![]() | Elapsed Time | hr | Currency | 10 | |
13 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Data Collection Transaction Log'].ITEMNMBR AS 'Data Collection Transaction Log-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SF010200 AS ['Data Collection Transaction Log']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Data Collection Transaction Log'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
14 | PIECES_I ![]() | Pieces | DLR_14_MRP | Currency | 14 | |
15 | REJECTS_I ![]() | Rejects | DLR_14_MRP | Currency | 14 | |
16 | PAYRCORD ![]() | Pay Record | STR6_Payroll_Code | String | 6 | |
17 | LABCODEPAYCODESEL_I ![]() | Labor Code PayCode Select | GB | Integer | 0 | |
18 | COMPTRNM ![]() | Computer TRX Number | LI8_U0 | Long Integer | 8 | |
19 | UPRBCHOR ![]() | UPR Batch Origin | DDL_UPR_Batch_Origin | Integer | 0 | |
20 | BACHNUMB ![]() | Batch Number | STR15_LBAU | String | 15 | |
21 | SUCPAYROLLTRX_I ![]() | SuccessfulPayrollTrx | CB | Boolean | 0 | |
22 | TRANSACTIONRESULT_I ![]() | Transaction Result | Transaction Result | Integer | 0 | |
23 | COMMENTS1000_I ![]() | Comments1000 | TXT1000 | Text | 1000 | |
24 | 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. |