Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00231
Product: FieldService (949)
Series:
Display Name: SVC_Service_MSTR_Line_Distribution Group Display Name: Service Table Group
Physical Name: SVC00231
Technical Name: SVC_Service_MSTR_Line_Distribution
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SRVRECTYPE | Service Record Type | Integer | DDL_Service_Record_Type | 0 | |
2 | CALLNBR | Service Call Number | String | STR10_LBAU | 10 | |
3 | EQPLINE | Equipment Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
4 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
5 | LINITMTYP | Line Item Type | String | STR3 | 3 | |
6 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
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_Service_MSTR_Line_Distribution'].ACTINDX AS 'SVC_Service_MSTR_Line_Distribution-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC00231 AS ['SVC_Service_MSTR_Line_Distribution']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_Service_MSTR_Line_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_Service_MSTR_Line_Distribution'].CURRNIDX AS 'SVC_Service_MSTR_Line_Distribution-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SVC00231 AS ['SVC_Service_MSTR_Line_Distribution']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SVC_Service_MSTR_Line_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 |