SVC_RTV_MSTR (SVC05600)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC05600

Product: FieldService (949)
Series:

Display Name: SVC_RTV_MSTR
Physical Name: SVC05600
Technical Name: SVC_RTV_MSTR

Group Display Name: Service Table Group
Group Technical Name: Service

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1RTV_Number SearchRTV NumberStringSTR15_LBAU15
2RTV_Type SearchRTV TypeStringSTR10_LBAU10
3RTV_Return_Status SearchRTV Return StatusStringSTR3_LBAU3
4RTV_Status SearchRTV StatusIntegerDDL_RTV_Type0
5VRMA_Document_ID SearchVRMA Document IDStringSTR15_LBAU15
6RETDOCID SearchReturn Document IDStringSTR15_LBAU15
7LNSEQNBR SearchLine SEQ NumberCurrencySequence_Number19
8DSCRIPTN SearchDescriptionStringSTR3030
9VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].VENDORID AS 'SVC_RTV_MSTR-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['SVC_RTV_MSTR'].VENDORID = ['PM Vendor Master File'].VENDORID
10VENDNAME SearchVendor NameStringSTR64_Vendor_Name64
11ADRSCODE SearchAddress CodeStringSTR15_Address_Code15
12Ship_Address_Name SearchShip Address NameStringSTR64_Vendor_Name64
13Ship_Address_1 SearchShip Address 1StringSTR6060
14Ship_Address_2 SearchShip Address 2StringSTR6060
15Ship_Address_3 SearchShip Address 3StringSTR6060
16Ship_City SearchShip CityStringSTR3535
17Ship_State SearchShip StateStringSTR30_State29
18ZIPCODE SearchZip CodeStringSTR1010
19Ship_Country SearchShip CountryStringSTR6060
20ENTDTE SearchEntry DateDateDT_Date6
21ENTTME SearchEntry TimeTimeTM66
22PRMDATE SearchPromised DateDateDATE_L0
23Promised_Time SearchPromised TimeTimeTM66
24Shipped_Date SearchShipped DateDateDT_Date6
25Shipped_Time SearchShipped TimeTimeTM66
26receiptdate SearchReceipt DateDateDT8
27Receipt_Time SearchReceipt TimeTimeTM66
28COMPDTE SearchComplete DateDateDT_Date6
29COMPTME SearchComplete TimeTimeTM66
30LOCCODEB SearchLocation Code BadStringSTR10_Location_Code10
31LOCNCODE SearchLocation CodeStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].LOCNCODE AS 'SVC_RTV_MSTR-Location Code'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['SVC_RTV_MSTR'].LOCNCODE = ['Site Setup'].LOCNCODE
32Part_Price SearchPart PriceCurrencyDLR17_RBS0_STR$17
33Part_Cost SearchPart CostCurrencyDLR17_RBS0_STR$17
34Labor_Price SearchLabor PriceCurrencyDLR17_RBS0_STR$17
35Labor_Cost SearchLabor CostCurrencyDLR17_RBS0_STR$17
36Expense_Price SearchExpense PriceCurrencyDLR17_RBS0_STR$17
37Expense_Cost SearchExpense CostCurrencyDLR17_RBS0_STR$17
38Travel_Price SearchTravel PriceCurrencyDLR17_RBS0_STR$17
39Travel_Cost SearchTravel CostCurrencyDLR17_RBS0_STR$17
40Bill_of_Lading_Out SearchBill of Lading OutStringSTR3030
41Shipping_Method_Out SearchShipping Method OutStringSTR15_Shipping_Method15
42Bill_of_Lading SearchBill of LadingStringSTR3030
43SHIPMTHD SearchShipping MethodStringSTR15_Shipping_Method15
Key to the Shipping Methods Master (SY03000).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].SHIPMTHD AS 'SVC_RTV_MSTR-Shipping Method'
       ,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       SY03000 AS ['Shipping Methods Master']
              ON
                     ['SVC_RTV_MSTR'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD
44OFFID SearchOffice IDStringSTR10_LBAU10
45NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].NOTEINDX AS 'SVC_RTV_MSTR-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['SVC_RTV_MSTR'].NOTEINDX = ['Record Notes Master'].NOTEINDX
46VCHNUMWK SearchVoucher Number - WORKStringSTR17_LBAU17
47Voucher_Number_Invoice SearchVoucher Number InvoiceStringSTR17_LBAU17
48Voucher_Number_Reimburse SearchVoucher Number ReimbursementStringSTR17_LBAU17
49CUSTOWN SearchCustomer OwnedBooleanCB0
50USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].USERID AS 'SVC_RTV_MSTR-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['SVC_RTV_MSTR'].USERID = ['Users Master'].USERID
51USERDEF1 SearchUser Defined 1StringSTR2020
52USERDEF2 SearchUser Defined 2StringSTR2020
53USRDEF03 SearchUser Defined 3StringSTR2020
54USRDEF04 SearchUser Defined 4StringSTR2020
55USRDEF05 SearchUser Defined 5StringSTR2020
56CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].CURNCYID AS 'SVC_RTV_MSTR-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['SVC_RTV_MSTR'].CURNCYID = ['Currency Setup'].CURNCYID
57CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].CURRNIDX AS 'SVC_RTV_MSTR-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['SVC_RTV_MSTR'].CURRNIDX = ['Currency Setup'].CURRNIDX
58RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].RATETPID AS 'SVC_RTV_MSTR-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['SVC_RTV_MSTR'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
59EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['SVC_RTV_MSTR'].EXGTBLID AS 'SVC_RTV_MSTR-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       SVC05600 AS ['SVC_RTV_MSTR']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['SVC_RTV_MSTR'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
60XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
61EXCHDATE SearchExchange DateDateDT_Date6
62DECPLACS SearchDecimal PlacesIntegerDDL_Decimal_Places0
63TIME1 SearchTimeTimeTM66
64RATECALC SearchRate Calc MethodIntegerINT0
65VIEWMODE SearchView ModeIntegerINT0
66ISMCTRX SearchIS MC TrxIntegerINT0
67EXPNDATE SearchExpiration DateDateDT_Date6
68DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
69MCTRXSTT SearchMC Transaction StateIntegerINT11
70Originating_Part_Price SearchOriginating Part PriceCurrencyDLR17_RBS0_STR$17
71Originating_Part_Cost SearchOriginating Part CostCurrencyDLR17_RBS0_STR$17
72Originating_Labor_Price SearchOriginating Labor PriceCurrencyDLR17_RBS0_STR$17
73Originating_Labor_Cost SearchOriginating Labor CostCurrencyDLR17_RBS0_STR$17
74Originating_ExpensePrice SearchOriginating Expense PriceCurrencyDLR17_RBS0_STR$17
75Originating_Expense_Cost SearchOriginating Expense CostCurrencyDLR17_RBS0_STR$17
76Originating_Travel_Price SearchOriginating Travel PriceCurrencyDLR17_RBS0_STR$17
77Originating_Travel_Cost SearchOriginating Travel CostCurrencyDLR17_RBS0_STR$17
78VOIDSTTS SearchVoid StatusIntegerINT0

Leave a Reply

Your email address will not be published. Required fields are marked *