Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR40300
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Department Setup Group Display Name: Payroll Department Setup
Physical Name: UPR40300
Technical Name: UPR_SETP_Department
Group Technical Name: Payroll Department Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DEPRTMNT | Department | String | STR6_Payroll_Code | 6 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | AddlDesc | Additional Description | String | STR130 | 130 | |
4 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Department Setup'].NOTEINDX AS 'Payroll Department Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR40300 AS ['Payroll Department Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Department Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
5 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
6 | CHANGEDATE_I | Change Date | Date | DT | 8 |