epitomeice
epitomeice

Reputation: 37

You cannot create an inventory detail for this item. in suitescript

I am trying to create a bin transfer and trying to create inventory detail on the item, when I am using getCurrentSublistSubrecord({ sublistId: 'inventory', fieldId: 'inventorydetail' });

I get this error "You cannot create an inventory detail for this item." Can you please help me with this??

Upvotes: 0

Views: 5172

Answers (3)

WhoWantsToKnow
WhoWantsToKnow

Reputation: 13

For anyone who comes to this later, I had this and I'd forgotten to put the inventory detail location in, so another case of the error message not reflecting the problem!

Upvotes: 0

Basson Engelbrecht
Basson Engelbrecht

Reputation: 1

"You cannot create an inventory detail for this item" is part of the advanced inventory management feature. Retry the bin transfer but make sure the fields for non-serialised/lot numbered items are empty

Upvotes: 0

Sravan Teja
Sravan Teja

Reputation: 41

"You cannot create an inventory detail for this item" can be encountered when the item in the sublist is not a serial/lot numbered item or does not use bins or for the selected location the item doesn't have any inventory.

Upvotes: 2

Related Questions