Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/AHROR042
Product: Human Resources (414)
Series:
Display Name: Archive_HR_Orientation_V2 Group Display Name: HR Third Party
Physical Name: AHROR042
Technical Name: Archive_HR_Orientation_V2
Group Technical Name: HR_Third_Party
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EMPID_I ![]() | Emp ID | String | STR15_Employee_ID_I | 15 | |
2 | ORSETUPCODE_I ![]() | Orientation Setup Code | String | STR_30 | 30 | |
3 | ORSETUPNAME_I ![]() | Orientation Setup Name | String | STR30_I0 | 30 | |
4 | DATEIN_I ![]() | Date In | Date | DT | 8 | |
5 | DATEOUT_I ![]() | Date Out | Date | DT | 8 | |
6 | CLOSEDBY_I ![]() | Closed By | String | STR30 | 30 | |
7 | NOTESINDEX_I ![]() | Notes Index | Currency | DOLLAR | 0 | |
8 | DATEOFLASTCHANGE_I ![]() | Date OF Last Change | Date | DT | 8 | |
9 | USERID ![]() | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Archive_HR_Orientation_V2'].USERID AS 'Archive_HR_Orientation_V2-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
AHROR042 AS ['Archive_HR_Orientation_V2']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Archive_HR_Orientation_V2'].USERID = ['Users Master'].USERID |