Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_UPR40500
Product: HRM Solution Series (1911)
Series:
Display Name: APR Payroll Accounts Setup Group Display Name: HRM Solution Series
Physical Name: APR_UPR40500
Technical Name: APR_UPR_SETP_Account
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DEPRTMNT | Department | String | STR6_Payroll_Code | 6 | |
2 | JOBTITLE | Job Title | String | STR6_Payroll_Code | 6 | |
3 | PAYROLCD | Payroll Code | String | STR6_Payroll_Code | 6 | |
4 | UPRACTYP | UPR Account Type | Integer | DDL_UPR_Account_Type | 0 | |
5 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['APR Payroll Accounts Setup'].ACTINDX AS 'APR Payroll Accounts Setup-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
APR_UPR40500 AS ['APR Payroll Accounts Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['APR Payroll Accounts Setup'].ACTINDX = ['Account Index Master'].ACTINDX |