Custom Code
Discussion List
-
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 … -
Calling VBCS Page from Fusion pageSummary: Hi I am trying call VBCS page from Supplier registration page. Also i am trying to send request number from fusion page to VBCS input parameter. Now i am able t… -
Fill colur in text boxSummary: Hi I want to fill colur in few text box. How to fill only inside the text box. Content (please ensure you mask any confidential information): Version (include t… -
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… -
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… -
Keep Heading in middle in VBCSSummary: Hi I want to keep Heading middle of the page. Suggest. Content (please ensure you mask any confidential information): Version (include the version you are using… -
How to display Select Single Component conditionallySummary: We have two select Single Components We need to call it conditionally based on the ItemText value. Please advse Content (please ensure you mask any confidential… -
VBCS: A few questions on validations, performance tuningSummary: Need more info on the below questions in Oracle VBCS Content (required): Hi All, Need more information on the below questions/use cases in Oracle VBCS. In Edita… -
How to get OPA Hostname at runtime within Visual Builder OIC GEN3Summary: We have OIC GEN3 with Visual Builder and Process. I would like to get OPA hostname within Visual Builder Javascript at runtime dynamically. In GEN2 we used to g… -
Can I customize Fusion Custom object in VBCS?Summary: Is it possible to customize Fusion Custom Object by VBCS and update the Custom Object. Content (required): Hi Experts, Please, I have couple of questions: 1- is… -
Set Timeout DelaySummary: How to set Time Out /Delay after 30 seconds of Inactivity We are using this Function to delay 30 seconds PageModule.prototype.timeoutAfter = function(seconds){ … -
Oracle VBS - Make Downloaded Excel file cell readonly/disableI have a table which is based on SDP. I have requirement where I have to download the table data in Excel . In the download Excel file, I have to make some column disabl… -
Fetch the Data into Input Text Box FieldSummary: Data is stored in SDP. We need to Fetch the Employee Benefit Name into another Input Text Box based on the ID entered in first Input Text box . Please advise Co…