Custom Code
Discussion List
-
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…
-
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…
-
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…
-
unable to connect to VBCSSummary: We are unable to access VBCS forms when connected to Wired network, however, it works when connected to Wireless Wifi. We checked with our network teams, they d…
-
Call BIP Report From VBCS Endup with errorSummary: Hi Everyone I have Implemented call BIP report from VBCS using JavaScript without Oracle Integration Cloud (OIC). created sample VBCS application and page to ca…
-
How to Remove Duplicates from a SDP Table dataSummary: The Table data is populated into a input Text box using Table First Selection Row . This table data is fetched using SDP and has Some Records Repeated such as J…
-
Orchestration of multiple API calls and response mashup in VBCSSummary: We are building an extension that serves the functionality of Direct Debit setup for AR Customers, at the AR Customer Account Site level. What we find is that m…
-
How can i embed my ODA assistant on my VBCS application pageSummary: Hi Experts I have created a ODA assistant and exposed using a oracle web channel and I'm able to test using live server on my vscode but I'm not sure how to add…
-
Current Row of a Field of the Business Object in the Object Function using Groovy scriptSummary: We are doing a Calculation though a Object Function. We need to Calculate based on the Particular Row selected. Can anybody Please share a sample groovy code to…
-
Oracle hcm redwood telent review page action delete controlHi , In 25C, I need to control the Delete action based on condition as applied. It's only working for the meeting "in progress" but not working for the status "Not Start…
-
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…
-
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 …