Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SF010300
Product: Manufacturing (346)
Series:
Display Name: Data Collection Transaction Security Group Display Name: Manufacturing WIP
Physical Name: SF010300
Technical Name: Data_Collection_TRX_Security
Group Technical Name: Manufacturing WIP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DATAENTRYTYPE_I | Data Entry Type | Integer | DDL_Data_Entry_Type | 0 | |
2 | STRTDATE | Start Date | Date | DT | 8 | |
3 | ENDDATE | End Date | Date | DT | 8 | |
4 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
5 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Data Collection Transaction Security'].USERID AS 'Data Collection Transaction Security-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SF010300 AS ['Data Collection Transaction Security']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Data Collection Transaction Security'].USERID = ['Users Master'].USERID | ||||||
6 | CREATDDT | Created Date | Date | DT | 8 | |
7 | CREATETIME_I | Create Time | Time | TM | 6 |