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 | String | STR15_Salesperson_ID | 15 | |
2 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
3 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 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 | String | STR15_Name | 15 | |
5 | SPRSNSMN | Salespersons Middle Name | String | STR15_Name | 15 | |
6 | SPRSNSLN | Salespersons Last Name | String | STR20 | 20 | |
7 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
8 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
9 | ADDRESS3 | Address 3 | String | STR60 | 60 | |
10 | CITY | City | String | STR35 | 35 | |
11 | STATE | State | String | STR30_State | 29 | |
12 | ZIP | Zip | 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 | FAX | Fax | String | STR14_FAX | 14 | |
18 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
19 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 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 | String | STR15_LBAU | 15 | |
21 | COMPRCNT | Commission Percent | Integer | INT5_%2 | 5 | |
22 | STDCPRCT | Standard Commission Percent | Integer | INT | 0 | |
23 | COMAPPTO | Commission Applied To | Integer | GB | 0 | |
24 | COSTTODT | Cost To Date | Currency | DLR19_RBSO_STR$ | 19 | |
25 | CSTLSTYR | Cost Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
26 | TTLCOMTD | Total Commissions To Date | Currency | DLR19_RBSO_STR$ | 19 | |
27 | TTLCOMLY | Total Commissions Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
28 | COMSLTDT | Commissioned Sales To Date | Currency | DLR19_RBSO_STR$ | 19 | |
29 | COMSLLYR | Commissioned Sales Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
30 | NCOMSLTD | Non-Commissioned Sales To Date | Currency | DLR19_RBSO_STR$ | 19 | |
31 | NCOMSLYR | Non-Commissioned Sales Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
32 | KPCALHST | Keep Calendar History | Boolean | CB_Keep_Calendar_History | 0 | |
33 | KPERHIST | Keep Period History | Boolean | CB_Keep_Period_History | 0 | |
34 | NOTEINDX | Note Index | Currency | DLR14 | 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 | Date | DT | 8 | |
36 | CREATDDT | Created Date | Date | DT | 8 | |
37 | COMMDEST | Commission Destination | Integer | DDL_Commission_Destination | 0 |