Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00631
Product: FieldService (949)
Series:
Display Name: SVC_Contract_Line_Invoice_Distribution Group Display Name: Service Table Group
Physical Name: SVC00631
Technical Name: SVC_Contract_Line_Invoice_Distribution
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CONSTS ![]() | Contract Record Type | Integer | DDL_Contract_Status | 0 | |
2 | CONTNBR ![]() | Contract Number | String | STR11 | 11 | |
3 | LNSEQNBR ![]() | Line SEQ Number | Currency | Sequence_Number | 19 | |
4 | SVC_Invoice_SEQ_Number ![]() | SVC_Invoice_SEQ_Number | Long Integer | SVC_SEQ_Number | 0 | |
5 | SEQNUMBR ![]() | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
6 | SVC_Distribution_Type ![]() | SVC Distribution Type | Integer | DDL_SVC_Dist_Type | 0 | |
7 | DistRef ![]() | Distribution Reference | String | STR30 | 30 | |
8 | ACTINDX ![]() | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['SVC_Contract_Line_Invoice_Distribution'].ACTINDX AS 'SVC_Contract_Line_Invoice_Distribution-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC00631 AS ['SVC_Contract_Line_Invoice_Distribution']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_Contract_Line_Invoice_Distribution'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
9 | DEBITAMT ![]() | Debit Amount | Currency | DLR19_$S2 | 19 | |
10 | ORDBTAMT ![]() | Originating Debit Amount | Currency | DLR19_$S2 | 19 | |
11 | CRDTAMNT ![]() | Credit Amount | Currency | DLR19_$S2 | 19 | |
12 | ORCRDAMT ![]() | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
13 | CURRNIDX ![]() | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['SVC_Contract_Line_Invoice_Distribution'].CURRNIDX AS 'SVC_Contract_Line_Invoice_Distribution-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SVC00631 AS ['SVC_Contract_Line_Invoice_Distribution']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SVC_Contract_Line_Invoice_Distribution'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
14 | TRXSORCE ![]() | TRX Source | String | STR13 | 13 | |
15 | POSTED ![]() | Posted | Boolean | True/False | 0 | |
16 | POSTEDDT ![]() | Posted Date | Date | DATE | 6 |