To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Visual Builder
Discussion List
-
Cannot cherry-pick commit because it has 2 parentsSummary: I am getting error in VBS while doing cherry pick Cannot cherry-pick commit because it has 2 parents, only commits with exactly one parent are supported. I choo…
-
Calculate Total Remaining QuantitySummary: Total Quantity =10 is in BO1 and Quantity Used = 5 is in BO2. We want to store the Difference of the Quantity Remaining =5 in the BO1 as . Total Quantity in BO1…
-
Get the Difference of two fields from two Business ObjectsSummary: We are trying to take the difference of two fields from two different BOs and store the result of the difference in one BO. Bo1.Quantity= BO1.Quantity- BO2.Quan…
-
Embedding VBCS application in SCMSummary: We have a VBCS application which we developed using VB Studio and want to integrate into SCM, If I am using the Structure and create a page it is opening it in …
-
Smart Search based on ORDSSummary: Hi, Has anyone implemented smart search based on ORDS as back-end service? Please share a sample app. I tried to follow below blog. https://blogs.oracle.com/vbc…
-
navigate to component a componentSummary: I am working in an application where I need to move to any specific component of the page by pressing enter button on keyboard instead of tab. How can we achiev…
-
Compatibility Issue Between Oracle OJet Component and Latest Chrome/Edge UpdatesSummary: We've encountered a UI issue that specifically affects the latest versions of Chrome and Edge (both Chromium-based browsers), but does not appear in Firefox. Af…
-
Updated Default columns - they are not saving in VBS for Employment InfoSummary: We wanted to change the default columns on our Employment Info. I have override the current code but it does not seem to want to show my new changes. I am not g…
-
Oracle VBS : How to Warn user of click on browser reload buttonHi All, In my VB application, i need to warn user if he clicks on browser reload button. I tried using some js code in vbEnter but its not working. In my application, I …
-
How do we scan attachments for viruses and malware in VBCS applicationSummary How do we scan attachments for viruses and malware in VBCS applicationContent Hi Experts, We are building an application using VBCS and intend to provide the fun…
-
Calling VBCS Page from Fusion pageSummary: Hi I am trying call VBCS page from Supplier registration page. Also i am trying to send request number from fusion page to VBCS input parameter. Now i am able t…
-
Fill colur in text boxSummary: Hi I want to fill colur in few text box. How to fill only inside the text box. Content (please ensure you mask any confidential information): Version (include t…
-
Oracle visual Builder vs Visual builder studio for developmentHello All, We are going to start a development of a custom PAAS vbcs application and wanted to decide either use VBS or VB. We have team of 10 developers and will work o…
-
Preparing Application run time in visual builder studio page extension ?Summary: Content (required): Hi experts, In visual builder studio, I am testing creating extension page, but I cannot as Preparing Application run time is stock and not …
-
Is it possible to delete all records in a BO using a REST CALL?Summary Similar to truncating a table in plsqlContent Hello, We have a requirement to truncate/delete all records in a Business Object and then re-poplulate with new rec…
-
How to handle loading of thousands of rows in UI table in Oracle VBHello Members, I am using my business object to load data in table. Table data property is bind to SDP. Now I want my table to handle huge data also. I have below doubts…
-
how to delete main branch in VBSSummary: Hi Experts Please let me know how to delete the main branch in VBS, i could see that it is disabled @Sherif Bashar@Nada Bashar@Mohammed Galal Content (please en…
-
VBCS Embedded in Fusion - Refused Connection MessageSummary: I have embedded a VBCS page in Fusion apps, but the page shows refused connection message. Content (required): What settings/configuration needs to be applied i…
-
Fusion deployed VBCS page showing 403 forbiddenSummary: VBCS page deployed on fusion is throwing "HTTP error status: 403 Forbidden" while trying to load the page. Same is working from VBCS application as expected but…
-
Redundant use of `await` on a return value.Hi , I am facing the issue as like below for the {{ await Actions.callRest(context, { endpoint: 'ORDSService/getBox', uriParams: uriParams, }) }} Please suggest to solve…
-
Label Name Modification in RedwoodSummary: Need to modify a label in Redwood UI Content (please ensure you mask any confidential information): Since we are using Redwood UI (SaaS) for the page, we need t…
-
PCS Connectors error while using ORDSSummary: Hi Team, I have submitted my process in Oracle Process Automation, in the process i have used a ORDS to fetch some data. but the ORDS i have used in connector t…
-
How to display a child table directly below the corresponding row when I click a column value inI have a parent table with a hyperlink in one of the columns. When I click the link, the child table currently appears below the entire parent table. However, I want the…
-
I'm getting an error while adding ORDS security in Connectors within PCSSummary: I'm getting an error while adding ORDS security in Connectors within PCS.I'm trying to add my ORDS into PCS using Connectors, and while setting up the security …
-
Store Calculated Field Value into Input Text BoxSummary: We have Requirement where we need to display the calculated hours into the Input Text box. If the total available hours is 100 and 50 hours is entered by Employ…
-
Sub Column Header in oj-tableHi, I wanted to created sub column header in oj-table like below: Basically, I wanted to categorize the table column in 3 main header and inside the these headers need t…
-
actionChain 'AttachmentZIPSelectChain' referenced in eventListener 'filePickerSelect2' is not defineSummary: In VBCS, I am getting this error. How can i solve this. Content (please ensure you mask any confidential information): File: webApps/yardiglupload/flows/main/pa…
-
How can i use child resources of REST API as a lookup in VB Excel Plugin.?Hello, I am trying to create a lookup of customer party site details in VB Excel Add-in based on Address child resource under hubOrganizations .As a first step i am tryi…
-
Need to pass value from Saas page to VBCS pageSummary: Hi I have created hyperlink#319_VBCS_Form using Page composer and need to call VBCS page from this hyperlink. I want to pass request no value from fusion page t…
-
Using API gateway instead of directly calling ORDS APISummary: Hi Experts I have a requirement to call ORDS API via API gateway instead of directly calling from visual builder application. Is this possible? Any solution on …