Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC05030
Product: FieldService (949)
Series:
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 | Length | |
---|---|---|---|---|---|---|
1 | Return_Record_Type | Return Record Type | Integer | DDL_Return_Record_Type | 0 | |
2 | RETDOCID | Return Document ID | String | STR15_LBAU | 15 | |
3 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
4 | LINITMTYP | Line Item Type | String | STR3 | 3 | |
5 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
6 | SVC_Process_SEQ_Number | SVC Process SEQ Number | Currency | Sequence_Number | 19 | |
7 | SVC_Distribution_Type | SVC Distribution Type | Integer | DDL_SVC_Dist_Type | 0 | |
8 | DistRef | Distribution Reference | String | STR30 | 30 | |
9 | ACTINDX | Account Index | Long Integer | LI_14 | 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 | Currency | DLR19_$S2 | 19 | |
11 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 | |
12 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
13 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
14 | CURRNIDX | Currency Index | Integer | INT3 | 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 | String | STR13 | 13 | |
16 | POSTED | Posted | Boolean | True/False | 0 | |
17 | POSTEDDT | Posted Date | Date | DATE | 6 | |
18 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 |