Category 218-2
Discussion List
-
Unable to enable VBCS for the Integration instance. Contact support at https://support.oracle.com.Summary: Hi Experts I'm trying to enable visual builder in my Oracle integration instance but it is failing with below error, please help me Unable to enable VBCS for th…
-
How to add the favicon image to a redwood vbcs appSummary: Hi Experts I added below to index.html to a redwood vbcs app but the favicon image is not showing, please help @Vignesh Viswanath-Oracle @Sherif Bashar Oracle …
-
how to show animation until the page loadsSummary: We have embedded vbcs page in oracle fusion cloud, when the user clicks on the page link it is showing white screen for 20 seconds. is it possible to add animat…
-
Visual Builder option is not showing in Oracle fusion for RedwoodSummary: Visual Builder option is not showing in Oracle fusion for Redwood Content (please ensure you mask any confidential information): Hi Expert, For Fusion instance …
-
Scan file upload in VBCSSummary: We have VBCS pages with upload functionality , uploaded file is converted the base64content and placed in the CLOB column in the ATP. The uploaded file can be d…
-
why am i seeing blank preview page , after clicking preview from Visual Builder ?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Click event is not triggering on thematic map markerHello experts: I am building a thematic map in VBCS which shows the US states and specific cities within the states. I am using marker template to show the cities. I wan…
-
How to add google translate widget on vbcs pageSummary: We want to add google translate widget on our webpage. Content (please ensure you mask any confidential information): Version (include the version you are using…
-
vbcs decrypt/encrypt javascript apiSummary: I need to decrypt/encrypt data in my vbcs's site. I've read about a lot of js api's i can use Please, can someone advice about a js api i can use? May be a brow…
-
PDF external javascript import library failingSummary: Hi Experts I'm trying to import jspdf.min.js external library into VBCS app but after adding the library and using it in javascript function my application is n…
-
vbcs Add in line js script to shell pageSummary: I've added an in-line script to my project's htm section I'd like to include in-line script in shell page. Can someone please show an example on how to do this??
-
Stop browser from asking to translate site made in visual builderSummary: Hi, i got a visual builder site. Browser always asks user to translate page Is there a way to avoid browser to ask user to translate site??? Version (include th…
-
Error Trace while using try catch block in VBCSSummary: How to catch the error trace in VBCS redwood try { //code block} catch (error) { console.log(error); } We tried but we are not able to capture the exact error w…
-
how to remove browser suggestion from the input components ?Summary: Hi Experts I could see that the suggestion text are added to the input component as soon as i click on any input component to provide the input. Please help me …
-
How to Provide access to VBCS page based on Roles defined in FusionSummary: How to Provide access to VBCS page based on Roles defined in Fusion Content (please ensure you mask any confidential information): Hi Expert, We want to provide…
-
Validate in my app that user logged in previously using "sign-page" provided by OracleI've created an "Enterprise Application" so users can be redirected to my app built with vbcs. Users sign in using sign-page provided by Oracle. When app is shown, use c…
-
Pouchdb useSummary: Hi, i've been reading about offline toolkit, one feature is that user needs to be always logged-in into app. When user closes or logs out from app, cache is los…
-
How to print the Server IP using VBCS?Summary: How do you print the server IP address of the Oracle VBCS to manipulate the code using that IP address? Content (please ensure you mask any confidential informa…
-
how to get the count of records from BDP variableSummary: Hi Experts In my application i'm using BDP variable for add, update, delete suppliers and the data provider for my BDP is ADP. My requirement is that the user h…
-
when pulling details of changes done on BDP variable in bulk it is copying only the last valueSummary: Hi Experts I'm using below js code to pull the unsubmittaed changes from the BDP variable to get the records which were added, but i could see that the last rec…
-
how to again refresh the fragmentSummary: Hi Experts I have made use of fragment to show data on the page load but if i update the data in the page it is not reflecting in the fragment table, any way we…
-
redwood guided process page template , how to add back button and gotoSummary: Hi Experts If i use a redwood guided process page template i don't see button to go back in step only i can see next button to goto next step and cancel button.…
-
Block or to disable the "Inspect Element" feature in web browsersSummary: Hi , is there a way to block or to disable the "Inspect Element" , in sites built with vbcs, feature in web browsers, so casual users can not use it?? Appreciat…
-
How to customize SDP dataSummary: How to customize SDP data Content (please ensure you mask any confidential information): Hi Expert, How to customize value assigned to SDP variable through java…
-
How to get Templates in VBCSSummary: How do we get a template which is not by default provisioned in VBCS - For example if I need a DCS template in a Paas VBCS how do we do that?
-
image on page load is not working when app made live or stage url is used, index.html image on loadSummary: Hi Experts, @Sherif Bashar, @Vignesh Viswanath-Oracle, @Nada Bashar I have added the image on page load as suggested by @Mohammed Galal (by adding style and ima…
-
Getting 403 forbidden error while trying to access the VBCS application in an iframeHi, I am trying to access the vbcs application inside another application through iframe, both are part of the same OCI. Its giving 403 forbidden error along with the X-…
-
how to create a dynamic form for view detailsSummary: Hi Experts When i'm trying to use dynamic form in my application it is allowing me to create only if i have to use it as a create form i.e. by selecting create …
-
When defining backend can't find its REST Api?Summary: I will list what i did in steps: 1- I defined backend for OIC 2- I went to service to choose and pressed add button then chose define from catalog and didn't fi…
-
How to change the color of notification text to blue, yellow,..etcSummary: Hi Experts I have a requirement to change the color of the text in notification to blue, yellow based on the button click as shown below, i have attached my cod…