Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RM00301
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: RM Salesperson Master Group Display Name: Receivables Salesperson Files
Physical Name: RM00301
Technical Name: RM_Salesperson_MSTR
Group Technical Name: RM_Salesperson_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SLPRSNID ![]() | Salesperson ID | STR15_Salesperson_ID | String | 15 | |
2 | EMPLOYID ![]() | Employee ID | STR15_Employee_ID | String | 15 | |
3 | VENDORID ![]() | Vendor ID | STR_15_Vendor_ID | String | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['RM Salesperson Master'].VENDORID AS 'RM Salesperson Master-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
RM00301 AS ['RM Salesperson Master']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['RM Salesperson Master'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
4 | SLPRSNFN ![]() | Salespersons First Name | STR15_Name | String | 15 | |
5 | SPRSNSMN ![]() | Salespersons Middle Name | STR15_Name | String | 15 | |
6 | SPRSNSLN ![]() | Salespersons Last Name | STR20 | String | 20 | |
7 | ADDRESS1 ![]() | Address 1 | STR60 | String | 60 | |
8 | ADDRESS2 ![]() | Address 2 | STR60 | String | 60 | |
9 | ADDRESS3 ![]() | Address 3 | STR60 | String | 60 | |
10 | CITY ![]() | City | STR35 | String | 35 | |
11 | STATE ![]() | State | STR30_State | String | 29 | |
12 | ZIP ![]() | Zip | STR10 | String | 10 | |
13 | COUNTRY ![]() | Country | STR60 | String | 60 | |
14 | PHONE1 ![]() | Phone 1 | Phone_Number | String | 14 | |
15 | PHONE2 ![]() | Phone 2 | Phone_Number | String | 14 | |
16 | PHONE3 ![]() | Phone 3 | Phone_Number3 | String | 14 | |
17 | FAX ![]() | Fax | STR14_FAX | String | 14 | |
18 | INACTIVE ![]() | Inactive | CB_Inactive | Boolean | 0 | |
19 | SALSTERR ![]() | Sales Territory | STR15_Sales_Territory | String | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['RM Salesperson Master'].SALSTERR AS 'RM Salesperson Master-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
RM00301 AS ['RM Salesperson Master']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['RM Salesperson Master'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
20 | COMMCODE ![]() | Commission Code | STR15_LBAU | String | 15 | |
21 | COMPRCNT ![]() | Commission Percent | INT5_%2 | Integer | 5 | |
22 | STDCPRCT ![]() | Standard Commission Percent | INT | Integer | 0 | |
23 | COMAPPTO ![]() | Commission Applied To | GB | Integer | 0 | |
24 | COSTTODT ![]() | Cost To Date | DLR19_RBSO_STR$ | Currency | 19 | |
25 | CSTLSTYR ![]() | Cost Last Year | DLR19_RBSO_STR$ | Currency | 19 | |
26 | TTLCOMTD ![]() | Total Commissions To Date | DLR19_RBSO_STR$ | Currency | 19 | |
27 | TTLCOMLY ![]() | Total Commissions Last Year | DLR19_RBSO_STR$ | Currency | 19 | |
28 | COMSLTDT ![]() | Commissioned Sales To Date | DLR19_RBSO_STR$ | Currency | 19 | |
29 | COMSLLYR ![]() | Commissioned Sales Last Year | DLR19_RBSO_STR$ | Currency | 19 | |
30 | NCOMSLTD ![]() | Non-Commissioned Sales To Date | DLR19_RBSO_STR$ | Currency | 19 | |
31 | NCOMSLYR ![]() | Non-Commissioned Sales Last Year | DLR19_RBSO_STR$ | Currency | 19 | |
32 | KPCALHST ![]() | Keep Calendar History | CB_Keep_Calendar_History | Boolean | 0 | |
33 | KPERHIST ![]() | Keep Period History | CB_Keep_Period_History | Boolean | 0 | |
34 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['RM Salesperson Master'].NOTEINDX AS 'RM Salesperson Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
RM00301 AS ['RM Salesperson Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['RM Salesperson Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
35 | MODIFDT ![]() | Modified Date | DT | Date | 8 | |
36 | CREATDDT ![]() | Created Date | DT | Date | 8 | |
37 | COMMDEST ![]() | Commission Destination | DDL_Commission_Destination | Integer | 0 | |
38 | DEX_ROW_TS ![]() | datetime | datetime | 3 | ||
DEX_ROW_TS records the time the record was last changed; often used with integration tools to identify which records have changed and need to be synchronised. | ||||||
39 | 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. |