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
Jaap de Vries
0
Views
1
Comments
Checkboxes in a tablerecord
Question
Hello,
I have 3 tables:
- Product
* ID
* Name
- Option
* ID
* Name
* OptionDescription
- ProductOptions
* ID
* Product.ID
* Option.ID
* OptionValue
In the ProductDetails screen you can add/edit the name of a product, and add Options to a product. The problem is that i want to list all the Options in a tablerecord, and add a checkbox and an input field to turn on/off options. I have no idea how to display this in a tablerecord and saving it in the database, and how to turn on/off the checkboxes automatically when you edit a product. Can someone help me with this?
Thanks in advance.
Tiago Simões
Staff
Hi Marthijn,
Maybe this 2 samples can lead you in the right direction:
How to use INLINE EDITING in Table/List Records
Bulk selection made easy
Cheers,
Tiago Simões
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...