Developer Forum [ All Topics | New Topic ]

Thread: Delete Lot On RapNet Stock

 Hi

when i using below code forDelete Lot On RapNet Stok


Dim DeleteManager As New DeleteLotParameters
DeleteManager.ByField = ByFieldTypes.StockNum
DeleteManager.FieldValueList = PktList
Dim DeleteLotsResult As New ServiceReferenceGetLot.DeleteLotResult
DeleteLotsResult = webServiceManager.DeleteLots(Ticket, DeleteManager)

This Code is working Fine but i have not got Delete Number Of Count Stone 




>> add a comment
Haresh Malavia
10/14/2015 01:02


1 Replies:

Hi
you sent the  StockNum of diamond you want  to delete,
and you get result 'Lots deleted successfully.'


>> add a comment
Reuven
10/19/2015 3:07:00 AM