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