I am using Bonita Subscription 7.3.0 and a Postgres database 9.2.18.
I have a question regarding formatting, I have recently begun setting up KPIs with a Postgres database. Which is operating normally, and was actually really easy and straightforward to set up. However when creating the actual KPI request, there are two options “Use graphical mode” or “Use Manual mode.”
If I use “Graphical mode” the request comes out like"
“INSERT INTO Bonita_Entry_Info (Process_ID) VALUES (${process_ID})”
Which is actually incorrect.
I have to use the “Manual” mode to enter the request with the correct format.
“INSERT INTO “Bonita_Entry_Info” (“Process_ID”) VALUES (${process_ID})”
The table and column need to be encased in quotations otherwise the request will throw an error. Has anyone else had this issue? Is this a bug for Bonita? It is a very minor detail, but I believe it is defeating for the functionality presented by the “Graphical Mode.”
Thanks,
Merci,
Gracias,