I want the checkbox to automatically tick: I have a list of records, and I maintained the checkbox in the list. When I click on that record, it will briefly appear on another screen. When I return, the checkbox should automatically click for the specific record I have selected.
Hi @Prasanth S,
I have included an example in the OML file attached below. Please review it.
Demo Url - https://vyadav.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/CheckBoxExample/Product?_ts=638703134671848181
Thanks,
Vipin Yadav
Hi, @Prasanth S
It's a simple operation, just add extra attribute data type of Boolean in the table when you view particular record update that record new attribute to true.
So when you back to listing screen the check box will automatically ticked.
If it's a user specific don't create attribute instead create a new entity with userid, IsSelected , record id.
I hope this helps if not explain more details about your requirement.