RE: (AX 2009) How to make a ComboBox display batch/serial numbers in a custom form?
Hello! I'm sorry for not being able to properly express what I wanted do say... English is not my primary language, and I'm still kinda newbie when it comes to AX. Anyway, I'll try to explain better.
Let me use the SalesTable Form as an example. After you add an item to a sales order, you can set its inventory dimensions, such as serial number, right? You do it by clicking a combobox, which will show you the available serial numbers for that item.
Well, I'm creating a new form for a new process we call "revision order". I work at an UPS and AVR factory. Sometimes, an equipment we sold has some malfunction. So, the client send it back to us in order to repair it. We'll be monitoring the progress of the repairs with these revision orders. They'll work somehow similar to Production Orders.
The user must include an item in the Revision Order and indicate its serial or batch number.
Well, I just can't make my new form show the available serial/batch numbers for the chosen item, like the SalesTable or ProdTable forms do. When I click the batch number combobox, it shows me all the batch numbers, even the ones belonging to other items. When I click the serial number combobox, it shows me nothing.
I don't know much how to work with the InventDim table and I've not found much information regarding this type of use of this table... What I want to know are the steps to follow to make my new form show (and save) properly the batch and serial numbers of the chosen items.