Custom Code
Discussion List
-
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 17 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 23 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… -
How to Tab Out from One Input Text Box to next Input Text Box Automatically?Summary: How to Tab Out from One Input Text Box to next Input Text Box Automatically? Content (please ensure you mask any confidential information): Version (include the… -
user identity propagation from Fusion to VB PaaS and back to Fusion Rest APISummary: We have a VB Page(custom, standalone) developed in the PaaS platform which uses Fusion data invoked over Fusion Rest APIs. This page needs to be added to Fusion… -
Single select SearchI'm retrieving a dynamic list from a REST endpoint using an SDP variable. However, when I type into the search field, it only highlights matching content instead of filt… -
How to display Error Messages of Business Rules Object Functions in the VB pageSummary: How to display Error Messages of Business Rules Object Functions in the VB page Content (please ensure you mask any confidential information): Version (include … -
VBS: How to limit Legal Employer drop down options Advance FormulaSummary: On the Create Job Requisition, Offer Info section we can choose the Legal Employer. However, it shows all the legal employers we have listed (even the ones we d… -
Display Employee Name on Top Right of the PageSummary: We have a Requirement to Display the Employee Name on Top Right Corner of the Page on Entering of Employee Number into the Input Textbox in the Page. This BO Ta… -
Set global format dateSummary: I am looking for a way to format dates, date-times, and currency globally, so that all values are automatically formatted consistently across the entire applica… -
How to update the First Business Object Field from a Second Business ObjectSummary: We have a Requirement where we are creating a new record in BO1 which has a Field named Flag which is posed as Y in BO1 along with a JOB_NO field. Now in BO2 we… -
oj-sp-calendar doesn't display eventsSummary: I am trying to create a new page in a new extension in our Fusion application. Ideally, I would like to display a calendar with events fetched from Oracle HCM R… -
how to retain the user's last search options from single-select components in VBCS pageSummary: When a user selects their preferred options and clicks "Search," data is displayed in a table. I want to save these filter selections so that the next time the … -
how to retain the user's last search options from selectmultiple components in VBCS PageSummary: When a user selects their preferred options and clicks "Search," data is displayed in a table. I want to save these filter selections so that the next time the … -
Calculate Quantity RemainingSummary: We have requirement to get the difference between the quantity stored in two Bos Bo1 and BO2. The result of the difference should be stored as Quantity Remainin… -
How to Restrict Values in Select Single ComponentSummary: We are trying to Restrict the values in the Dropdown whcih has the list of Emno. The Data =is coming from $flow. varaibles.EmpBO1 and the value= $application.va… -
How can I change the Font Family for VBCS Application?Summary: I want to change default font family of my custom web Application to Lato, in redwoord-override.css i made the changes :root { /* --oj-html-font-family: -apple-… -
Calendar Calling by REST APII'm trying to display the current event's title and details on the personal details calendar using a REST API. Although the event details appear correctly in the console…