Payroll Account Cache (UPR19901)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR19901

Product: Microsoft Dynamics GP (0)
Series: Payroll

Display Name: Payroll Account Cache
Physical Name: UPR19901
Technical Name: UPR_Account_Cache

Group Display Name: Payroll Check Work
Group Technical Name: Payroll Check Work

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1DEPRTMNT SearchDepartmentStringSTR6_Payroll_Code6
2JOBTITLE SearchJob TitleStringSTR6_Payroll_Code6
3PAYROLCD SearchPayroll CodeStringSTR6_Payroll_Code6
4ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Payroll Account Cache'].ACTINDX AS 'Payroll Account Cache-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       UPR19901 AS ['Payroll Account Cache']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Payroll Account Cache'].ACTINDX = ['Account Index Master'].ACTINDX
5UPRACTYP SearchUPR Account TypeIntegerDDL_UPR_Account_Type0
6USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Payroll Account Cache'].USERID AS 'Payroll Account Cache-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       UPR19901 AS ['Payroll Account Cache']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Payroll Account Cache'].USERID = ['Users Master'].USERID

Leave a Reply

Your email address will not be published. Required fields are marked *