So I've got a tickets gallery where if I press a ticket it navigates to the ticket details screen with this code OnSelect:
Now, I wanna change it up a bit and make it so when you click on a ticket, a popup screen pops up with three different options: Details, Material and Hours which would respectively take me to another screen of their own (DetailsScreen, MaterialScreen, HoursScreen). I've already created the popup with the three buttons, but I cannot figure out how to carry the information of the original ticket gallery onto these buttons, any help?
@Serg20 In the OnSelect of the Gallery, use a global variable to store the selected record. This value will then be available in all the subsequent screens.
Set(gblSelectedTicket, Self.Selected)
Please remember to give a 👍 and accept my solution as it will help others in the future.
Hi,
It didn't let me use the Self.Selected because "name isn't valid"??
I ended up solving it by replacing the Self.Selected with the previous variable I already had:
Thanks!
User | Count |
---|---|
254 | |
114 | |
93 | |
48 | |
38 |