Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_ORM00500
Product: HRM Solution Series (1911)
Series:
Display Name: APR_EmpBatch_Temp Group Display Name: HRM Solution Series
Physical Name: APR_ORM00500
Technical Name: APR_EmpBatch_Temp
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
2 | BCHSOURC | Batch Source | String | STR15 | 15 | |
3 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['APR_EmpBatch_Temp'].USERID AS 'APR_EmpBatch_Temp-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
APR_ORM00500 AS ['APR_EmpBatch_Temp']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['APR_EmpBatch_Temp'].USERID = ['Users Master'].USERID |