Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA30902
Product: Project Accounting (258)
Series:
Display Name: PA Item Serial and Lot Number History Group Display Name: PA Inventory Transfer Transactions History
Physical Name: PA30902
Technical Name: PA_IV_TRX_HIST_Serial_Lot
Group Technical Name: PA Inventory Transfer Transactions History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TRXSORCE | TRX Source | String | STR13 | 13 | |
2 | PAIV_Transfer_Type | PA IV Transfer Type | Integer | PA_DDL_IV_Transfer_Type | 0 | |
3 | PAIV_Document_No | PA IV Document No | String | STR17_LBAU | 17 | |
4 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['PA Item Serial and Lot Number History'].ITEMNMBR AS 'PA Item Serial and Lot Number History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
PA30902 AS ['PA Item Serial and Lot Number History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['PA Item Serial and Lot Number History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | SLTSQNUM | Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
7 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
8 | SERLTQTY | Serial/Lot QTY | Currency | DLR17_QTY_RBS0_UTR | 17 | |
9 | FROMBIN | From Bin | String | STR15_Bin | 15 | |
10 | TOBIN | To Bin | String | STR15_Bin | 15 | |
11 | PABILLQTY | PA Billed Qty-OLD | Currency | DLR15_RBU2 | 15 | |
12 | PAbilled | PA Billed | Boolean | CB | 0 | |
13 | PAbilledagn | PA Billed Again | Boolean | CB | 0 | |
14 | QTYSCRAPPED | Quantity Scrapped | Currency | DLR17_QTY_RBS0_UTR | 17 | |
15 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
16 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |