Two Step Transfer View (IV00700V)

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

Product: Microsoft Dynamics GP (0)
Series: Inventory

Display Name: Two Step Transfer View
Physical Name: IV00700V
Technical Name: ivTransferOrderView

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1ORDDOCID SearchOrder Document IDStringSTR15_LBAU15
2ORDRDATE SearchOrder DateDateDT8
3PRMDATE SearchPromised DateDateDATE_L0
4Status SearchStatusIntegerINT0
5SHIPMTHD SearchShipping MethodStringSTR15_Shipping_Method15
Key to the Shipping Methods Master (SY03000).

Click to show/hide

SELECT
       ['Two Step Transfer View'].SHIPMTHD AS 'Two Step Transfer View-Shipping Method'
       ,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
       IV00700V AS ['Two Step Transfer View']
INNER JOIN
       SY03000 AS ['Shipping Methods Master']
              ON
                     ['Two Step Transfer View'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD
6TRXLOCTN SearchTRX LocationStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Two Step Transfer View'].TRXLOCTN AS 'Two Step Transfer View-TRX Location'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       IV00700V AS ['Two Step Transfer View']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Two Step Transfer View'].TRXLOCTN = ['Site Setup'].LOCNCODE
7VIALOCN SearchVia LocationStringSTR10_Location_Code10
8TRNSTLOC SearchTransfer To LocationStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Two Step Transfer View'].TRNSTLOC AS 'Two Step Transfer View-Transfer To Location'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       IV00700V AS ['Two Step Transfer View']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Two Step Transfer View'].TRNSTLOC = ['Site Setup'].LOCNCODE
9CUSTNAME SearchCustomer NameStringSTR64_Customer_Name64
10ADDRESS1 SearchAddress 1StringSTR6060
11ADDRESS2 SearchAddress 2StringSTR6060
12ADDRESS3 SearchAddress 3StringSTR6060
13CITY SearchCityStringSTR3535
14STATE SearchStateStringSTR30_State29
15ZIPCODE SearchZip CodeStringSTR1010
16COUNTRY SearchCountryStringSTR6060
17EMPLOYID SearchEmployee IDStringSTR15_Employee_ID15
18NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Two Step Transfer View'].NOTEINDX AS 'Two Step Transfer View-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       IV00700V AS ['Two Step Transfer View']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Two Step Transfer View'].NOTEINDX = ['Record Notes Master'].NOTEINDX

Leave a Reply

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