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
-
Webcast - Troubleshooting and Debugging Visual Builder AppsRegister & join our monthly office hour for an online seminar with tips and techniques that will help you debug and troubleshoot your code. Monday July 15th 1:00PM PST/4…
-
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…
-
Is it possible to call OIC integration from Visual builder studio part of SaasSummary: Hello, I would like to know if it is possible to call OIC integration API from Visual Builder studio part of Oracle Fusion. Currently Visual Builder Studio supp…
-
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 …
-
Visual Builder Activation – IaaS or PaaS? (Redwood & AI Context)Hi team, A customer asked the following and I’d like to make sure we provide the right guidance: “How do I activate Visual Builder? Is it something done via IaaS?” Could…
-
How to filter SR Status values based on selected Category in Oracle Fusion Service?Summary: I'm working on Service Requests in Oracle Fusion and using standard SR fields. I want to implement logic where the Status field values are filtered based on the…
-
VBCS:: HTTP status: 403 ForbiddenSummary: VBCS application is throwing "403 Forbidden error" when we removed the employee roles from the setting page. We consider all users as employee if its authentica…
-
REST APII have two tables named attendance_device_user and attendance_device_missing_punch. Legal entity defined for all user in attendance_device_user table. What I wish to ach…
-
VBCS stand-alone Vs VBCS bundled in OICSummary VBCS stand-alone Vs VBCS bundled in OICContent Is there any advantage and disadvantage of using stand alone VBCS vs VBCS bundled in OIC? Which one shall we use? …
-
When leveraging existing table in VBCS, how to create composite key in Business Object ?Summary: Not able to create a composite key on existing table in Business Object. Need to maintain unique values in 2 columns, so created composite key constraint in the…
-
Redwood Reference ApplicationSummary: In a past webinar about Redwood, someone mentioned that RRA will be outsourced at some point so that we can see and learn how it is built especially smart filte…
-
Calling ORDS services in JSSummary: Hi, I am trying to call ORDS (GET) service in Java script using vb/helpers/rest. These services are protected using OAuth 2.0 credentials. How do we pass Client…
-
Converting input text content to hypelink if the status coming as "Failed"Summary: Hello, I have requirement to convert text inside the input text to be hypelink if status is coming as failed and on clicking of that hyperlink error message sho…
-
VBCS Json: IssueMust match "then" schema and Must not have fewer than 1 propertiesSummary: I has getting the error in VB application. IssueMust match "then" "assignVariables": { "module": "vb/action/builtin/assignVariablesAction", "parameters": {} } a…
-
VBCS page need to be opened in another tabSummary: I am opening VBCS application from SaaS page using Page composer(Clicking on 319 VBCSForm). but VBCS page is opening on same saas page. It should be opened in a…
-
oj-input-date-time validationSummary: I have used two component for saving date and time both (Punch_time_in and Punch_time_out). my requirement is while saving the record it will check punch_time_i…
-
<oj-select-one> attribute 'oj-select-one' is unknownSummary: attribute 'oj-select-one' is unknown. I am facing the error in above component of oj-select-one. Please help to resolve this error. Content (please ensure you …
-
Invoice - Bulk invoice number update and release hold.Hi, We have a requirement to update invoice number and then release the hold for bulk invoices. I see that we can achieve this requirement through the following ways. Wr…
-
Assign integration value into VBCSSummary Hi I am fetching date from integration and want to display in VBCS form. How i can assign these value? Service connection is in Post method. I am trying to check…