Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC05030
Product: FieldService (949)
Series: Project
Display Name: SVC_RMA_MSTR_Distribution Group Display Name: Service Table Group
Physical Name: SVC05030
Technical Name: SVC_RMA_MSTR_Distribution
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | Return_Record_Type ![]() | Return Record Type | DDL_Return_Record_Type | Integer | 2 | 0 |
2 | RETDOCID ![]() | Return Document ID | STR15_LBAU | String | 16 | 15 |
3 | LNSEQNBR ![]() | Line SEQ Number | Sequence_Number | Currency | 10 | 19 |
4 | LINITMTYP ![]() | Line Item Type | STR3 | String | 4 | 3 |
5 | SEQNUMBR ![]() | Sequence Number | LI_Sequence_Number | Long Integer | 4 | 10 |
6 | SVC_Process_SEQ_Number ![]() | SVC Process SEQ Number | Sequence_Number | Currency | 10 | 19 |
7 | SVC_Distribution_Type ![]() | SVC Distribution Type | DDL_SVC_Dist_Type | Integer | 2 | 0 |
8 | DistRef ![]() | Distribution Reference | STR30 | String | 32 | 30 |
9 | ACTINDX ![]() | Account Index | LI_14 | Long Integer | 4 | 14 |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['SVC_RMA_MSTR_Distribution'].ACTINDX AS 'SVC_RMA_MSTR_Distribution-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC05030 AS ['SVC_RMA_MSTR_Distribution']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_RMA_MSTR_Distribution'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
10 | DEBITAMT ![]() | Debit Amount | DLR19_$S2 | Currency | 10 | 19 |
11 | ORDBTAMT ![]() | Originating Debit Amount | DLR19_$S2 | Currency | 10 | 19 |
12 | CRDTAMNT ![]() | Credit Amount | DLR19_$S2 | Currency | 10 | 19 |
13 | ORCRDAMT ![]() | Originating Credit Amount | DLR19_$S2 | Currency | 10 | 19 |
14 | CURRNIDX ![]() | Currency Index | INT3 | Integer | 2 | 3 |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['SVC_RMA_MSTR_Distribution'].CURRNIDX AS 'SVC_RMA_MSTR_Distribution-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SVC05030 AS ['SVC_RMA_MSTR_Distribution']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SVC_RMA_MSTR_Distribution'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
15 | TRXSORCE ![]() | TRX Source | STR13 | String | 14 | 13 |
16 | POSTED ![]() | Posted | True/False | Boolean | 2 | 0 |
17 | POSTEDDT ![]() | Posted Date | DATE | Date | 4 | 6 |
18 | CMPNTSEQ ![]() | Component Sequence | LI_Sequence_Number | Long Integer | 4 | 10 |
19 | DEX_ROW_ID ![]() | int | int | 10 | 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. |