Using of OIC for exposing BIP reports to Visual Builder Application is a quite common approach. However when we develop SaaS extensions we have only access to SaaS backend and there is no secure way (at least up until today) to create a connection to an OIC instance.
According to VBCS blog, the ability to add local server connection in Visual Builder Studio will provide solution for this need.
Meanwhile we can implement the workaround by using Application Composer Groovy scripting, OIC and BIP.
A VBCS SaaS Extension screen should display a table with results brought by a complex SQL query.
This following solution extends similar approach of using Groovy that was described in https://cidsolutions.com/2023/12/01/visual-builder-extension-for-fusion-saas-creating-complex-queries-with-application-composer-groovy-methods/.




java.util.List<java.util.Map<java.lang.String,java.lang.String>>.

