0

I'm using Bonita BPM 7.3 for developing a simple software. Currently, I'm focusing on a single process, about document requests. The user choose a document from a table, then he/she compiles it or download it. The problem: I'm not able to populate the table. the documents are loaded from a MySQL database, via the provided connector. The table remains blank. I think the problem is in managing the list variable in the user form. Other details:

  • I tested the connector and it's working (It returned me the data)
  • I tried many solutions via REST API, no success
  • I used both a fake list initialized via groovy script and the "real one", no success
  • I have read every question here about similar problems
  • I've also bought a Bonita BPM guide but it's not helpful about this
  • I have looked for a solution everywhere, also in the Bonita documentation, video guides etc.

What I would like: A simple yet detailed explanation on how to display lists content in a table on a form. Fell free to ask more details, any help will be welcome

Rob
  • 14,746
  • 28
  • 47
  • 65
  • Please add the code you have so far. To clarify, by "table" do you mean an HTML table, or a MySQL table? I suspect the former, but I think you've mixed contexts. – Emmanuel Rosa Dec 06 '16 at 22:32
  • Sorry my description was not detailed enogh, yes I meant a widget table in a form, not a MySQL table. There's little code to show: "../{{context.stringBV_ref.link}}" is the REST API call I use in the form to access the business variable, with no success – Luciano Sacco Dec 07 '16 at 16:49
  • How do you store the documents list? Is "stringBV" a process variable, a business variable or a document variable? – lio Dec 21 '16 at 19:31
  • If you can share your process and BDM by exporting them a .bos file that can also be helpful to understand your use case. – Antoine Mottier Apr 05 '17 at 07:11

0 Answers0