Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30700
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Stock Count History Group Display Name: Stock Count History
Physical Name: IV30700
Technical Name: ivStockCountHist
Group Technical Name: Stock Count History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | STCKCNTID | Stock Count ID | String | STR15_LBAU | 15 | |
2 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
3 | STCKCNTDSCRPTN | Stock Count Description | String | STR30 | 30 | |
4 | CNTSTRTDT | Count Start Date | Date | DT | 8 | |
5 | CNTSTRTTM | Count Start Time | Time | TM6 | 6 | |
6 | IVDOCNBR | IV Document Number | String | STR17_IV_Document_Number | 17 | |
7 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Stock Count History'].NOTEINDX AS 'Stock Count History-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV30700 AS ['Stock Count History']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Stock Count History'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
9 | DOCDATE | Document Date | Date | DT | 8 |