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
-
help needed to identify the redwood componentSummary: Hi Experts I'm using dashboard landing page template but unable to identify below highlighted component where we can show chart on right side and on left side w… -
how to customize the redwood dashboard page templateSummary: Hi Experts I have a requirement to use the Redwood dashboard page template in my VBCS webapp, i'm not getting any idea how to customize the KPI section and the … -
Role-based Security on BO doesn't seem to workSummary: I am trying to setup Role-based Security on my Business Object (based on a table in ATP). I went to "Authenticated Users, and for VIEW rights added a clause. On… -
how to change Go To Parent label in redwood simple create and edit pageSummary: Hi Experts how to change Go To Parent label in redwood simple create and edit page, Please help Content (please ensure you mask any confidential information): V… -
VB excel add-in - Set field defaultsSummary: Can the VB excel add-in provide for keeping defaults for fields based on constant or expression syntax. @E. Alex Davis-Oracle - please advise if this is in the … -
Retrieval of OIC Gen3 integrations into vbcsSummary: I am new to VBCS and need to retrieve integration details from OIC Gen3 into VBCS as a table. I am using OIC REST endpoints but am unsure which URL to use as th… -
Unable to see the integration which are developed within project in catalogSummary: Hi Experts When I'm trying to consume integrations with catalog service connection, i could see only integrations which are developed outside project i.e. globa… -
Can VBAE uploads to Application Composer Custom Objects trigger OIC or ESS in real time?Summary: Hello Team, We are using the Visual Builder Add‑in for Excel (VBAE) to load large volumes of data into Application Composer Custom Objects. Is there any way to …Koda V V Satya Sai Surya Ramakrishna 21 views 3 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna -
VBCS page showing message in single lineSummary: On the VBCS page, string values are not displayed on separate lines. Although the REST service response payload includes those string values with line breaks, V… -
Dispatching a REFRESH event, after data mutationSummary Issue after an actionContent Hello, I'm receiving a flood in log of the following message snippet and attached. Also, my table is not fetching the data because i… -
how to create a search similar like fusion search in VBCSSummary: Hi Experts I have a requirement to add the search field as shown in below fusion page, can someone please share the working sample code for the same where ill h… -
Getting Error Cannot read properties of undefined (reading 'eventHelper') For Calling Custom EventI'm trying to call Custom Event from a Javascript function below define(["datagrid/DemoDataGridProvider"], function (DemoDataGridProvider) { "use strict"; class PageModu… -
Expandable (drill-down) table row in Oracle Fusion Visual Builder StudioSummary: Looking for guidance on implementing an expandable table with drill-down functionality in Oracle Visual Builder Studio. Need to display parent records (e.g., de… -
Calling External APIs from VBCSSummary: Hi, I am working with Oracle Visual Builder (VBCS) and I need to call an external API (for example, https://jsonplaceholder.typicode.com) directly from my appli… -
Contract is in CLEAN_VERSION_UPLOADED state or your transition condition couldn't be fulfilledSummary: We trying to submit a contract for approval via rest API given below and it gives the error as "You can't perform the SUBMIT operation because either the contra… -
How to hide/show the embedded(app extension approach) VBCS app link in fusion based on the roles?Summary: Hi All, We have embedded a VBCS application to fusion using application extension approach, we need to hide this app link in the fusion if the logged in user is… -
format input date component date to DD-MM-YYYY formatSummary: Hi Experts I want to format the input date format to DD-MM-YYYY, i do not see any option to do this. Please help me https://us.v-cdn.net/6034893/uploads/I0HZ501… -
Oracle VBCS - how to change Max Count scroll policy option based on table total row countHi All, In my table I am getting lac of rows. In my table Scroll policy Option , Max count is default to 500. We can also change this show more than 500 rows but it will… -
How to use Date Picker in VBCS and set min max date and also converterSummary: Hi Experts Can you please help me to use Date Picker component in VBCS, i want to set the min, max and the format DD-MM-YYYY to show. Input date has stopped usi… -
How to Make Only One Row Editable in Data Grid ComponentSummary: Hi Team, Im trying for Editable Datagrid concept when i make cell as Edit it enabling all Cells to editable but My requirement is to make only one specific Row … -
How to call event.preventDefault() to stop selecting a step in Train component in VBCS?Summary: I am trying to use a Train component with some validations in train steps. If the validation gets failed at any step then it should not allow user to select nex… -
Procurement Policy Advisor is adding prefix as USD instead of SGD for few users.Summary: Procurement Policy Advisor is adding prefix as USD instead of SGD for few users. The uploaded document just has amount but not currency. ex: if the amount is me… -
input date with min date set to start from today, throwing error when selected todaySummary: Hi Experts I'm facing issue with input date component, i have set the min condition to start from today and it is showing in the date selection from today but w… -
How to prevent oj-dynamic-table from adding a row to BDP when no actual data changeSummary: I am using oj-dynamic-table bound to a BufferingDataProvider (BDP over SDP). When a user enters row edit mode and exits without changing any values, the row is … -
How to enable a DFF as a Search Attribute to Download in Oracle Visual Builder Excel Add-in?I have created and deployed a Descriptive Flexfield (DFF) on a standard Oracle Fusion object. The DFF is visible on the UI, but it does not appear as a “Search Attribute… -
Collection Container “Manage Columns” not working with Dynamic Table (BDP over SDP)Summary: I am using a Redwood Collection Container in Oracle Visual Builder with a Dynamic Table inside it, bound to a BDP over an SDP. The data shows correctly, but the… -
Unable to Access FSCM REST APIs via Service Catalog in VBCS – 502 Internal Error / Failed to FetchSummary: Hi Team, We are facing an issue while accessing Oracle Fusion FSCM REST APIs through Service Catalog in Oracle Visual Builder (VBCS). Issue Description When imp… -
Unable to update child tables using VBCS Excel pluginWe have created ORDS API as per below format to perform CRUD operations for parent and child tables in a single click of a button (VBCS plugin) from Excel sheet.… -
Visual Builder Add-in for Excel Support for 64-bit ExcelSummary: Hi All, Does 'Visual Builder Add-in for Excel' support MS 365 MSO 64-bit Excel.? I have downloaded vbafe-installer-current-user.msi from VB builder application … -
How to Trigger an event After Cell Data Updated in Data GridWe need to trigger a on value Event when User enter the value on Cell of Data Grid I seen there are few Events for Before Edit but there is no After edit ot on value for…