Custom Code
Discussion List
-
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… -
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 https… -
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 45 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… -
Oracle OPA: Resst API to access curreent status of process and all level approval detailsHi All, I am oracle OPA process, I have 4 level of approvals. I want to show below details in VBCS page in table using Oracle OPA rest api: 1: current status of task. 2:… -
Login to Application by Sanning the IdSummary: We have Requirement to build a VB App where the user will login to the Application by Scanning his Id Card. Can anybody Please share a Sample VB App Content (pl… -
How to use datagrid with merged headers in VBCSSummary: How to use datagrid with merged headers in VBCS Content (please ensure you mask any confidential information): Version (include the version you are using, if ap… -
vbcs Add in line js script to shell pageSummary: I've added an in-line script to my project's htm section I'd like to include in-line script in shell page. Can someone please show an example on how to do this?? -
Customize fetch action chain not showing hookhandler in JS action chainSummary: Customize fetch action chain not showing hookhandler Content (please ensure you mask any confidential information): Hi Expert, I'm going through the below video… -
Sum of values in a column along with text Total in oj-tableSummary Sum of values in a column along with text Total in oj-tableContent Hi All, I have an ADP based table which has 10 columns, out of which 2 columns are quantity an… -
Error Trace while using try catch block in VBCSSummary: How to catch the error trace in VBCS redwood try { //code block} catch (error) { console.log(error); } We tried but we are not able to capture the exact error w… -
When to use variable of ANY type in VBCSSummary: When to use variable of ANY type in VBCS Content (please ensure you mask any confidential information): Hi Expert, Hi Expert, Need your help to understand when … -
How to Build a Report in VBCS Using Multiple REST Endpoints (Integration Applications Backend)?How to Build a Report in VBCS Using Multiple REST Endpoints (Integration Applications Backend)? -
How to print the Server IP using VBCS?Summary: How do you print the server IP address of the Oracle VBCS to manipulate the code using that IP address? Content (please ensure you mask any confidential informa…