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
Nick Smith
5
Views
0
Comments
Display container based on value of another field
Question
I'm designing a property management system and part of it is an application for residency. On the application, the prospective resident is asked to select how they heard about the business. (i.e. Lead Source) This selection is a drop-down list that is populated by a LEADSOURCE entity and the value stored in the application's lead source field is the ID of the selected lead source.
I have another field, "Referred By", directly underneath that I would like to display only if "Current Resident" or "Past Resident" is selcted. I'd like to use the display property of the "Referred By" container to say that if the lead source selected is "Current Resident" or "Past Resident", show the container, otherwise keep it hidden. The problem is that because the application's lead source field is looking for LEADSOURCE identifier, I cannot directly put "Current Resident" or even the id of "Current Resident".
There has to be a simple soultion to this; please help! =D
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...