Intrastat Agents (EDCEI010)

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

Product: Enhanced Intrastat (2788)
Series:

Display Name: Intrastat Agents
Physical Name: EDCEI010
Technical Name: syIntrastatAgents

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1AGENTID SearchAgent IDStringSTR66
2AGENTNAME SearchAgent NameStringSTR3030
3ADRCNTCT SearchAddress ContactStringSTR6060
4ADDRESS1 SearchAddress 1StringSTR6060
5ADDRESS2 SearchAddress 2StringSTR6060
6ADDRESS3 SearchAddress 3StringSTR6060
7CITY SearchCityStringSTR3535
8ZIPCODE SearchZip CodeStringSTR1010
9RGN SearchRegionStringSTR6_VAT6
10CCode SearchCountry CodeStringSTR6_VAT6
Key to the VAT Country Code MSTR (VAT10001).

Click to show/hide

SELECT
       ['Intrastat Agents'].CCode AS 'Intrastat Agents-Country Code'
       ,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
       EDCEI010 AS ['Intrastat Agents']
INNER JOIN
       VAT10001 AS ['VAT Country Code MSTR']
              ON
                     ['Intrastat Agents'].CCode = ['VAT Country Code MSTR'].CCode
11BRNCHIDENTF SearchBranch IdentifierStringSTR2020
12PHONE1 SearchPhone 1StringPhone_Number14
13PHONE2 SearchPhone 2StringPhone_Number14
14PHONE3 SearchPhone 3StringPhone_Number314
15FAX SearchFaxStringSTR14_FAX14
16TXRGNNUM SearchTax Registration NumberStringSTR2525
17NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Intrastat Agents'].NOTEINDX AS 'Intrastat Agents-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       EDCEI010 AS ['Intrastat Agents']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Intrastat Agents'].NOTEINDX = ['Record Notes Master'].NOTEINDX

Leave a Reply

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