Hi all ..
I have upgraded my SAP B1 to 9.0 PL4 from 8.82 PL 10. In SAP B1 9.0 Stock taking feature is changed to Stock Counting feature.
I have written a Add On based on 8.82 PL 10 - Stock taking. Now the same Add On with some changes is working partially in SAP B1 9.0 - Stock Counting, the problem is i cant find the datas where it is saved. Since In 9.0 Stock Counting is document wise.
This is the code i used in SAP 8.82 PL 10.
Dim ostrpost As SAPbobsCOM.StockTaking = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oStockTakings)
ostrpost.ItemCode = Itemcd4
ostrpost.Counted = 0
ostrpost.WarehouseCode = whs
Dim oStrerr As Integer
oStrerr = ostrpost.Add()
Which object ID i should call now.??