Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_DIA20100
Product: HRM Solution Series (1911)
Series:
Display Name: Deductions in Arrears OPEN Group Display Name: HRM Solution Series
Physical Name: APR_DIA20100
Technical Name: APR_DIA_OPEN
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | APR_Arrears_ID | APR Arrears ID | Currency | DLR_Document_Number | 19 | |
2 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
3 | DEDUCTON | Deduction | String | STR6_Payroll_Code | 6 | |
4 | APR_Ded_Amt_Org | APR Ded Amt Org | Currency | DLR17_RBS0_STR$ | 17 | |
5 | APR_Ded_Amt_Col | APR Ded Amt Col | Currency | DLR17_RBS0_STR$ | 17 | |
6 | APR_Ded_Amt_Adj | APR Ded Amt Adj | Currency | DLR17_RBS0_STR$ | 17 | |
7 | APR_Ded_Amt_Rem | APR Ded Amt Rem | Currency | DLR17_RBS0_STR$ | 17 | |
8 | CREATDDT | Created Date | Date | DT | 8 | |
9 | MKDTOPST | Marked To Post | Boolean | CB | 0 | |
10 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Deductions in Arrears OPEN'].USERID AS 'Deductions in Arrears OPEN-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
APR_DIA20100 AS ['Deductions in Arrears OPEN']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Deductions in Arrears OPEN'].USERID = ['Users Master'].USERID | ||||||
11 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Deductions in Arrears OPEN'].NOTEINDX AS 'Deductions in Arrears OPEN-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
APR_DIA20100 AS ['Deductions in Arrears OPEN']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Deductions in Arrears OPEN'].NOTEINDX = ['Record Notes Master'].NOTEINDX |