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
hmm100
0
Views
0
Comments
6.3 Change Reusable Page Elements
Question
The cancel button implemented in this video has a little "bug".
Since the Switch fetches the value of the PriorityId from the Form (or EditRecord), then when someone changes the value in the Form (for example from High to Low) and presses Cancel it will be redirected to the new page (Low) instead of the original (High).
This can be corrected by using the Current value from the Aggregate (GetIssueById.List.Current.Issue.PriorityId) instead of the Record value from the Form (IssueForm.Record.Issue.PriorityId).
Best Regards,
Hugo Martins
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...