Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
inesccastelo
14
Views
7
Comments
Solved
Combobox with dynamic values
Question
Hello,
I am trying to use a combo box in my app , but it has been quite a challenge. This combo box does not contain static values, it changes depending on previous selections. I need this combo box to contain the values that come from an external sql database that I reference using integration studio.
Can anyone help me with this please?
Thanks
inesccastelo
Solution
Hi, I was finally able to do what I needed with the help of this question here in the forum https://www.outsystems.com/forums/discussion/10269/combo-box-pass-the-display-value-instead-the-id/. Anyway, tahnks for all the help :)
See solution in context
João Heleno
MVP
Hi Inês,
take a look at this How To:
https://www.outsystems.com/forge/component/697/How+To+-+Use+Cascade+Dropdowns/
Kudos go to André Madeira!
Carlos Conde
I think you should create an onchange action to do that.
Gerry
You need a query to that external database whose List will populate the drop down.
inesccastelo
That is what I do and it returns me an error as seen in the image. I can't do anything about this error but I don't understand what I am doing wrong. I just can't set the source identifier attribute.
Tiago Neves
Hi Inês,
You have to change the variable.
Instead of massActions.Current have a variable that represents the Identifier of the entity you want
inesccastelo
The thing is that my entity doesn't have an identifier, or maybe I just can't find it. That identifier ... is it an autonumber int id?
inesccastelo
Solution
Hi, I was finally able to do what I needed with the help of this question here in the forum https://www.outsystems.com/forums/discussion/10269/combo-box-pass-the-display-value-instead-the-id/. Anyway, tahnks for all the help :)
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...