I use Bonita Community Edition Version : 2022.1 on MacOS Monterey
I developed a simple process, with business object / data / variable, a web form input with contracts, etc.
The form is containing :
- Bonita auto generated fields auto binded to the business object
- a custom widget because I wanted to update some fields when the user type input other fields (auto calculation). It’s composed of 6 fields which interact between them. It’s working fine.
The issue is coming when I try to bind the custom fields to the business object. The data from the Bonita auto generated fields are saved in the DB but the custom fields.
I really tried to deep dive into official forum, stack, google and other but I couldn’t find any documentation or example on how the binding is done with the custom widget output.