Custom Code
Discussion List
-
What is the Real Usage of Value item in Select Single ComponentSummary: Hi Experts , in Select Single component we can assign the data through value field right then what is the real usage of value item field I just want to know the… -
How do we include external JavaScripts in VBCSSummary Calling external JavaScript functions in VBCSContent Hi all, I would like to call the external JS functions from my VBCS app. How do we achieve this? Here is the… -
Oracle VBCS: Auditing and logging in VBCS application for production instance at runtimeHi All, We wanted to enable Auditing and logging functionality in our VBCS application at different data level to track its history and also want to debug any production… -
Oracle Visual Builder: After column sort, not getting correct key in multi select oj tableHi All, I am using a multiselect editable oj table as shown below. My table is BDP/SDP based and table key is Penny Test ID. Multi row selection is enabled on this table… -
help needed to build a vbcs home page like fusion in Redwood page templateSummary: Hi Experts I have a requirement to build a home page similar like Fusion home page as shown below i.e. having tabs at the top and having arrow if tabs are more … -
How to create sections in oj-sp-dynamic-scoreboard programmaticallySummary: I am using the Redwood Dashboard component and using oj-sp-dynamic-scoreboard to configure the KPI tiles and using oj-sp-dynamic-dashboard-grid to display the c… -
how to add the edit button to edit the editable row and then approve or cancel buttonSummary: Hi Experts How to add the edit button on to the row in editable table and then on click of edit the row must be available to edit and then 2 buttons on the row … -
How to Use Scroll Position to retrieve same row after edit in tableHi , I have a requirement to fetch the Edit row in large table after table updated and refreshed How to use Scroll postion on table to achieve this ? -
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… -
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 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 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… -
Default the Current Row Data into Select Single Dropdown on Insert a RowSummary: Default the Current Row Data into Select Single Dropdown on Insert a Row Please advise Content (please ensure you mask any confidential information): Version (i… -
Embed AI Agent in Custom Apps (VBCS, APEX)Is there any way to Embed AI Agent (created via Oracle AI Agent Studio) in Custom Apps(Created using Oracle Vbcs, Apex) -
Camera Component Showing OK and Cancel Options in Mobile for Barcode ScannerI implemented Barcode Scanner Logic in My Vbcs Application where i used Camera Component as a scanner and on Camera event i wrote below code to get the Value from Barcod… -
Using Page Variable in seeded Redwood Runtime Pages in VBSHi Experts, I am facing an issue with the VBS value expression when trying to set a value from a field expression function. In my scenario, I declared a page variable gl…Jeeva - Cloud Vantage 11 views 2 comments 0 points Most recent by Jeeva - Cloud Vantage Visual Builder -
How to Use the REST API from VBS Redwood seeded page in field expressionHi All, I have a requirement to display a default value in a field. The value is returned from a REST API and stored in a page variable. I need to return this variable i…Jeeva - Cloud Vantage 33 views 1 comment 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
How to shown Result of two Business Objects in a Select Single DropdownSummary: We are fetching the data from two different SDP variables BO 1 has Field named Jobno and BO2 has Field named JobCode . Jobno and JobCode should be shown in a Si… -
Oracle VBCS- Reusable FIle Uplaod Feature accross all Custom VBCS applicationHi All, I have 10 custom VBCS application created. Now in all the application (in each page of application ), I want to add a common File Upload feature, using which use… -
Invoke oj-file-picker oj-select event dynamically via Menu drop down ojMenuAction eventSummary: Business want to invoke oj-file-picker action after api operation being performed on Menu drop down action Chain we have written action chain on menu option Clo… -
Display BO data ConditionallySummary: We have Requirement to show the Data of Two BO tables in the Same Layout Conditionally based on Employee No Search Filter if Data is in BO1 it should show only … -
How to Hide All file option in file Picker File Upload Dialog in Oracle VBCSHow can I hide this All files option from the dropdown from the file uplaod dialog which is open when clicking on oj-file-picker component, in mu application. -
Display Two Different BO Data in the Same LineSummary: We have requirement to Fetch the Data from Two different BOs and display it the same Line . Both the BOs have Emp No in Common We need to display the Combined D… -
Insert Edit and Delete Records for BO Relationship TablesSummary: How to Insert Edit and Delete Records for BO Relationship tables We have a Parent and Child Record with One to Many Relationship. We want to Insert, Edit , Dele… -
Can BDP be used for Add Edit and Delete Data for BO Relationship TablesSummary: Can BDP approach be used for Add Edit and Delete Data for BO Relationship Tables Please suggest Content (please ensure you mask any confidential information): V… -
How to Filter the Data by Week DaySummary: We have Date Field . We need to Filter the table SDP Data based on week day(Mon, Tue ..) as a dropdown instead of Date . Please advise. Content (please ensure y… -
Why the SingleSelect component is not retaining selected value after tabbing out and reselecting it?Summary: The Single Select component is not consistently storing the selected value when navigating between fields. Component: Single Select Backend: SDP-based data fetc… -
Unable to send json string in the multipart form dataSummary: Hi Experts I have a requirement to call a REST API which accepts the json in one of the form params in multi part form data as shown below, this is failing in V…