Help We just upgraded to Kinetic and I’m trying to recreate our custom screens and it’s slow going as I’m having to relearn everything. I want to have a Combo box pull the list of lots on hand for the selected part number (stored in UD10.Character01). At this point I’m just trying to get any data to show in the dropdown. It looks like there’s data there but I can’t see it. All the App Studio user guides say to add the type and sup type and it will work
What am I missing?
3 Likes
In your case you can use reusable combo with service and service method values as shown in below screenshot.
And for columns presentation set text and value fields as per your requirement in advance section of combo properties (which is UD10.Character10 for you)
2 Likes
in this example where is the link to the TranView.PartNum ? because if it works then this the solution to call any field from different BO ? i.e FK solution without creating BAQ
You can use “Filters Parms” for out of box reusable combos. But this particular comboID “Part.PartLotCombo” is not retrieving the result dataset for me.
thanks @Saqib i think that the part no data view value need to be in the whereas parameters for the combo to work