cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatic Creation of Batch/Lot Record Through The SDK?

Former Member
0 Kudos

Does anyone know if it is possible to create a Lot record (OBTN table) through the SDK? I have a scenario where we want to store Lot # information for a Vendor's lots that may not yet exist in the system because they have not been received and using the Batch Attribute fields would be ideal.

However, this will not work if I don't have a way of creating a Batch/Lot record programmatically for the scenario described above.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185682
Active Contributor

Hi Luis,

I believe that BatchNumbers object should do what you need. But this object is a part of :

Document_Lines Object, PickLists_Lines Object, ProductionOrders_Lines Object, StockTransfer_Lines Object.

You cannot use independently.

Kind Regards,

Diego Lother

Answers (2)

Answers (2)

pedro_magueija
Active Contributor

Hi Luis,

There is a company service that allows you to update the batch number details as well.

Pedro Magueija

LinkedIn | Twitter | Blog

Former Member
0 Kudos

Thanks guys. I had a feeling this wouldn't be possible, but had to ask.