Invoicing Transaction Amounts History (IVC30102)

azurecurveProductsMicrosoft Dynamics GP (0)SalesInvoicing Transaction Amounts History (IVC30102)

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

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Invoicing Transaction Amounts History
Physical Name: IVC30102
Technical Name: IVC_LINE_HIST

Group Display Name: Invoice History
Group Technical Name: Invoice History

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1DOCTYPE SearchDocument TypeIntegerDDL_Document_Type0
2INVCNMBR SearchInvoice NumberStringSTR20_IVC_Document_Number17
3LNITMSEQ SearchLine Item SequenceLong IntegerLI_Sequence_Number10
4CMPNTSEQ SearchComponent SequenceLong IntegerLI_Sequence_Number10
5NONINVEN SearchNon IVIntegerINT11
Used to indicate whether an item is an inventory item or non-inventory item.

Click to show/hide PO Line Statuses

0	Inventory item
1	Non-inventory item
6ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].ITEMNMBR AS 'Invoicing Transaction Amounts History-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['Invoicing Transaction Amounts History'].ITEMNMBR = ['Item Master'].ITEMNMBR
7DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
8DECPLQTY SearchDecimal Places QTYSIntegerDDL_Decimal_Places_QTYS0
9ITMTSHID SearchItem Tax Schedule IDStringSTR15_LBAU15
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].ITMTSHID AS 'Invoicing Transaction Amounts History-Item Tax Schedule ID'
       ,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
              ON
                     ['Invoicing Transaction Amounts History'].ITMTSHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID
10IVITMTXB SearchIV Item TaxableIntegerDDL_Tax_Options0
11QUANTITY SearchQTYCurrencyDLR17_QTY_RBS0_STR17
12QTYINSVC SearchQTY In ServiceCurrencyDLR17_QTY_RBS0_UTR17
13QTYINUSE SearchQTY In UseCurrencyDLR17_QTY_RBS0_UTR17
14QTYDMGED SearchQTY DamagedCurrencyDLR17_QTY_RBS0_UTR17
15QTYRTRND SearchQTY ReturnedCurrencyDLR17_QTY_RBS0_UTR17
16QTYONHND SearchQTY On HandCurrencyDLR17_QTY_RBS0_STR17
17EXTQTYSEL SearchExisting Qty SelectedCurrencyDLR17_QTY_RBS0_STR17
18UOFM SearchU Of MStringU_Of_M8
The unit of measure. The value in this field must exist in Inventory.
19QTYBSUOM SearchQTY In Base U Of MCurrencyDLR17_QTY_RBS0_STR17
20UNITCOST SearchUnit CostCurrencyDLR17_RBS0_UTR$17
21EXTDCOST SearchExtended CostCurrencyDLR17_RBS0_UTR$17
22ATYALLOC SearchQTY AllocatedCurrencyDLR17_QTY_RBS0_UTR17
23LOCNCODE SearchLocation CodeStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].LOCNCODE AS 'Invoicing Transaction Amounts History-Location Code'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Invoicing Transaction Amounts History'].LOCNCODE = ['Site Setup'].LOCNCODE
24MRKDNTYP SearchMarkdown TypeIntegerGB0
25MRKDNAMT SearchMarkdown AmountCurrencyDLR17_RBS0_UTR$17
26MRKDNPCT SearchMarkdown PercentIntegerINT5_%25
27PRCLEVEL SearchPriceLevelStringSTR10_LBAU10
28XTNDPRCE SearchExtended PriceCurrencyDLR17_RBS0_STR$17
29UNITPRCE SearchUnit PriceCurrencyDLR17_RBS0_STR$17
30TAXAMNT SearchTax AmountCurrencyDLR17_RBS0_UTR$17
31BKTSLSAM SearchBackout Sales AmountCurrencyDLR19_RBS0_UTR$19
32TXBTXAMT SearchTaxable Tax AmountCurrencyDLR19_RBSO_UTR$19
33SLPRSNID SearchSalesperson IDStringSTR15_Salesperson_ID15
Key to the RM Salesperson Master (RM00301).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].SLPRSNID AS 'Invoicing Transaction Amounts History-Salesperson ID'
       ,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       RM00301 AS ['RM Salesperson Master']
              ON
                     ['Invoicing Transaction Amounts History'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID
34SALSTERR SearchSales TerritoryStringSTR15_Sales_Territory15
Key to the Sales Territory Master File (RM00303).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].SALSTERR AS 'Invoicing Transaction Amounts History-Sales Territory'
       ,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       RM00303 AS ['Sales Territory Master File']
              ON
                     ['Invoicing Transaction Amounts History'].SALSTERR = ['Sales Territory Master File'].SALSTERR
35DSCRIPTN SearchDescriptionStringSTR3030
36ITEMDESC SearchItem DescriptionStringSTR100100
37EXPTSHIP SearchExpected Ship DateDateDT8
38ACTLSHIP SearchActual Ship DateDateDT8
39ReqShipDate SearchRequested Ship DateDateDT8
40COMDLRAM SearchCommission Dollar AmountCurrencyDLR17_RBSO_STR$17
41CMPSERNM SearchComponent Serial NumberedBooleanYN0
42COMMNTID SearchComment IDStringSTR15_Comment_ID15
Key to the Comment Master (SY04200).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].COMMNTID AS 'Invoicing Transaction Amounts History-Comment ID'
       ,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       SY04200 AS ['Comment Master']
              ON
                     ['Invoicing Transaction Amounts History'].COMMNTID = ['Comment Master'].COMMNTID
43BRKFLD1 SearchBreak Field 1IntegerINT11
44BRKFLD2 SearchBreak Field 2IntegerINT11
45BRKFLD3 SearchBreak Field 3IntegerINT11
46TRXSORCE SearchTRX SourceStringSTR1313
47PRSTADCD SearchPrimary Shipto Address CodeStringSTR15_LBAU15
48SHIPMTHD SearchShipping MethodStringSTR15_Shipping_Method15
Key to the Shipping Methods Master (SY03000).

Click to show/hide

SELECT
       ['Invoicing Transaction Amounts History'].SHIPMTHD AS 'Invoicing Transaction Amounts History-Shipping Method'
       ,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
       IVC30102 AS ['Invoicing Transaction Amounts History']
INNER JOIN
       SY03000 AS ['Shipping Methods Master']
              ON
                     ['Invoicing Transaction Amounts History'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD
49ISLINEINTRA SearchIsLineIntrastatBooleanCB0
azurecurveProductsMicrosoft Dynamics GP (0)SalesInvoicing Transaction Amounts History (IVC30102)

Leave a Reply

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