Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP00200
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Prospect Master Group Display Name: Sales Cards
Physical Name: SOP00200
Technical Name: SOP_Prospect_MSTR
Group Technical Name: Sales Cards
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PROSPID ![]() | Prospect ID | STR15_RM_Customer_Number | String | 15 | |
2 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Sales Prospect Master'].NOTEINDX AS 'Sales Prospect Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SOP00200 AS ['Sales Prospect Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Sales Prospect Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
3 | CUSTNAME ![]() | Customer Name | STR64_Customer_Name | String | 64 | |
4 | CNTCPRSN ![]() | Contact Person | STR60 | String | 60 | |
5 | ADDRESS1 ![]() | Address 1 | STR60 | String | 60 | |
6 | ADDRESS2 ![]() | Address 2 | STR60 | String | 60 | |
7 | ADDRESS3 ![]() | Address 3 | STR60 | String | 60 | |
8 | CITY ![]() | City | STR35 | String | 35 | |
9 | STATE ![]() | State | STR30_State | String | 29 | |
10 | ZIP ![]() | Zip | STR10 | String | 10 | |
11 | COUNTRY ![]() | Country | STR60 | String | 60 | |
12 | CUSTCLAS ![]() | Customer Class | STR15_Customer_Class | String | 15 | |
13 | PHONE1 ![]() | Phone 1 | Phone_Number | String | 14 | |
14 | PHONE2 ![]() | Phone 2 | Phone_Number | String | 14 | |
15 | PHONE3 ![]() | Phone 3 | Phone_Number3 | String | 14 | |
16 | PRCLEVEL ![]() | PriceLevel | STR10_LBAU | String | 10 | |
17 | FAX ![]() | Fax | STR14_FAX | String | 14 | |
18 | SHIPMTHD ![]() | Shipping Method | STR15_Shipping_Method | String | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['Sales Prospect Master'].SHIPMTHD AS 'Sales Prospect Master-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
SOP00200 AS ['Sales Prospect Master']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['Sales Prospect Master'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
19 | TAXSCHID ![]() | Tax Schedule ID | STR15_Tax_Schedule_ID | String | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['Sales Prospect Master'].TAXSCHID AS 'Sales Prospect Master-Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
SOP00200 AS ['Sales Prospect Master']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['Sales Prospect Master'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
20 | USERDEF1 ![]() | User Defined 1 | STR20 | String | 20 | |
21 | USERDEF2 ![]() | User Defined 2 | STR20 | String | 20 | |
22 | USER2ENT ![]() | User To Enter | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Sales Prospect Master'].USER2ENT AS 'Sales Prospect Master-User To Enter'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP00200 AS ['Sales Prospect Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Sales Prospect Master'].USER2ENT = ['Users Master'].USERID | ||||||
23 | CREATDDT ![]() | Created Date | DT | Date | 8 | |
24 | MODIFDT ![]() | Modified Date | DT | Date | 8 | |
25 | 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. |