Customer Master Address File (RM00102)

azurecurveProductsMicrosoft Dynamics GP (0)SalesCustomer Master Address File (RM00102)

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

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Customer Master Address File
Physical Name: RM00102
Technical Name: RM_Customer_MSTR_ADDR

Group Display Name: Receivables Customer Master Files
Group Technical Name: RM_Customer_MSTR_Logical_File

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['Customer Master Address File'].CUSTNMBR AS 'Customer Master Address File-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['Customer Master Address File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
2ADRSCODE SearchAddress CodeStringSTR15_Address_Code15
Partial key to the Address Electronic Funds Transfer Master (SY06000).

Click to show/hide

SELECT
       ['Customer Master Address File'].ADRSCODE AS 'Customer Master Address File-Address Code'
       ,['Address Electronic Funds Transfer Master'].ADRSCODE AS 'Address Electronic Funds Transfer Master-Address Code'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       SY06000 AS ['Address Electronic Funds Transfer Master']
              ON
                     ['Customer Master Address File'].ADRSCODE = ['Address Electronic Funds Transfer Master'].ADRSCODE
              AND
                     ['Customer Master Address File'].CUSTNMBR = ['Address Electronic Funds Transfer Master'].CUSTNMBR
              AND
                     ['Address Electronic Funds Transfer Master'].SERIES = 3
Partial key to the Internet Addresses (SY01200).

Click to show/hide

SELECT
       ['Customer Master Address File'].ADRSCODE AS 'Customer Master Address File-Address Code'
       ,['Internet Addresses'].ADRSCODE AS 'Internet Addresses-Address Code'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       SY01200 AS ['Internet Addresses']
              ON
                     ['Customer Master Address File'].ADRSCODE = ['Internet Addresses'].ADRSCODE
              AND
                     ['Customer Master Address File'].CUSTNMBR = ['Internet Addresses'].Master_ID
              AND
                     ['Internet Addresses'].Master_Type = 'CUS'
3SLPRSNID SearchSalesperson IDStringSTR15_Salesperson_ID15
Key to the RM Salesperson Master (RM00301).

Click to show/hide

SELECT
       ['Customer Master Address File'].SLPRSNID AS 'Customer Master Address File-Salesperson ID'
       ,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       RM00301 AS ['RM Salesperson Master']
              ON
                     ['Customer Master Address File'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID
4UPSZONE SearchUPS ZoneStringSTR33
5SHIPMTHD SearchShipping MethodStringSTR15_Shipping_Method15
Key to the Shipping Methods Master (SY03000).

Click to show/hide

SELECT
       ['Customer Master Address File'].SHIPMTHD AS 'Customer Master Address File-Shipping Method'
       ,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       SY03000 AS ['Shipping Methods Master']
              ON
                     ['Customer Master Address File'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD
6TAXSCHID SearchTax Schedule IDStringSTR15_Tax_Schedule_ID15
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).

Click to show/hide

SELECT
       ['Customer Master Address File'].TAXSCHID AS 'Customer Master Address File-Tax Schedule ID'
       ,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
              ON
                     ['Customer Master Address File'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID
7CNTCPRSN SearchContact PersonStringSTR6060
8ADDRESS1 SearchAddress 1StringSTR6060
9ADDRESS2 SearchAddress 2StringSTR6060
10ADDRESS3 SearchAddress 3StringSTR6060
11COUNTRY SearchCountryStringSTR6060
12CITY SearchCityStringSTR3535
13STATE SearchStateStringSTR30_State29
14ZIP SearchZipStringSTR1010
15PHONE1 SearchPhone 1StringPhone_Number14
16PHONE2 SearchPhone 2StringPhone_Number14
17PHONE3 SearchPhone 3StringPhone_Number314
18FAX SearchFaxStringSTR14_FAX14
19MODIFDT SearchModified DateDateDT8
20CREATDDT SearchCreated DateDateDT8
21GPSFOINTEGRATIONID SearchGPSFO Integration IDStringSTR3030
22INTEGRATIONSOURCE SearchIntegration SourceIntegerINT0
23INTEGRATIONID SearchIntegration IDStringSTR3030
24CCode SearchCountry CodeStringSTR6_VAT6
Key to the VAT Country Code MSTR (VAT10001).

Click to show/hide

SELECT
       ['Customer Master Address File'].CCode AS 'Customer Master Address File-Country Code'
       ,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       VAT10001 AS ['VAT Country Code MSTR']
              ON
                     ['Customer Master Address File'].CCode = ['VAT Country Code MSTR'].CCode
25DECLID SearchDeclarant IDStringSTR15_Address_Code15
26LOCNCODE SearchLocation CodeStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Customer Master Address File'].LOCNCODE AS 'Customer Master Address File-Location Code'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Customer Master Address File'].LOCNCODE = ['Site Setup'].LOCNCODE
27SALSTERR SearchSales TerritoryStringSTR15_Sales_Territory15
Key to the Sales Territory Master File (RM00303).

Click to show/hide

SELECT
       ['Customer Master Address File'].SALSTERR AS 'Customer Master Address File-Sales Territory'
       ,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
       RM00102 AS ['Customer Master Address File']
INNER JOIN
       RM00303 AS ['Sales Territory Master File']
              ON
                     ['Customer Master Address File'].SALSTERR = ['Sales Territory Master File'].SALSTERR
28USERDEF1 SearchUser Defined 1StringSTR2020
29USERDEF2 SearchUser Defined 2StringSTR2020
30ShipToName SearchShipToNameStringSTR64_Customer_Name64
31Print_Phone_NumberGB SearchPrint Phone Number GBIntegerGB0
azurecurveProductsMicrosoft Dynamics GP (0)SalesCustomer Master Address File (RM00102)

Leave a Reply

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