I am not able to understand what the problem with my checkbox here
0
I have a list view showing OperationMaster data, where each row includes a checkbox bound to a Selected (Boolean) attribute through an associated helper entity OperationSelectorHelper. Before the page opens, I initialize and preselect certain checkboxes by creating OperationSelectorHelper objects and setting Selected = true, while also establishing the required associations in a microflow. The checkboxes display correctly and allow deselection, where I handle the change event by updating Selected = false and removing the association. However, the issue occurs when I try to reselect (check) the same checkbox — the checkbox updates visually, but the change event microflow does not fire or fails to recreate the association, so the Selected value does not turn back to true
asked
Chandani Giram
3 answers
0
Hi Chandani,
Can you pls attach the image of the onChange microflow also?
Also, can you pls check if the association is created as soon as you check the box?
Let me know pls..
answered
Rishabh Shandilya
0
Here setting the Boolean to false is enough right?
if you remove the assoication, the entire object is being removed from context.