Web
Discussion List
-
Object function in Oracle VBCSContent Hi Team, I'm creating an Object function under the Business Rules with the below code. The return type I selected as List only. def vo = newView('Employee') vo.a…
-
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…
-
Optimization issue with Oracle Digital Assistant Native Client SDK for WebSummary: Content (required): We have embedded an ODA chatbot into our VBCS application using the web-sdk library (AMD compatible). (https://docs.oracle.com/en/cloud/paas…
-
Receiving 502 : Connection refused Error while invoking ORDS API from Oracle VBCSIn the Development instance, When invoking an ORDS REST service that has no Authentication from VBCS is failing, an error is given below. { "type": "abcs://proxy_problem…Ramakrishnan Venkatasamy 22 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
User wants ability to Start/Stop OIC integrations whenever neededSummary: User wants ability to Start/Stop specific Scheduled based integrations to run based on the parameters like Company Code, Start/End Dates. Content (please ensure…ravichander gambhiraopeta 31 views 7 comments 0 points Most recent by ravichander gambhiraopeta Integration
-
Implementing Two Different PWA Icons Based on Device WidthWe would like to use two different PWA icons for our application. We intend to use different icons based on the device width. Specifically, we want to display "mobile.pn…
-
tabbar selected itemHi, We are encountering an issue related to the tab bar functionality in our application. Specifically, we aim to have the second tab of the tab bar pre-selected upon th…
-
Closing the validation message for the input date field.Hello, I want to close the validation message that appears below the date input field after a date is selected in Oracle Visual Builder. How can I do that?
-
CX Extension Generator versus Pages created by application composerSummary: Hi all, I just saw some videos regarding this new feature: Please can someone explain pros and cons against (normal) Pages generated by Application composer. I …
-
Aligning one of the input text below another input textSummary: @Sherif Bashar @Nada Bashar @Mohammed Galal I need to align Approved Net Capex exactly below Approved Capex Can you please guide me on this which class I need t…
-
Offline SupportSummary: Offline support in web app PWA application Content (please ensure you mask any confidential information): We are in a process of transforming our PWA mobile app…
-
Tab out from table edit removes the row but working with mouse clickSummary: Hi All, We are facing issue with ADP "ojBeforeRowEditEnd" event. We are able to edit the column with mouse click and ADP gets updated with updated value. Howeve…
-
How to get unique values from the API response in VBCSSummary: Hi everyone, I'm trying to create an application that uses Fusion APIs.I have an issue with duplicated values for the APIs when I take only one attribute from t…
-
Getting error on navigation from a fragment to other page using application action chainSummary: Trying to call an application level action chain from a fragment and then navigating to a page using inside action chain causing below error Content (please ens…
-
Table refresh issue with multiselect checkboxSummary: Content (please ensure you mask any confidential information): I have a table with multiselect which I can hide and show based on a button. What I observed is t…
-
Oracle VBCS Business POST/PATCH REST calls failing.Summary: I am using Oracle VBCS Business objects for my project. Before yesterday everything working fine, but from tomorrow POST and PATCH calls are failing. When I saw…
-
-
select component filter is not working as expectedSummary: Hi Experts When I search in select component, the filtered result is not coming at the top of the list instead it is just highlighting the matched results. Plea…learning123 54 views 7 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
Filter criteria $or operator not workingSummary Rest endpoint filter criteria with $or operator doesnt workContent I am trying to filter REST endpoint of BO. I am successful when there is only one criteria. Bu…Jaeyshree Kumaran 35 views 5 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
VBCS Embedded inside Fusion SaaS- Refused Connection errorHi, I have setup SSO between fusion SaaS as identity provider and PaaS as service provider and SSO is working as expected. Embedded VBCS application inside fusion SaaS a…
-
Unable to create new version of Visual Builder applicationSummary: HI Team, I am using OIC > Visual Builder , and I am unable to create new version of VBCS app. It says "[ERROR] Failed to create new version from app: applicatio…
-
Need to split large pdf file based on keyword - Invoice Number :Summary: Need to split large pdf file based on keyword - Invoice Number : & most of the invoices are ore than one pages. Please help me with the JS code if any one have …
-
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…
-
how can we add the Dff in redwood pages using VBSSummary: for me i need to add a combobox in create work order confirmation ui in procurement which has been developed using Redwood UI , I have created a workspace using…
-
Add hyperlinks in Fire Notification.Summary: Hello everyone, is it possible to include hyperlinks in a Fire Notification? Content (please ensure you mask any confidential information): Version (include the…
-
replace the Service Data Provider with an instance of the Array Data ProviderSummary: Below is the recipe for batch edit Below note is mentioned in the reciepe >>> DO NOT FOLLOW THIS RECIPE
-
VB FA extension. Barcodes - qrcodesSummary: Hello all, Please I am stuck with barcodes/qrcodes generation in a basic VB FA extension, that would be accessed from FA. Sherif kindly shared a demo that works…
-
How to change the calendar language according to the language selection in Oracle Visual Builder?Hello, although I have converted the language in Visual Builder, the calendar component defaults to English regardless of the selected language. However, I want the cale…
-
javascript not printing the result in console log. It is printing in postman.Summary: Hi Experts, I trying to print results of an object in console and able to achieve in postman, but not able to print results in through vb javascript. vb javascr…
-
How do I modify the width of a text area component in Oracle Visual Builder?When the text inside the oj-input-text exceeds the visible area, the overflowed text is not visible. To address this issue, I need to implement a solution that enables s…