For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hello Experts, this is intended for those who want to take a leap to VBCS and are experienced ADF developers.
It is based on 3 ADF experience developers including myself.
If you already did this switch it would be great to hear your opinion on the article and what additional info can be add and why.
https://www.itevol.net/single-post/2019/03/27/ADF-VS-VBCS
It is really interesting.
Have Fun!!
Hi All
My requirement is like below
1) in VBCS (Classic Application) page, I have 3 components 1. Text Filed 2. Button 3. Text area.
2) in Text Field I enter AccountId and press button. After that it will invoke ICS webservice (WSDL url) with AccountId from Text Field.
3) Response of webservice display in Text Area .
Uploaded images and sample JS code for reference.
PS: VBCS and ICS are at same server in OIC.
Please suggest the solution. It is very basic requirement but I didn't find any solution for this.
Thanks in advance.
Venkat..
Hi,
I'm following the blog: https://blogs.oracle.com/vbcs/integrating-chatbots-into-vbcs-applications.
Building the application for mobile apps works when displayed in the webbuilder, but not when installed on a phone.
Does anyone know what is causing it not to show up when build to a phone?
Thanks in advance.
Hello,
Goal
We would like to create a login page in VBCS that uses the default oracle identity cloud service to authenticate users. We want to customize the look and feel of the login page for only the users of one particular VBCS application.
Approach
"userConfig" : {
"type" : "vb/DefaultSecurityProvider",
"configuration" : {
"authentication" : {
"type" : "oraclecloud"
}
},
Problem
It is unclear to us how to configure an action chain that passes the username and password to the oracle identity cloud service to authenticate a user.
We do not want to develop the actual authentication logic in VBCS, as was done in: https://cloudcustomerconnect.oracle.com/posts/6bc348535f and https://blogs.oracle.com/shay/conditional-navigation-based-on-queries-in-oracle-visual-builder-cloud-service .
Question
How to configure an action chain that passes a username and password to the oracle identity service to authenticate a user.
Thanks,
Hugo
Hello again,
I can certainly configure a selected-row event and pass parameters to filter an ADP and show records.
Is it possible to do this with a link on say, a document number, and passing that document as a parameter to filter and ADP?
The goal is to show document numbers with an underline indicating that they can be clicked to bring up the details of that document. This works the traditional when using the select-row event but would like it as a url.
Thanks,
Steve
Hi,
Assume this scenario. We want to modify something from the existing application which we embedded in OEC / any application, we have to redeploy it again where we are getting different version #. Since we are getting new version # in the application URL, do we need to update the same in OEC again? Is there any way to avoid such update in OEC?
Thanks,
Mohan
Hi everybody,
I want to run my application developed with VBCS on my local server.
This blog of Shay Shmeltzer everything explained to do it.
https://blogs.oracle.com/vbcs/running-visual-builder-apps-on-other-servers-and-on-premises
I tried an example (POC) with all the steps of the blog and it works well.
But for my application, I did not use the DevCS for build, but I tried to build it in a local machine. the job is working well but the application does not work.
it is necessary to use the DevCS for build? if yes, why?
and if not, what should I do?
Hello,
I am getting this error when calling a web service I created that brings data back to vbcs via an OTBI Report.
---Uncaught TypeError: Cannot read property 'Column0' of null
Integration Cloud calls the SAW Soap Service that gets the OTBI Report and maps the result to the Rest Service that returns the formatted JSON as follows:
{
"rowset": [
{
"Column0": "Duplicate-10002",
"Column1": "2019-01-05",
"Column2": "Invoice is missing invoice lines and needs completion.",
"Column3": "2019-01-09",
"Column4": "1",
"Column5": "SYSTEM",
"Column6": "250",
"Column7": "Federal Supplier"
},
{
"Column0": "FS-100002",
... and so forth.
I tested the Web Service in VBCS Service Connections and it brings back the response JSON Data above. I created an ADP-based table that I populate with the an event that calls the web service. The ADP is very straightforward based on type that is tied the variable that is tied to the table. For some reason, I cannot display the data because of the uncaught type error.
Has anyone experienced this with OTBI Reports or with any other type of web service call?
Thanks,
Steve
Hi everyone ,
first of all, i am new with VBCS so don't blame me if that look easy
I did whatch this tuto of ShayJDev and do it but i doesn't work for me.
https://www.youtube.com/watch?v=oXu37_d_Rx4
Hi,
Our customer has license of DCS (Digital Customer Service) & OIC (Oracle Integration Cloud). We have planned to create around 100 pages which is going to accessible by Employees (Not by end user) and we are going to embed this pages in Engagement Cloud (OEC).
Which VBCS application is suitable to achieve this use case either DCS or OIC?
Thanks,
Mohan