Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC30731
Product: FieldService (949)
Series:
Display Name: SVC_Transfer_Line_Distribution_HIST Group Display Name: Service History Table Group
Physical Name: SVC30731
Technical Name: SVC_Trasnfer_Line_Distribution_HIST
Group Technical Name: Service History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ORDDOCID | Order Document ID | String | STR15_LBAU | 15 | |
2 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 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_Transfer_Line_Distribution_HIST'].ACTINDX AS 'SVC_Transfer_Line_Distribution_HIST-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC30731 AS ['SVC_Transfer_Line_Distribution_HIST']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_Transfer_Line_Distribution_HIST'].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_Transfer_Line_Distribution_HIST'].CURRNIDX AS 'SVC_Transfer_Line_Distribution_HIST-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SVC30731 AS ['SVC_Transfer_Line_Distribution_HIST']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SVC_Transfer_Line_Distribution_HIST'].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 |