JET
Discussion List
-
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…
-
Oracle vbcs Redwood template smart search page giving errorHi, When i am trying to create redwood template page of type smart search. Page is not loading and getting the error as below. Error: Could not evaluate expression $page…
-
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…
-
Need list of supported fonts for Redwood VBCS application.Summary: @Shay Shmeltzer-Oracle We are developing a application using Redwood VBCS and require a definitive list of all officially supported fonts for Redwood VBCS appli…
-
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-…
-
Issue saving data to BOSummary: While trying to Save Data to a BO using SDP . It is saving as 0 1 2 3 etc. The Field Name is Emp_Dept_Name which has data like 'HR', IT ', etc. It is selected t…
-
Checkbox kept auto checked while editing rowHi Team, I have a table in Oracle VBCS with checkboxes displayed in one column. The requirement is: The checkbox should always display in the table. When I edit a row, t…
-
How to dynamically store/bind the entered value in Single Select ComponentSummary: We are using a finder input parameter with the searchTerm attribute to filter results from the REST API. Our goal is to map the user input to this finder parame…
-
Error- callComponentMethodAction]: Missing parameter, element='null', methodName='open'Summary: Hello , I'm trying to navigate from one page to other page by clicking on hyperlink. Refer this Flow— search page- hyperlink- click - create page- on load actio…
-
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…
-
Responsive UI Behavior: Certain input text fields are not adjusting automatically to screen sizeSummary: Responsive UI Behavior: Certain input text fields are not adjusting automatically to screen size, impacting usability across devices. 1. Component Name: oj-inpu…
-
how to achieve long time offline capabilities on mobile/tab for the VBCS application.Summary: As part of the requirement , the customer wants to have an online and offline capabilities. As per the customer the application would be running on a tablet as …
-
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…
-
Compatibility Issue Between Oracle OJet Component and Latest Chrome/Edge UpdatesSummary: We've encountered a UI issue that specifically affects the latest versions of Chrome and Edge (both Chromium-based browsers), but does not appear in Firefox. Af…
-
actionChain 'AttachmentZIPSelectChain' referenced in eventListener 'filePickerSelect2' is not defineSummary: In VBCS, I am getting this error. How can i solve this. Content (please ensure you mask any confidential information): File: webApps/yardiglupload/flows/main/pa…
-
VBCS Json: IssueMust match "then" schema and Must not have fewer than 1 propertiesSummary: I has getting the error in VB application. IssueMust match "then" "assignVariables": { "module": "vb/action/builtin/assignVariablesAction", "parameters": {} } a…
-
<oj-select-one> attribute 'oj-select-one' is unknownSummary: attribute 'oj-select-one' is unknown. I am facing the error in above component of oj-select-one. Please help to resolve this error. Content (please ensure you …
-
Accessibility <oj-input-text> id attribute "oj-input-text" has no matching <oj-label>or aria-labelHi , I have upgraded the VB application from olc version to new version.Not start getting the error for the below component. Accessibility 'id' attribute "oj-input-text…
-
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…
-
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){ …
-
How to Validate and fetch Data from Multiple BOsSummary: We have a requirement where we need to validate the Id entered in an Text Box in Page1 based on the data stored in the 1st BO. We are validating this id using p…
-
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…
-
How to show Data of Master table and Detail Table Data in the same LineSummary: Can we Combine the Results of Master and Detail in One Line .? Or Can we Hide the Mater Table Data and display on the Detail table Data. Data is from SDP Table …
-
Filter Data Based on Input Textbox FieldSummary: How to Filter the data entered in a Input Text box and populate the data of other Input Text box fields based on the filtering done from first input Text Box, A…
-
Validate a Input Text Box Field value based on Business Object valueSummary: We have a requirement to validating the value of Employee Id Field based on the value of Business Object. That is the value of the Employe Id is already stored …