Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC35030
Product: FieldService (949)
Series:
Display Name: SVC_RMA_MSTR_Distribution_HIST
Physical Name: SVC35030
Technical Name: SVC_RMA_MSTR_Distribution_HISTSeq 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/hide
SELECT
['SVC_RMA_MSTR_Distribution_HIST'].ACTINDX AS 'SVC_RMA_MSTR_Distribution_HIST-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC35030 AS ['SVC_RMA_MSTR_Distribution_HIST']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_RMA_MSTR_Distribution_HIST'].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/hide
SELECT
['SVC_RMA_MSTR_Distribution_HIST'].CURRNIDX AS 'SVC_RMA_MSTR_Distribution_HIST-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SVC35030 AS ['SVC_RMA_MSTR_Distribution_HIST']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SVC_RMA_MSTR_Distribution_HIST'].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