Inventory Status Change Inventory Detail

Am I missing something?

The NetSuite inventory status change import doesn't seem to give me the option to add inventory detail:

Unlike, for instance, a bin transfer:

And thus I am getting these errors:

Because I cannot configure the inventory detail.

@ezriah can you do this in the UI? We don't see inventory detail even available for a inventory status change: https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2024_2/script/record/inventorystatuschange.html

Unlike bin transfers:
https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2024_2/script/record/bintransfer.html

Hi @tylerlamparter ,

I'm not sure why it shows that in the records browser — both definitely can have inventory detail:

The only thing I can think of is that status changes will only require inventory details based on the account features (whether bins are enabled), whereas bin transfers by definition require bins to be enabled.

@ezriah I checked internally and it looks like it would require an enhancement.

@tylerlamparter Is there any workaround until this is set up?

@ezriah you would have to use a suitescript hook, or send the data to a custom transaction line field and then have a user event script to take data from the custom field and update the line details.

@tylerlamparter Got it, thanks. Hopefully it's not too hard to port the inventory detail code from the other record types and this can be fixed in a future release.