Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_UPR40502
Product: HRM Solution Series (1911)
Series:
Display Name: Payroll Posting Account Import COMP Group Display Name: HRM Solution Series
Physical Name: APR_UPR40502
Technical Name: APR_UPR_SETP_Account_Import
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
['Payroll Posting Account Import COMP'].ACTINDX AS 'Payroll Posting Account Import COMP-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
APR_UPR40502 AS ['Payroll Posting Account Import COMP']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Payroll Posting Account Import COMP'].ACTINDX = ['Account Index Master'].ACTINDX |