Kinetic Static List Combo Box

Has anyone unlocked the secret to creating combo boxes with a static list of items?
I added a combo and populated what I thought was the list items, but I’m getting [object Object] as the display.

image

2 Likes

Why not use a combo, but hook it to usercodes and maintain the list from there? There is an example of that in the help.

https://erphelp102700.zendesk.com/hc/en-us/articles/360054118212-Adding-the-Soap-Type-Drop-Down-to-Part-Advisor

@hmwillett I think you are missing adding the TextField and Value Field properties…
For a static list combo those values should always be display and value (lower cases)

We know it is a bit cryptic to always enter those. We might consider changing this in the future.

16 Likes

Thanks @Ishkaran! I was playing with those fields thinking that was it, but was struggling to find the correct thing to put there.

@Hally I know I could use User Codes and a BAQ, but my intent is to convert a screen we have as-is in order to learn app studio. Wouldn’t be learning much if I changed it to something I already knew how to do. :slight_smile:

3 Likes

Thanks! Had exactly the same issue, scratching head… That did the trick!
Appreciate your posting the screenshots!
George Hicks

1 Like

Hi, I am trying to link baq to the combo box, and the following result:
image
Could you please let me know the steps to replicate I have written these steps:
image
image
image

What’s the field name from your query? It shouldn’t have a dataview identifier on the beginning.
Should likely be just PBS_ProjectManager_c

i have a similar issue my dropdown is not returning data back this is my setup

What does Dev Tools show when you drop that combo down?

You should have an ExecuteByID firing to load the combo.

Show me a screenshot of your BAQ Display Fields.

the dropdown is just grey out

Did you set the EpBinding? If not, do so.
If yes, is that dataview initialized? If not, create an event after form load and set that field to two double quotes.

Has anyone found a workaround to combining a static list and one that is pulled from a service/BAQ? I’ve tried using the append list function and have not had any luck.

1 Like