28
Views
2
Comments
checkbox
Question
Application Type
Mobile

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. 

2024-12-02 13-16-47
Vipin Yadav

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

CheckBoxExample.oml
UserImage.jpg
Nani

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.