London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Extending the Inventory Record

Vote:
0

In my project client wants to have additional location code in addition to warehouse code for each inventory. So, a warehouse can have multiple locations where products are stored. I need to store this new location field for each inventory record in addition to warehouse code. Is there any way to add new column/field to the Inventory record? Ultimately each location code would go with line item. 

#206580
Aug 26, 2019 4:37
Vote:
0

There is no out of the box way to add new fields to InventoryRecord, unless you implement IInventoryService yourself, and that's not a trivial task. Instead you can have multiple warehouses, each for a location but they all share a same warehouse contact information 

#206583
Aug 26, 2019 7:37
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.