Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP30110
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchase Order Line History Group Display Name: Purchasing History
Physical Name: POP30110
Technical Name: POP_POLineHist
Group Technical Name: Purchasing History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PONUMBER | PO Number | String | STR17_POP_Number | 17 | |
2 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
3 | POLNESTA | PO Line Status | Integer | DDL_PO_Line_Status | 0 | |
Status assigned to the Purchase Order Line for the order status.
Click to show/hide PO Line Statuses1 New
2 Released (i.e. emailed/printed)
3 Change Order
4 Received
5 Closed
6 Cancelled | ||||||
4 | POTYPE | PO Type | Integer | DDL_POP_PO_Type | 0 | |
Type of Purchase Order.
Click to show/hide PO Types1 Standard
2 Drop Ship
3 Blanket
4 Blanket Drop Ship | ||||||
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Purchase Order Line History'].ITEMNMBR AS 'Purchase Order Line History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Purchase Order Line History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | ITEMDESC | Item Description | String | STR100 | 100 | |
7 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['Purchase Order Line History'].VENDORID AS 'Purchase Order Line History-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['Purchase Order Line History'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
8 | VNDITNUM | Vendor Item Number | String | Item_Number | 30 | |
9 | VNDITDSC | Vendor Item Description | String | STR100 | 100 | |
10 | NONINVEN | Non IV | Integer | INT1 | 1 | |
Used to indicate whether an item is an inventory item or non-inventory item.
Click to show/hide PO Line Statuses0 Inventory item
1 Non-inventory item | ||||||
11 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Purchase Order Line History'].LOCNCODE AS 'Purchase Order Line History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Purchase Order Line History'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
12 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
13 | UMQTYINB | U Of M QTY In Base | Currency | DLR17_QTY_RBS0_STR | 17 | |
The quantity of the base unit of measure that is equivalent to one of the units of measure being referenced. | ||||||
14 | QTYORDER | QTY Ordered | Currency | DLR17_QTY_RBS0_UTR | 17 | |
15 | QTYCANCE | QTY Canceled | Currency | DLR17_QTY_RBS0_UTR | 17 | |
16 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
17 | EXTDCOST | Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
18 | INVINDX | Inventory Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Purchase Order Line History'].INVINDX AS 'Purchase Order Line History-Inventory Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Purchase Order Line History'].INVINDX = ['Account Index Master'].ACTINDX | ||||||
19 | REQDATE | Required Date | Date | DATE_L | 0 | |
20 | PRMDATE | Promised Date | Date | DATE_L | 0 | |
21 | PRMSHPDTE | Promised Ship Date | Date | DATE_L | 0 | |
22 | REQSTDBY | Requested By | String | STR20_LB | 20 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Purchase Order Line History'].REQSTDBY AS 'Purchase Order Line History-Requested By'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Purchase Order Line History'].REQSTDBY = ['Users Master'].USERID | ||||||
23 | COMMNTID | Comment ID | String | STR15_Comment_ID | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Purchase Order Line History'].COMMNTID AS 'Purchase Order Line History-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Purchase Order Line History'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
24 | DOCTYPE | Document Type | Integer | DDL_Document_Type | 0 | |
Click to show/hide Document Types
1 Invoice
2 Finance Charge
3 Miscellaneous Charges
4 Return
5 Credit Memo | ||||||
25 | POLNEARY_1 | PO Line Note ID Array[1] | Currency | DLR14 | 14 | |
26 | POLNEARY | PO Line Note ID Array | DLR14 | Currency | 14 | |
27 | POLNEARY_2 | PO Line Note ID Array[2] | Currency | DLR14 | 14 | |
28 | POLNEARY_3 | PO Line Note ID Array[3] | Currency | DLR14 | 14 | |
29 | POLNEARY_4 | PO Line Note ID Array[4] | Currency | DLR14 | 14 | |
30 | POLNEARY_5 | PO Line Note ID Array[5] | Currency | DLR14 | 14 | |
31 | POLNEARY_6 | PO Line Note ID Array[6] | Currency | DLR14 | 14 | |
32 | POLNEARY_7 | PO Line Note ID Array[7] | Currency | DLR14 | 14 | |
33 | POLNEARY_8 | PO Line Note ID Array[8] | Currency | DLR14 | 14 | |
34 | POLNEARY_9 | PO Line Note ID Array[9] | Currency | DLR14 | 14 | |
35 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
Number of decimal places for the currency values, based on the item's settings.
Click to show/hide Decimal Places Currency7 0 decimals
8 1
9 2
10 3
11 4
12 5 | ||||||
36 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
Number of decimal places for the quantities.
Click to show/hide Decimal Places Currency1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
37 | BRKFLD1 | Break Field 1 | Integer | INT1 | 1 | |
38 | JOBNUMBR | Job Number | String | STR17_LBAU | 17 | |
39 | COSTCODE | Cost Code | String | STR27 | 27 | |
40 | COSTTYPE | Cost Code Type | Integer | INT3_RB0_U | 3 | |
41 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchase Order Line History'].CURRNIDX AS 'Purchase Order Line History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchase Order Line History'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
42 | ORUNTCST | Originating Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
43 | OREXTCST | Originating Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
44 | LINEORIGIN | Line Origin | Integer | DDL_Line_Origin | 0 | |
45 | FREEONBOARD | Free On Board | Integer | DDL_Free_On_Board | 0 | |
46 | ODECPLCU | Originating Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
47 | Product_Indicator | Product Indicator | Integer | DDL_Product_Indicator | 0 | |
48 | Source_Document_Number | Source Document Number | String | STR11_Document_Number | 11 | |
49 | Source_Document_Line_Num | Source Document Line Number | Integer | INT4 | 4 | |
50 | RELEASEBYDATE | Release By Date | Date | DATE_L | 0 | |
51 | Released_Date | Released Date | Date | DATE_L | 0 | |
52 | Purchase_IV_Item_Taxable | Purchase IV Item Taxable | Integer | DDL_Purchase_Tax_Options | 0 | |
Purchase Inventory Item Taxable setting.
Click to show/hide Purchase IV Item Taxable1 Taxable
2 Non-taxable
3 Base on Vendor | ||||||
53 | Purchase_Item_Tax_Schedu | Purchase Item Tax Schedule ID | String | STR15_LBAU | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['Purchase Order Line History'].Purchase_Item_Tax_Schedu AS 'Purchase Order Line History-Purchase Item Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['Purchase Order Line History'].Purchase_Item_Tax_Schedu = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
54 | Purchase_Site_Tax_Schedu | Purchase Site Tax Schedule ID | String | STR15_LBAU | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['Purchase Order Line History'].Purchase_Site_Tax_Schedu AS 'Purchase Order Line History-Purchase Site Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['Purchase Order Line History'].Purchase_Site_Tax_Schedu = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
55 | PURCHSITETXSCHSRC | Purchase Site Tax Schedule Source | Integer | INT1 | 1 | |
56 | BSIVCTTL | Based On Invoice Total | Boolean | YN | 0 | |
57 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
58 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
59 | BCKTXAMT | Backout Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
60 | OBTAXAMT | Originating Backout Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
61 | Landed_Cost_Group_ID | Landed Cost Group ID | String | STR15_LBAU | 15 | |
62 | SHIPMTHD | Shipping Method | String | STR15_Shipping_Method | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['Purchase Order Line History'].SHIPMTHD AS 'Purchase Order Line History-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['Purchase Order Line History'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
63 | LineNumber | LineNumber | Integer | INT | 0 | |
64 | ORIGPRMDATE | Original Promised Date | Date | DT | 8 | |
65 | FSTRCPTDT | First Receipt Date | Date | DT | 8 | |
66 | LSTRCPTDT | Last Receipt Date | Date | DT | 8 | |
67 | RELEASE | Release | Integer | INT | 0 | |
68 | ADRSCODE | Address Code | String | STR15_Address_Code | 15 | |
69 | CMPNYNAM | Company Name | String | STR64_Company_Name | 64 | |
70 | CONTACT | Contact | String | STR60 | 60 | |
71 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
72 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
73 | ADDRESS3 | Address 3 | String | STR60 | 60 | |
74 | CITY | City | String | STR35 | 35 | |
75 | STATE | State | String | STR30_State | 29 | |
76 | ZIPCODE | Zip Code | String | STR10 | 10 | |
77 | CCode | Country Code | String | STR6_VAT | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Purchase Order Line History'].CCode AS 'Purchase Order Line History-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
POP30110 AS ['Purchase Order Line History']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Purchase Order Line History'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
78 | COUNTRY | Country | String | STR60 | 60 | |
79 | PHONE1 | Phone 1 | String | Phone_Number | 14 | |
80 | PHONE2 | Phone 2 | String | Phone_Number | 14 | |
81 | PHONE3 | Phone 3 | String | Phone_Number3 | 14 | |
82 | FAX | Fax | String | STR14_FAX | 14 | |
83 | ADDRSOURCE | Address Source | Integer | INT1 | 1 | |
84 | Flags | Flags | Integer | INT1 | 1 | |
85 | ProjNum | Project Number | String | STR15_LBAU | 15 | |
86 | CostCatID | Cost Category ID | String | STR15_LBAU | 15 | |
87 | ITMTRKOP | Item Tracking Option | Integer | DDL_Track | 0 | |
Designation for the tracking type of the Item.
Click to show/hide Item Tracking Options1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
88 | VCTNMTHD | Valuation Method | Integer | DDL_Valuation_Method | 0 | |
The valuation method for the inventory line item.
Click to show/hide Valuation methods1 FIFO Perpetual
2 LIFO Perpetual
3 Average Perpetual
4 FIFO Periodic
5 LIFO Periodic | ||||||
89 | Print_Phone_NumberGB | Print Phone Number GB | Integer | GB | 0 |