Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR41105
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Payroll Country Code Setup
Physical Name: UPR41105
Technical Name: UPR_SETP_Country_CodeSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CCode Country Code String STR6_VAT 6 Key to the VAT Country Code MSTR (VAT10001).
Click to show/hide
SELECT
['Payroll Country Code Setup'].CCode AS 'Payroll Country Code Setup-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
UPR41105 AS ['Payroll Country Code Setup']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Payroll Country Code Setup'].CCode = ['VAT Country Code MSTR'].CCode
2 CCodeDesc Country Code Description String STR30 30