Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/APR_APR50001
Product: HRM Solution Series (1911)
Series:
Display Name: APR Accrual Distributions Group Display Name: HRM Solution Series
Physical Name: APR_APR50001
Technical Name: APR_Accrual_Distributions
Group Technical Name: APR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
2 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['APR Accrual Distributions'].CHEKBKID AS 'APR Accrual Distributions-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
APR_APR50001 AS ['APR Accrual Distributions']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['APR Accrual Distributions'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID | ||||||
3 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['APR Accrual Distributions'].ACTINDX AS 'APR Accrual Distributions-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
APR_APR50001 AS ['APR Accrual Distributions']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['APR Accrual Distributions'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
4 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
5 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
6 | ACCTTYPE | Account Type | Integer | DDL_Account_Type | 0 | |
7 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['APR Accrual Distributions'].USERID AS 'APR Accrual Distributions-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
APR_APR50001 AS ['APR Accrual Distributions']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['APR Accrual Distributions'].USERID = ['Users Master'].USERID |