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
Bruno Nabiça
14
Views
1
Comments
Save Boolean Value From Master Detail Record
Question
I have a Master Detail that outsystems created when I did drag and drop of an entity to an Edit screen. In the table records, I have 200 records, and I only show 50 at one time. Let's say I want to delete records 22 (first page), 29 (first page), 57 (second page) and 199 (fourth page).
The problem I'm having is that whenver I click on the checkbox to put the value in "True" and I go to another page of the table records, the boolean values return to False.
Is there a way to save the boolean value and then execute the delete action to all the records where the boolean value is true?
Thanks
André Siébra
Hi Bruno,
You can create a new boolean Attribute to the aggregate that populates your table records and bind the checkbox to it. So it will be binded to the table records variables (which have viewstate).
Hope it helps,
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...