Custom Code
Discussion List
-
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…
-
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…
-
How to change backgroud colur of pageSummary: Hi How to change backgroud colur of VB page like Blue colur or some mix colur . Content (please ensure you mask any confidential information): Version (include …
-
my client is asking for offline feature in VBCS, how to do thisSummary: Hi Experts My client is asking for offline feature in VBCS, if the application while using it is in remote area then it must update the backend when the applica…
-
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 …
-
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…
-
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 …
-
How can we can call action chain from a javascript functionSummary: Hi Experts I have a requirement to call a action chain (with parameters and get the parameter back from action chain) from a JavaScript function. is this feasib…
-
How to call action chain from javascript function from a layout fieldSummary: Hi Experts I have created a custom field in the layout (dynamic) called email as shown below and on the value i want to call the JavaScript which in turn will c…
-
Passing Nested Header in RowDataGridProvider to setup datagrid header.Hi All, I need to populate the data from adp/sdp. Here , how to pass Nested Header in RowDataGridProvider constructor to achieve Nested Header setup as shown below: As s…
-
Concatenated Result of Two Fields in the Select Single dropdownSummary: How to get the Concatenated Result Two Fields in the Select Single dropdown. We have a SDP variable defined to get the list of values (dropdown) of the Employee…
-
How to Save Data of First BO into the Second BOSummary: We are updating the Employee Benefits in First BO in Benefits Column in the First Page and Then we are using a Select Single to Call the Benefits Data in LOV in…
-
Is it safe to use Element: <oj-c-input-sensitive-text> as its showing early accessSummary: Is it safe to use Element: as its showing early access? I have a requirement for a masked account number field and i found element oj-c-input-sensitive-text th…
-
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…
-
Site under maintenance page in Oracle VBCSSummary: Once we publish our app and when we have to do changes / if some API is failing , how do we bring up the Site Under Maintanence page in oracle vbcs- is it a set…
-
how to overwrite custom endpoint base URL in AppUI at the time of deploymentSummary: Hi Experts If I'm using custom endpoints like API gateway, ORDS,…etc in my appui then how can i overwrite the endpoint base url at the time of deployment to hig…
-
Id getting saved in business object instead of the actual data selected in single selectWe are developing a page in VBCS. We have a single select component in it with the label Period Name which displays a list of period names for users to select. The data …
-
Restrict Access to a Flow/Page Based User Roles/ ProfilesSummary: We have requirement to allow access to Flow/Page to the Users based on the User Roles / Profiles. We are storing some Profile in the Business Object as well. Pl…
-
How to Pass Data from One Page and Save the Data to a BO in another PageSummary: We have a requirement where we are entering the Id Number in First Page and then selecting a field relevant to the Id number from second page from LOV and then …
-
Hyperlink in Excel download file Oracle VBSHi All, Need some guidance on below requirement: 1: In my SDP based table, one column A is having hyperlink, which will navigate user to fusion application. 2: When I am…
-
Fetch Dirty Status for an ADPSummary: My use case. I have an editable table. When the user updates a row I add it to an ADP(updatedRowADP). I have tracked the current Row(currentRow) for dirty statu…
-
jsbarcode library throwing TypeError: jsbarcode is not a function, VBCSSummary: Hi Experts I'm using jsbarcode library to generate the text to barcode in my VBCS code but it is failing with error TypeError: jsbarcode is not a function Pleas…
-
How to connect to private database from VBCSSummary: How to connect to private database from VBCS Content (please ensure you mask any confidential information): Hello Expert, We have a VBCS application where we ar…
-
Display Current TimeSummary: Please share a Sample App to Display Current Time with HH:MI: SS Content (please ensure you mask any confidential information): Version (include the version you…
-
Is it possible to display only month and year in oj-input-date fields???Summary: Content (required): Hi All, I have an requirement in my project that is. Is it possible to display only month and year in oj-input-date fields? Please refer bel…
-
Role based UI security in VBCSSummary Role based UI security in VBCSContent 1. I created mfgrole in the application settings and assigned my user to it.2. In the page, I implemented below oj-bind-if …User_2025-02-04-08-39-48-494 32 views 8 comments 0 points Most recent by Jeeva - Cloud Vantage Visual Builder
-
Navigate to Pages based on Table First Selected RowSummary: Based on the Value of the Table First Selected Row Event ,We are trying to Navigate to Page 1 if the value Populated to Input Text Box is 1 and to Page 2 to Pag…
-
unable to understand business requirement of EL expressionSummary: visible = #{pageFlowScope.ContactBasicInformationFlowBean.moduleName != 'SelfService'?true:false} above el expression is used to hide 'gender' and 'dob' from 'f…
-
Preventing URL modificationSummary: Though Vbcs runs on client side, i'm looking for a way to prevent a CASUAL user to modify or manipulate url in browser is it possible to avoid user to modify si…