How can I update the field of a Business Object from a checkbox in a table?
Content
I have a business object that contains the field 'status', I show that status in a table in the form of a checkbox, that is, if the checkbox is selected its status in the business object is 'Y', if it is not selected its status is 'N' How can I make it so that when I click on the check it changes its status in the business object of that row?
I try to put an event to the checkbox but it does not generate it.
Tagged:
1