Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IVC10400
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Invoicing Commissions Group Display Name: Invoice Distribution
Physical Name: IVC10400
Technical Name: IVC_Commission
Group Technical Name: Invoice Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCTYPE | Document Type | Integer | DDL_Document_Type | 0 | |
2 | INVCNMBR | Invoice Number | String | STR20_IVC_Document_Number | 17 | |
3 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | SLPRSNID | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['Invoicing Commissions'].SLPRSNID AS 'Invoicing Commissions-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
IVC10400 AS ['Invoicing Commissions']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['Invoicing Commissions'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
5 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['Invoicing Commissions'].SALSTERR AS 'Invoicing Commissions-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
IVC10400 AS ['Invoicing Commissions']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['Invoicing Commissions'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
6 | COMPRCNT | Commission Percent | Integer | INT5_%2 | 5 | |
7 | COMDLRAM | Commission Dollar Amount | Currency | DLR17_RBSO_STR$ | 17 | |
8 | NCOMAMNT | Non-Commissioned Amount | Currency | DLR19_RBS0_STR$ | 19 | |
9 | PRCTOSAL | Percent of Sale | Integer | INT5_%2 | 5 | |
10 | SLSAMNT | Sales Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
11 | COMMCODE | Commission Code | String | STR15_LBAU | 15 | |
12 | TRXSORCE | TRX Source | String | STR13 | 13 | |
13 | COMMFLAG | Commission Flag | Integer | INT1 | 1 | |
14 | ACTVTYPE | Activity Type | Integer | INT | 0 |