Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40700
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Site Setup Group Display Name: Inventory Site Setup
Physical Name: IV40700
Technical Name: IV_Location_SETP
Group Technical Name: Inventory Site Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | LOCNCODE ![]() | Location Code | STR10_Location_Code | String | 10 | |
2 | LOCNDSCR ![]() | Location Description | STR30 | String | 30 | |
3 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Site Setup'].NOTEINDX AS 'Site Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV40700 AS ['Site Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Site Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
4 | ADDRESS1 ![]() | Address 1 | STR60 | String | 60 | |
5 | ADDRESS2 ![]() | Address 2 | STR60 | String | 60 | |
6 | ADDRESS3 ![]() | Address 3 | STR60 | String | 60 | |
7 | CITY ![]() | City | STR35 | String | 35 | |
8 | STATE ![]() | State | STR30_State | String | 29 | |
9 | ZIPCODE ![]() | Zip Code | STR10 | String | 10 | |
10 | COUNTRY ![]() | Country | STR60 | String | 60 | |
11 | PHONE1 ![]() | Phone 1 | Phone_Number | String | 14 | |
12 | PHONE2 ![]() | Phone 2 | Phone_Number | String | 14 | |
13 | PHONE3 ![]() | Phone 3 | Phone_Number3 | String | 14 | |
14 | FAXNUMBR ![]() | Fax Number | STR14_FAX | String | 14 | |
15 | Location_Segment ![]() | Location Segment | STR66_Site_SEG | String | 66 | |
16 | STAXSCHD ![]() | Sales Tax Schedule | STR15_LBAU | String | 15 | |
17 | PCTAXSCH ![]() | Purchases Tax Schedule | STR15_LBAU | String | 15 | |
18 | INCLDDINPLNNNG ![]() | Included in Planning | CB | Boolean | 0 | |
19 | PORECEIPTBIN ![]() | Purchase Receipt Bin | STR15_Bin | String | 15 | |
20 | PORETRNBIN ![]() | Purchase Returns Bin | STR15_Bin | String | 15 | |
21 | SOFULFILLMENTBIN ![]() | SO Fulfillment Bin | STR15_Bin | String | 15 | |
22 | SORETURNBIN ![]() | SO Return Bin | STR15_Bin | String | 15 | |
23 | BOMRCPTBIN ![]() | BOM Receipt Bin | STR15_Bin | String | 15 | |
24 | MATERIALISSUEBIN ![]() | Material Issues Bin | STR15_Bin | String | 15 | |
25 | MORECEIPTBIN ![]() | MO Receipt Bin | STR15_Bin | String | 15 | |
26 | REPAIRISSUESBIN ![]() | Repair Issues Bin | STR15_Bin | String | 15 | |
27 | WMSINT ![]() | WMS Integration | CB | Boolean | 0 | |
28 | PICKTICKETSITEOPT ![]() | Picking Ticket Site Option | DDL_PickingTicketSiteOption | Integer | 0 | |
29 | BINBREAK ![]() | Bin Break | DDL_Bin_Break | Integer | 0 | |
30 | CCode ![]() | Country Code | STR6_VAT | String | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Site Setup'].CCode AS 'Site Setup-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
IV40700 AS ['Site Setup']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Site Setup'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
31 | DECLID ![]() | Declarant ID | STR15_Address_Code | String | 15 | |
32 | INACTIVE ![]() | Inactive | CB_Inactive | Boolean | 0 | |
33 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |