Really pulling my hair out here. Working on our first “real” bonita project. We have an instantiation form that references multiples of a business object (a LineItem) via a Collection. For each LineItem there is the requirement to enter an account code (we call it a combo code). Once the user enters an account code we want to query the BDM and have it display the details about it (so they can ensure they’ve entered the right code)
So, it’s setup now to bind a text input to an $item.cc variable and there’s a data table setup using Bonita API as the data source, with the URL up to the param={value} section. The API request parameter is set to $item.cc – what happens is that this value is split into separate URL parameters instead of the whole string.
Screenshots:
How do I make the call to the BDM not split the parameters up like that?