Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_DIA50001
Product: HRM Solution Series (1911)
Series: Payroll
Display Name: Deductions in Arrears Uncollected Temp Group Display Name: HRM Solution Series
Physical Name: APR_DIA50001
Technical Name: APR_DIA_Uncollected_Ded_TEMP
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | EMPLOYID ![]() | Employee ID | STR15_Employee_ID | String | 16 | 15 |
2 | DEDUCTON ![]() | Deduction | STR6_Payroll_Code | String | 8 | 6 |
3 | TTLDEDTN ![]() | Total Deduction | DLR11_$S2 | Currency | 10 | 14 |
4 | DA_Arrears_Amount ![]() | DA Arrears Amount | DLR11_$U2 | Currency | 10 | 14 |
5 | USERID ![]() | User ID | STR15_User_ID | String | 16 | 15 |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Deductions in Arrears Uncollected Temp'].USERID AS 'Deductions in Arrears Uncollected Temp-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
APR_DIA50001 AS ['Deductions in Arrears Uncollected Temp']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Deductions in Arrears Uncollected Temp'].USERID = ['Users Master'].USERID | ||||||
6 | MKDTOPST ![]() | Marked To Post | CB | Boolean | 2 | 0 |
7 | DEX_ROW_ID ![]() | int | int | 10 | 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. |