Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY00600
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Company Location Master Group Display Name: Company Location Master
Physical Name: SY00600
Technical Name: SY_Location_MSTR
Group Technical Name: Company Location Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMPANYID | Company ID | Integer | INT5 | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Company Location Master'].CMPANYID AS 'Company Location Master-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
SY00600 AS ['Company Location Master']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Company Location Master'].CMPANYID = ['Company Master'].CMPANYID | ||||||
2 | LOCATNID | Location ID | String | STR15_Location_ID | 15 | |
3 | LOCATNNM | Location Name | String | STR30 | 30 | |
4 | ADRSCODE | Address Code | String | STR15_Address_Code | 15 | |
5 | ADRCNTCT | Address Contact | String | STR60 | 60 | |
6 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
7 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
8 | ADDRESS3 | Address 3 | String | STR60 | 60 | |
9 | CITY | City | String | STR35 | 35 | |
10 | COUNTY | County | String | STR60 | 60 | |
11 | STATE | State | String | STR30_State | 29 | |
12 | ZIPCODE | Zip Code | String | STR10 | 10 | |
13 | COUNTRY | Country | String | STR60 | 60 | |
14 | PHONE1 | Phone 1 | String | Phone_Number | 14 | |
15 | PHONE2 | Phone 2 | String | Phone_Number | 14 | |
16 | PHONE3 | Phone 3 | String | Phone_Number3 | 14 | |
17 | FAXNUMBR | Fax Number | String | STR14_FAX | 14 | |
18 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
19 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
20 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Company Location Master'].NOTEINDX AS 'Company Location Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SY00600 AS ['Company Location Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Company Location Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
21 | CCode | Country Code | String | STR6_VAT | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Company Location Master'].CCode AS 'Company Location Master-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
SY00600 AS ['Company Location Master']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Company Location Master'].CCode = ['VAT Country Code MSTR'].CCode |