Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA01111
Product: Project Accounting (258)
Series:
Display Name: PA Contract Revenue Sources Master File Group Display Name: PA Budgeting Cards
Physical Name: PA01111
Technical Name: PA_Contract_Rev_Sources_MSTR
Group Technical Name: PA Budgeting Cards
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PACONTNUMBER | PA Contract Number | String | STR10_LBAU | 10 | |
2 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['PA Contract Revenue Sources Master File'].CUSTNMBR AS 'PA Contract Revenue Sources Master File-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
PA01111 AS ['PA Contract Revenue Sources Master File']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['PA Contract Revenue Sources Master File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR |