Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RM00303
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Territory Master File Group Display Name: Receivables Sales Territory Files
Physical Name: RM00303
Technical Name: RM_Sales_Territory_MSTR
Group Technical Name: RM_Sales_Territory_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 15 | |
2 | SLTERDSC | Sales Territory Description | String | STR30 | 30 | |
3 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
4 | SLPRSNID | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['Sales Territory Master File'].SLPRSNID AS 'Sales Territory Master File-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
RM00303 AS ['Sales Territory Master File']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['Sales Territory Master File'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
5 | STMGRFNM | Sales Territory Managers First Name | String | STR15_Name | 15 | |
6 | STMGRMNM | Sales Territory Managers Middle Name | String | STR15_Name | 15 | |
7 | STMGRLNM | Sales Territory Managers Last Name | String | STR20 | 20 | |
8 | COUNTRY | Country | String | STR60 | 60 | |
9 | COSTTODT | Cost To Date | Currency | DLR19_RBSO_STR$ | 19 | |
10 | TTLCOMTD | Total Commissions To Date | Currency | DLR19_RBSO_STR$ | 19 | |
11 | TTLCOMLY | Total Commissions Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
12 | NCOMSLYR | Non-Commissioned Sales Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
13 | COMSLLYR | Commissioned Sales Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
14 | CSTLSTYR | Cost Last Year | Currency | DLR19_RBSO_STR$ | 19 | |
15 | COMSLTDT | Commissioned Sales To Date | Currency | DLR19_RBSO_STR$ | 19 | |
16 | NCOMSLTD | Non-Commissioned Sales To Date | Currency | DLR19_RBSO_STR$ | 19 | |
17 | KPCALHST | Keep Calendar History | Boolean | CB_Keep_Calendar_History | 0 | |
18 | KPERHIST | Keep Period History | Boolean | CB_Keep_Period_History | 0 | |
19 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Sales Territory Master File'].NOTEINDX AS 'Sales Territory Master File-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
RM00303 AS ['Sales Territory Master File']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Sales Territory Master File'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
20 | MODIFDT | Modified Date | Date | DT | 8 | |
21 | CREATDDT | Created Date | Date | DT | 8 |